summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2011-02-23net: avoid initial "Features changed" messageMichał Mirosław
2011-02-23Fix "(unregistered net_device): Features changed" messageMichał Mirosław
2011-02-23em_meta: fix sparse warningstephen hemminger
2011-02-23mqprio: cleanupsstephen hemminger
2011-02-23afkey: add sparse annotation about rcustephen hemminger
2011-02-23socket: suppress sparse warningsstephen hemminger
2011-02-23net_sched: SFB flow schedulerEric Dumazet
2011-02-23net: Make flow cache paths use a const struct flowi.David S. Miller
2011-02-23xfrm: Mark flowi arg to xfrm_resolve_and_create_bundle() const.David S. Miller
2011-02-23xfrm: Mark flowi arg to xfrm_dst_{alloc_copy,update_origin}() const.David S. Miller
2011-02-23xfrm: Mark flowi arg to xfrm_bundle_create() const.David S. Miller
2011-02-23xfrm: Mark flowi arg to xfrm_tmpl_resolve{,_one}() const.David S. Miller
2011-02-23xfrm: Mark flowi arg to xfrm_expand_policies() const.David S. Miller
2011-02-23xfrm: Mark flowi arg to xfrm_policy_{lookup_by_type,match}() const.David S. Miller
2011-02-23xfrm: Kill strict arg to xfrm_bundle_ok().David S. Miller
2011-02-23xfrm: Mark flowi arg to xfrm_state_find() const.David S. Miller
2011-02-23xfrm: Mark flowi arg to xfrm_init_tempstate() const.David S. Miller
2011-02-23xfrm: Mark flowi arg to xfrm_state_look_at() const.David S. Miller
2011-02-23xfrm: Mark flowi arg to xfrm_selector_match() const.David S. Miller
2011-02-23xfrm: Mark flowi arg to xfrm_type->reject() const.David S. Miller
2011-02-23xfrm: Mark flowi arg to ->init_tempsel() const.David S. Miller
2011-02-23xfrm: Mark flowi arg to ->fill_dst() const.David S. Miller
2011-02-23xfrm: Mark flowi arg to ->get_tos() const.David S. Miller
2011-02-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-02-22cls_u32: fix sparse warningsstephen hemminger
2011-02-22Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller
2011-02-22net: add __rcu annotations to sk_wq and wqEric Dumazet
2011-02-22ipvs: use hlist instead of listChangli Gao
2011-02-20sctp: fix compile warnings in sctp_tsnmap_num_gabsShan Wei
2011-02-20tcp: Remove debug macro of TCP_CHECK_TIMERShan Wei
2011-02-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-02-20sctp: fix reporting of unknown parametersJiri Bohac
2011-02-20tcp: fix inet_twsk_deschedule()Eric Dumazet
2011-02-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller
2011-02-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2011-02-18Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville
2011-02-18mac80211: Clear PS related flag on disabling power save.Vivek Natarajan
2011-02-18small adjustment to net/mac80211/KconfigJan Beulich
2011-02-18mac80211: fix 2.4 GHz 40 MHz disablingJohannes Berg
2011-02-18mac80211: Add power to debugfs.Ben Greear
2011-02-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville
2011-02-18mac80211: fix conn_mon_timer running after disassociateStanislaw Gruszka
2011-02-18ipv4: Implement __ip_dev_find using new interface address hash.David S. Miller
2011-02-18ipv4: Add hash table of interface addresses.David S. Miller
2011-02-18net: deinit automatic LIST_HEADEric Dumazet
2011-02-18net: dont leave active on stack LIST_HEADLinus Torvalds
2011-02-18net: provide default_advmss() methods to blackhole dst_opsEric Dumazet
2011-02-17ipv4: Use const'ify fib_result deep in the route call chains.David S. Miller
2011-02-17ipv4: Avoid use of signed integers in fib_trie code.David S. Miller
2011-02-17net: Add initial_ref arg to dst_alloc().David S. Miller