summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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-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-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-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
2011-02-17ipv4: Consolidate ipv4 dst allocation logic.David S. Miller
2011-02-17ipv4: Move rcu_read_{lock,unlock}() into ip_route_output_slow().David S. Miller
2011-02-17ipv4: Simplify output route creation call sequence.David S. Miller
2011-02-17net: introduce NETIF_F_RXCSUMMichał Mirosław
2011-02-17net: use ndo_fix_features for ethtool_ops->set_flagsMichał Mirosław
2011-02-17net: ethtool: use ndo_fix_features for offload settingMichał Mirosław
2011-02-17net: Introduce new feature setting opsMichał Mirosław
2011-02-17ethtool: factorize get/set_one_featureMichał Mirosław
2011-02-17ethtool: factorize ethtool_get_strings() and ethtool_get_sset_count()Michał Mirosław
2011-02-17ethtool: enable GSO and GRO by defaultMichał Mirosław
2011-02-17ethtool: move EXPORT_SYMBOL(ethtool_op_set_tx_csum) to correct placeMichał Mirosław