aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-02-23net: Implement SFEATURES compatibility for not updated driversMichał Mirosław1-0/+61
2011-02-23net: Fix ETHTOOL_GFEATURES compatibilityMichał Mirosław1-0/+14
2011-02-23net: avoid initial "Features changed" messageMichał Mirosław1-3/+5
2011-02-23Fix "(unregistered net_device): Features changed" messageMichał Mirosław1-2/+2
2011-02-23em_meta: fix sparse warningstephen hemminger1-1/+1
2011-02-23mqprio: cleanupsstephen hemminger1-2/+4
2011-02-23afkey: add sparse annotation about rcustephen hemminger1-0/+2
2011-02-23socket: suppress sparse warningsstephen hemminger1-3/+5
2011-02-23net_sched: SFB flow schedulerEric Dumazet3-0/+721
2011-02-22net: Make flow cache paths use a const struct flowi.David S. Miller2-12/+15
2011-02-22xfrm: Mark flowi arg to xfrm_resolve_and_create_bundle() const.David S. Miller1-1/+1
2011-02-22xfrm: Mark flowi arg to xfrm_dst_{alloc_copy,update_origin}() const.David S. Miller1-2/+2
2011-02-22xfrm: Mark flowi arg to xfrm_bundle_create() const.David S. Miller1-1/+1
2011-02-22xfrm: Mark flowi arg to xfrm_tmpl_resolve{,_one}() const.David S. Miller1-6/+4
2011-02-22xfrm: Mark flowi arg to xfrm_expand_policies() const.David S. Miller1-2/+2
2011-02-22xfrm: Mark flowi arg to xfrm_policy_{lookup_by_type,match}() const.David S. Miller1-2/+2
2011-02-22xfrm: Kill strict arg to xfrm_bundle_ok().David S. Miller1-8/+3
2011-02-22xfrm: Mark flowi arg to xfrm_state_find() const.David S. Miller1-1/+1
2011-02-22xfrm: Mark flowi arg to xfrm_init_tempstate() const.David S. Miller1-1/+1
2011-02-22xfrm: Mark flowi arg to xfrm_state_look_at() const.David S. Miller1-1/+1
2011-02-22xfrm: Mark flowi arg to xfrm_selector_match() const.David S. Miller1-4/+4
2011-02-22xfrm: Mark flowi arg to xfrm_type->reject() const.David S. Miller2-2/+3
2011-02-22xfrm: Mark flowi arg to ->init_tempsel() const.David S. Miller2-2/+2
2011-02-22xfrm: Mark flowi arg to ->fill_dst() const.David S. Miller3-3/+3
2011-02-22xfrm: Mark flowi arg to ->get_tos() const.David S. Miller3-3/+3
2011-02-22cls_u32: fix sparse warningsstephen hemminger1-6/+6
2011-02-22Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-next-2.6David S. Miller1-1/+2
2011-02-22net: add __rcu annotations to sk_wq and wqEric Dumazet4-26/+40
2011-02-20sctp: fix compile warnings in sctp_tsnmap_num_gabsShan Wei1-1/+1
2011-02-20tcp: Remove debug macro of TCP_CHECK_TIMERShan Wei4-21/+0
2011-02-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller22-60/+124
2011-02-19sctp: fix reporting of unknown parametersJiri Bohac1-5/+5
2011-02-19tcp: fix inet_twsk_deschedule()Eric Dumazet1-0/+2
2011-02-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6David S. Miller4-20/+44
2011-02-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds13-29/+59
2011-02-18ipv4: Implement __ip_dev_find using new interface address hash.David S. Miller2-40/+33
2011-02-18ipv4: Add hash table of interface addresses.David S. Miller1-0/+45
2011-02-18net: deinit automatic LIST_HEADEric Dumazet1-0/+2
2011-02-18net: dont leave active on stack LIST_HEADLinus Torvalds1-2/+5
2011-02-18net: provide default_advmss() methods to blackhole dst_opsEric Dumazet2-0/+2
2011-02-17ipv4: Use const'ify fib_result deep in the route call chains.David S. Miller2-16/+18
2011-02-17ipv4: Avoid use of signed integers in fib_trie code.David S. Miller1-5/+5
2011-02-17net: Add initial_ref arg to dst_alloc().David S. Miller5-13/+9
2011-02-17ipv4: Consolidate ipv4 dst allocation logic.David S. Miller1-31/+21
2011-02-17ipv4: Move rcu_read_{lock,unlock}() into ip_route_output_slow().David S. Miller1-7/+6
2011-02-17ipv4: Simplify output route creation call sequence.David S. Miller1-35/+23
2011-02-17net: introduce NETIF_F_RXCSUMMichał Mirosław1-24/+23
2011-02-17net: use ndo_fix_features for ethtool_ops->set_flagsMichał Mirosław1-2/+29
2011-02-17net: ethtool: use ndo_fix_features for offload settingMichał Mirosław1-13/+32
2011-02-17net: Introduce new feature setting opsMichał Mirosław2-8/+163