aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2011-02-23tipc: Avoid reliable broadcast preparation for NACK messagesAllan Stephens
2011-02-23tipc: Remove unused message header field for requested number of linksAllan Stephens
2011-02-23tipc: Remove support for per-connection message sequence numberingAllan Stephens
2011-02-23tipc: Add in missing lock during link initializationAllan Stephens
2011-02-23tipc: Fix port counter handling to correct congestion controlAllan Stephens
2011-02-23tipc: Minor optimization to topology service connection establishmentAllan Stephens
2011-02-23tipc: Set unused probe field of link protocol messages to defined valueAllan Stephens
2011-02-23tipc: Improve accuracy of link transmit queue maximum size statisticAllan Stephens
2011-02-23tipc: Eliminate unnecessary locking when starting topology serviceAllan Stephens
2011-02-23tipc: Clean up tracking of node requesting a broadcast retransmitAllan Stephens
2011-02-23tipc: Fix print statements that assume pointers are 32-bit valuesAllan Stephens
2011-02-23tipc: Improve handling of invalid link tolerance valuesAllan Stephens
2011-02-23tipc: Prevent invalid memory access when sending to configuration serviceAllan Stephens
2011-02-23tipc: Remove unused global variable tipc_user_countAllan Stephens
2011-02-23tipc: Combine bearer structure with tipc_bearer structureAllan Stephens
2011-02-23tipc: Combine port structure with tipc_port structureAllan Stephens
2011-02-22net: Make flow cache paths use a const struct flowi.David S. Miller
2011-02-22xfrm: Mark flowi arg to xfrm_resolve_and_create_bundle() const.David S. Miller
2011-02-22xfrm: Mark flowi arg to xfrm_dst_{alloc_copy,update_origin}() const.David S. Miller
2011-02-22xfrm: Mark flowi arg to xfrm_bundle_create() const.David S. Miller
2011-02-22xfrm: Mark flowi arg to xfrm_tmpl_resolve{,_one}() const.David S. Miller
2011-02-22xfrm: Mark flowi arg to xfrm_expand_policies() const.David S. Miller
2011-02-22xfrm: Mark flowi arg to xfrm_policy_{lookup_by_type,match}() const.David S. Miller
2011-02-22xfrm: Kill strict arg to xfrm_bundle_ok().David S. Miller
2011-02-22xfrm: Mark flowi arg to xfrm_state_find() const.David S. Miller
2011-02-22xfrm: Mark flowi arg to xfrm_init_tempstate() const.David S. Miller
2011-02-22xfrm: Mark flowi arg to xfrm_state_look_at() const.David S. Miller
2011-02-22xfrm: Mark flowi arg to xfrm_selector_match() const.David S. Miller
2011-02-22xfrm: Mark flowi arg to xfrm_type->reject() const.David S. Miller
2011-02-22xfrm: Mark flowi arg to ->init_tempsel() const.David S. Miller
2011-02-22xfrm: Mark flowi arg to ->fill_dst() const.David S. Miller
2011-02-22xfrm: 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-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-02-19sctp: fix reporting of unknown parametersJiri Bohac
2011-02-19tcp: fix inet_twsk_deschedule()Eric Dumazet
2011-02-19Merge 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