1. 01d83ed tipc: Clean up tracking of node requesting a broadcast retransmit by Allan Stephens · 13 years ago
  2. c8a61b5 tipc: Fix print statements that assume pointers are 32-bit values by Allan Stephens · 13 years ago
  3. 5413b4c tipc: Improve handling of invalid link tolerance values by Allan Stephens · 13 years ago
  4. 3f8dd94 tipc: Prevent invalid memory access when sending to configuration service by Allan Stephens · 13 years ago
  5. 4132fac tipc: Remove unused global variable tipc_user_count by Allan Stephens · 14 years ago
  6. 2d627b9 tipc: Combine bearer structure with tipc_bearer structure by Allan Stephens · 14 years ago
  7. 23dd4cc tipc: Combine port structure with tipc_port structure by Allan Stephens · 14 years ago
  8. dee9f4b net: Make flow cache paths use a const struct flowi. by David S. Miller · 13 years ago
  9. 4ca2e68 xfrm: Mark flowi arg to xfrm_resolve_and_create_bundle() const. by David S. Miller · 13 years ago
  10. 3f0e18f xfrm: Mark flowi arg to xfrm_dst_{alloc_copy,update_origin}() const. by David S. Miller · 13 years ago
  11. 98313ad xfrm: Mark flowi arg to xfrm_bundle_create() const. by David S. Miller · 13 years ago
  12. a6c2e61 xfrm: Mark flowi arg to xfrm_tmpl_resolve{,_one}() const. by David S. Miller · 13 years ago
  13. 73ff93c xfrm: Mark flowi arg to xfrm_expand_policies() const. by David S. Miller · 13 years ago
  14. 062cdb4 xfrm: Mark flowi arg to xfrm_policy_{lookup_by_type,match}() const. by David S. Miller · 13 years ago
  15. 47209ab xfrm: Kill strict arg to xfrm_bundle_ok(). by David S. Miller · 13 years ago
  16. b520e9f xfrm: Mark flowi arg to xfrm_state_find() const. by David S. Miller · 13 years ago
  17. 1a89859 xfrm: Mark flowi arg to xfrm_init_tempstate() const. by David S. Miller · 13 years ago
  18. 4a08ab0 xfrm: Mark flowi arg to xfrm_state_look_at() const. by David S. Miller · 13 years ago
  19. e1ad2ab xfrm: Mark flowi arg to xfrm_selector_match() const. by David S. Miller · 13 years ago
  20. 8f029de xfrm: Mark flowi arg to xfrm_type->reject() const. by David S. Miller · 13 years ago
  21. 73e5ebb xfrm: Mark flowi arg to ->init_tempsel() const. by David S. Miller · 13 years ago
  22. 0c7b3ee xfrm: Mark flowi arg to ->fill_dst() const. by David S. Miller · 13 years ago
  23. 05d8402 xfrm: Mark flowi arg to ->get_tos() const. by David S. Miller · 13 years ago
  24. 86fce3b cls_u32: fix sparse warnings by stephen hemminger · 13 years ago
  25. 2a3bcfd Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-next-2.6 by David S. Miller · 13 years ago
  26. eaefd11 net: add __rcu annotations to sk_wq and wq by Eric Dumazet · 13 years ago
  27. 59ed5ab sctp: fix compile warnings in sctp_tsnmap_num_gabs by Shan Wei · 13 years ago
  28. 089c348 tcp: Remove debug macro of TCP_CHECK_TIMER by Shan Wei · 13 years ago
  29. da935c6 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  30. 2205a6e sctp: fix reporting of unknown parameters by Jiri Bohac · 13 years ago
  31. 91035f0 tcp: fix inet_twsk_deschedule() by Eric Dumazet · 13 years ago
  32. ece639c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6 by David S. Miller · 13 years ago
  33. 4c3021d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 13 years ago
  34. 9435eb1 ipv4: Implement __ip_dev_find using new interface address hash. by David S. Miller · 13 years ago
  35. fd23c3b ipv4: Add hash table of interface addresses. by David S. Miller · 13 years ago
  36. ceaaec9 net: deinit automatic LIST_HEAD by Eric Dumazet · 13 years ago
  37. f87e6f4 net: dont leave active on stack LIST_HEAD by Linus Torvalds · 13 years ago
  38. 214f45c net: provide default_advmss() methods to blackhole dst_ops by Eric Dumazet · 13 years ago
  39. 982721f ipv4: Use const'ify fib_result deep in the route call chains. by David S. Miller · 13 years ago
  40. 3b00456 ipv4: Avoid use of signed integers in fib_trie code. by David S. Miller · 13 years ago
  41. 3c7bd1a net: Add initial_ref arg to dst_alloc(). by David S. Miller · 13 years ago
  42. 0c4dcd5 ipv4: Consolidate ipv4 dst allocation logic. by David S. Miller · 13 years ago
  43. 010c270 ipv4: Move rcu_read_{lock,unlock}() into ip_route_output_slow(). by David S. Miller · 13 years ago
  44. 5ada552 ipv4: Simplify output route creation call sequence. by David S. Miller · 13 years ago
  45. e83d360 net: introduce NETIF_F_RXCSUM by Michał Mirosław · 13 years ago
  46. da8ac86c net: use ndo_fix_features for ethtool_ops->set_flags by Michał Mirosław · 13 years ago
  47. 8679488 net: ethtool: use ndo_fix_features for offload setting by Michał Mirosław · 13 years ago
  48. 5455c69 net: Introduce new feature setting ops by Michał Mirosław · 13 years ago
  49. 0a41770 ethtool: factorize get/set_one_feature by Michał Mirosław · 13 years ago
  50. 340ae16 ethtool: factorize ethtool_get_strings() and ethtool_get_sset_count() by Michał Mirosław · 13 years ago
  51. 212b573 ethtool: enable GSO and GRO by default by Michał Mirosław · 13 years ago
  52. 9a279ea ethtool: move EXPORT_SYMBOL(ethtool_op_set_tx_csum) to correct place by Michał Mirosław · 13 years ago
  53. 0af320f netfilter: ip6t_LOG: fix a flaw in printing the MAC by Joerg Marx · 13 years ago
  54. d503b30 netfilter: tproxy: do not assign timewait sockets to skb->sk by Florian Westphal · 13 years ago
  55. 69a19ee net: RPS: Make hardware-accelerated RFS conditional on NETIF_F_NTUPLE by Ben Hutchings · 13 years ago
  56. f878b99 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-next-2.6 by David S. Miller · 13 years ago
  57. 5c56580 net: Adjust TX queue kobjects if number of queues changes during unregister by Ben Hutchings · 13 years ago
  58. f39925d ipv4: Cache learned redirect information in inetpeer. by David S. Miller · 13 years ago
  59. 2c8cec5 ipv4: Cache learned PMTU information in inetpeer. by David S. Miller · 13 years ago
  60. d11327ad arp_notify: unconditionally send gratuitous ARP for NETDEV_NOTIFY_PEERS. by Ian Campbell · 13 years ago
  61. 68aa3fd ROSE: AX25: finding routes simplification by Bernard Pidoux · 13 years ago
  62. c5d8b24 ROSE: rose AX25 packet routing improvement by Bernard Pidoux · 13 years ago
  63. 8bc26a0 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 13 years ago
  64. 31d4093 ipv4: fix rcu lock imbalance in fib_select_default() by Eric Dumazet · 13 years ago
  65. af756e9 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6 by David S. Miller · 13 years ago
  66. ac7100b sch_mqprio: Always set num_tc to 0 in mqprio_destroy() by Ben Hutchings · 13 years ago
  67. de9963f netfilter: nf_iterate: fix incorrect RCU usage by Patrick McHardy · 13 years ago
  68. afc6151 bridge: implement [add/del]_slave ops by Jiri Pirko · 13 years ago
  69. fbaec0e rtnetlink: implement setting of master device by Jiri Pirko · 13 years ago
  70. d3337de Don't potentially dereference NULL in net/dcb/dcbnl.c:dcbnl_getapp() by Jesper Juhl · 13 years ago
  71. 7ec7927 net: dcb: application priority is per net_device by John Fastabend · 13 years ago
  72. 1765a57 net: make dev->master general by Jiri Pirko · 13 years ago
  73. d59cfde net: remove the unnecessary dance around skb_bond_should_drop by Jiri Pirko · 13 years ago
  74. 8a87017 bridge: Replace mp->mglist hlist with a bool by Herbert Xu · 13 years ago
  75. 24f9cdc bridge: Fix timer typo that may render snooping less effective by Herbert Xu · 13 years ago
  76. 6b0d6a9 bridge: Fix mglist corruption that leads to memory corruption by Herbert Xu · 13 years ago
  77. 57f89bf network: Allow af_packet to transmit +4 bytes for VLAN packets. by Ben Greear · 13 years ago
  78. ab889e6 Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-merge by David S. Miller · 13 years ago
  79. 3878f1f batman-adv: Disallow originator addressing within mesh layer by Linus Lüssing · 13 years ago
  80. ee1e884 batman-adv: Remove duplicate types.h inclusions by Linus Lüssing · 13 years ago
  81. 1406206 batman-adv: Split combined variable declarations by Marek Lindner · 13 years ago
  82. 946bf5e ip_gre: Add IPPROTO_GRE to flowi in ipgre_tunnel_xmit by Steffen Klassert · 13 years ago
  83. 0b15093 xfrm: avoid possible oopse in xfrm_alloc_dst by Hiroaki SHIMODA · 13 years ago
  84. c2f7f0e batman-adv: Use successive sequence numbers for fragments by Sven Eckelmann · 13 years ago
  85. 6431cbc inet: Create a mechanism for upward inetpeer propagation into routes. by David S. Miller · 13 years ago
  86. ddd4aa4 inetpeer: Add redirect and PMTU discovery cached info. by David S. Miller · 13 years ago
  87. 7a71ed8 inetpeer: Abstract address representation further. by David S. Miller · 13 years ago
  88. e128c5e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 13 years ago
  89. 96642d4 x25: Do not reference freed memory. by David S. Miller · 13 years ago
  90. b6644cb net: rename group sysfs entry to netdev_group by Xiaotian Feng · 13 years ago
  91. ae09357 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6 by David S. Miller · 13 years ago
  92. 2705974 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6 by David S. Miller · 13 years ago
  93. a7b545f mac80211: add missing locking in ieee80211_reconfig by Eliad Peller · 13 years ago
  94. 5dc0fa7 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-2.6 by John W. Linville · 13 years ago
  95. c317428 netfilter: nf_conntrack: set conntrack templates again if we return NF_REPEAT by Pablo Neira Ayuso · 13 years ago
  96. 263fb5b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  97. 8d13a2a9 net: Kill NETEVENT_PMTU_UPDATE. by David S. Miller · 13 years ago
  98. 8d3bdbd net: Fix lockdep regression caused by initializing netdev queues too early. by David S. Miller · 13 years ago
  99. b2df5a84 net/caif: Fix dangling list pointer in freed object on error. by David S. Miller · 13 years ago
  100. fa9921e ipsec: allow to align IPv4 AH on 32 bits by Nicolas Dichtel · 13 years ago