annotate netxen
[sfrench/cifs-2.6.git] / net /
2008-01-28 YOSHIFUJI Hideaki[IPV6] NDISC: Sparse: Use different variable name for...
2008-01-28 YOSHIFUJI Hideaki[IPV6] ADDRCONF: Sparse: Make inet6_dump_addr() code...
2008-01-28 YOSHIFUJI Hideaki[IPV6]: Sparse: Declare non-static ipv6_{route,icmp...
2008-01-28 YOSHIFUJI Hideaki[IPV6] ADDRLABEL: Sparse: Make several functions static.
2008-01-28 YOSHIFUJI Hideaki[IPV6] UDPLITE: Sparse: Declare non-static symbols...
2008-01-28 YOSHIFUJI Hideaki[IPV6] UDP,UDPLITE: Sparse: {__udp6_lib,udp,udplite...
2008-01-28 YOSHIFUJI Hideaki[IPV4] UDP,UDPLITE: Sparse: {__udp4_lib,udp,udplite...
2008-01-28 Denis V. Lunev[NETNS]: Pass correct namespace in ip_rt_get_source.
2008-01-28 Denis V. Lunev[NETNS]: Pass correct namespace in ip_route_input_slow.
2008-01-28 Denis V. Lunev[NETNS]: Pass correct namespace in context fib_check_nh.
2008-01-28 Denis V. Lunev[NETNS]: Pass correct namespace in fib_validate_source.
2008-01-28 Denis V. Lunev[NETNS]: Add netns parameter to inetdev_by_index.
2008-01-28 Denis V. Lunev[NETNS]: Add netns parameter to fib_lookup.
2008-01-28 Stephen Hemminger[IPV4]: ipmr sparse warnings
2008-01-28 Stephen Hemminger[IPV4]: igmp sparse warnings
2008-01-28 Stephen Hemminger[VLAN]: sparse warning fix
2008-01-28 Ron Rindjunskymac80211: A-MPDU Rx remove stop_rx_ba_session warning...
2008-01-28 Ron Rindjunskymac80211: A-MPDU Rx stop aggregation on proper dev
2008-01-28 Ivo van Doornmac80211: Initialize vif pointer
2008-01-28 Johannes Bergmac80211: add unified BSS configuration
2008-01-28 Michael Wumac80211: Fix rate reporting regression
2008-01-28 Johannes Bergmac80211: implement cfg80211 station handling
2008-01-28 Johannes Bergmac80211: add beacon configuration via cfg80211
2008-01-28 Johannes Bergmac80211: move interface type to vif structure
2008-01-28 Johannes Bergmac80211: dont use interface indices in drivers
2008-01-28 Al Viroieee80211: beacon->capability is little-endian
2008-01-28 Al Viroieee80211: fix misannotations
2008-01-28 Al Viroieee80211softmac_auth_resp() fix
2008-01-28 Al Viroseveral missing cpu_to_le16() in ieee80211softmac_capab...
2008-01-28 Al Viroeliminate byteswapping in struct ieee80211_qos_parameters
2008-01-28 Jan Engelhardt[IPV4]: Enable use of 240/4 address space.
2008-01-28 Jarek Poplawski[NET] gen_estimator: gen_replace_estimator() cosmetic...
2008-01-28 Stephen Hemminger[PKT_SCHED] net: add sparse annotation to ptype_seq_sta...
2008-01-28 Stephen Hemminger[PKT_SCHED] net classifier: style cleanup's
2008-01-28 Stephen Hemminger[PKT_SCHED] sch_atm: style cleanup
2008-01-28 Stephen Hemminger[PKT_SCHED] dsmark: checkpatch warning cleanup
2008-01-28 Stephen Hemminger[PKT_SCHED] dsmark: handle cloned and non-linear skb's
2008-01-28 David S. Miller[PKT_SCHED] dsmark: Use hweight32() instead of convolut...
2008-01-28 Stephen Hemminger[PKT_SCHED] dsmark: get rid of wrappers
2008-01-28 Stephen Hemminger[IPV6]: addrconf sparse warnings
2008-01-28 Patrick McHardy[NET_SCHED]: kill obsolete NET_CLS_POLICE option
2008-01-28 Pavel Emelyanov[VLAN]: Move protocol determination to seperate function
2008-01-28 Patrick McHardy[VLAN]: Clean up vlan_skb_recv()
2008-01-28 Patrick McHardy[VLAN]: Update list address
2008-01-28 Patrick McHardy[VLAN]: checkpatch cleanups
2008-01-28 Patrick McHardy[VLAN]: Turn VLAN_DEV_INFO into inline function
2008-01-28 Patrick McHardy[VLAN]: Simplify vlan unregistration
2008-01-28 Patrick McHardy[VLAN]: Clean up unregister_vlan_dev
2008-01-28 Patrick McHardy[VLAN]: Clean up initialization code
2008-01-28 Patrick McHardy[VLAN]: Remove non-implemented ioctls
2008-01-28 Patrick McHardy[VLAN]: Clean up debugging and printks
2008-01-28 Patrick McHardy[VLAN]: Kill useless check
2008-01-28 Patrick McHardy[VLAN]: Move device setup to vlan_dev.c
2008-01-28 Patrick McHardy[VLAN]: Use dev->stats
2008-01-28 Patrick McHardy[VLAN]: Kill useless VLAN_NAME define
2008-01-28 Patrick McHardy[NET_SCHED]: sch_ingress: remove useless printk
2008-01-28 Patrick McHardy[NET_SCHED]: sch_ingress: avoid a few #ifdefs
2008-01-28 Patrick McHardy[NET_SCHED]: sch_ingress: move dependencies to Kconfig
2008-01-28 Patrick McHardy[NET_SCHED]: sch_ingress: remove unnecessary ops
2008-01-28 Patrick McHardy[NET_SCHED]: sch_ingress: return proper error code...
2008-01-28 Patrick McHardy[NET_SCHED]: sch_ingress: remove unused inner qdisc
2008-01-28 Patrick McHardy[NET_SCHED]: sch_ingress: remove qdisc_priv() wrapper
2008-01-28 Patrick McHardy[NET_SCHED]: sch_ingress: remove excessive debugging
2008-01-28 Patrick McHardy[NET_SCHED]: sch_ingress: formatting fixes
2008-01-28 Stephen Hemminger[PKT_SCHED] SFQ: whitespace cleanup
2008-01-28 Stephen Hemminger[PKT_SCHED] SFQ: use net_random
2008-01-28 Stephen Hemminger[PKT_SCHED] SFQ: timer is deferrable
2008-01-28 Denis V. Lunev[NETNS]: Process FIB rule action in the context of...
2008-01-28 Denis V. Lunev[NETNS]: FIB rules API cleanup.
2008-01-28 Denis V. Lunev[FIB]: Add netns to fib_rules_ops.
2008-01-28 Vlad Yasevich[SCTP]: Correctly initialize error when parameter valid...
2008-01-28 Adrian Bunk[IrDA]: Irport removal - part 1
2008-01-28 Robie Basak[IrDA]: Frame length validation.
2008-01-28 Robie Basak[IrDA]: Resend frames on timeout.
2008-01-28 Denis V. Lunev[NETNS]: Namespace stop vs 'ip r l' race.
2008-01-28 Denis V. Lunev[NETNS]: Consolidate kernel netlink socket destruction.
2008-01-28 Denis V. Lunev[NETNS]: Memory leak on network namespace stop.
2008-01-28 Denis V. Lunev[NETNS]: Double free in netlink_release.
2008-01-28 Daniel Lezcano[IPV6]: Fix ip6_frag ctl
2008-01-28 Roel Kluinwireless: fix '!x & y' typo's
2008-01-28 Rami Rosen[BRIDGE]: Remove unused include of a header file in...
2008-01-28 David S. Miller[SCTP]: Fix build warning in sctp_sf_do_5_1C_ack().
2008-01-28 Daniel Lezcano[NETNS][DST] dst: pass the dst_ops as parameter to...
2008-01-28 Eric Dumazet[IPV4] FIB_HASH: Reduce memory needs and speedup lookups
2008-01-28 Eric Dumazet[FIB]: Fix rcu_dereference() abuses in fib_trie.c
2008-01-28 Eric Dumazet[ROSE]: Supress sparse warnings
2008-01-28 Eric Dumazet[ATM]: Suppress some sparse warnings
2008-01-28 Eric Dumazet[APPLETALK]: Annotations to clear sparse warnings
2008-01-28 Patrick McHardy[NETFILTER]: nf_conntrack: make print_conntrack functio...
2008-01-28 Patrick McHardy[NETFILTER]: nf_conntrack: remove print_conntrack funct...
2008-01-28 Patrick McHardy[NETFILTER]: nf_conntrack: clean up a few header files
2008-01-28 Patrick McHardy[NETFILTER]: kill nf_sysctl.c
2008-01-28 Patrick McHardy[NETFILTER]: nf_conntrack_sctp: remove timeout indirection
2008-01-28 Patrick McHardy[NETFILTER]: nf_conntrack_sctp: replace magic value...
2008-01-28 Patrick McHardy[NETFILTER]: nf_conntrack_sctp: don't take sctp_lock...
2008-01-28 Patrick McHardy[NETFILTER]: nf_conntrack_sctp: rename "newconntrack...
2008-01-28 Patrick McHardy[NETFILTER]: nf_conntrack_sctp: consolidate sctp_packet...
2008-01-28 Patrick McHardy[NETFILTER]: nf_conntrack_sctp: reduce line length...
2008-01-28 Patrick McHardy[NETFILTER]: nf_conntrack_sctp: reduce line length
2008-01-28 Patrick McHardy[NETFILTER]: nf_conntrack_sctp: use proper types for...
next