1. f408e0c netlink: Export genl_lock() API for use by modules by James Chapman · 14 years ago
  2. 0d76751 l2tp: Add L2TPv3 IP encapsulation (no UDP) support by James Chapman · 14 years ago
  3. e0d4435 l2tp: Update PPP-over-L2TP driver to work over L2TPv3 by James Chapman · 14 years ago
  4. f7faffa l2tp: Add L2TPv3 protocol support by James Chapman · 14 years ago
  5. 9345471 l2tp: Add ppp device name to L2TP ppp session data by James Chapman · 14 years ago
  6. fd558d1 l2tp: Split pppol2tp patch into separate l2tp and ppp parts by James Chapman · 14 years ago
  7. 21b4aaa l2tp: Relocate pppol2tp driver to new net/l2tp directory by James Chapman · 14 years ago
  8. 22bedad3 net: convert multicast list to list_head by Jiri Pirko · 14 years ago
  9. a748ee2 net: move address list functions to a separate file by Jiri Pirko · 14 years ago
  10. 9092c65 net: illegal_highdma() fix by Eric Dumazet · 14 years ago
  11. 5acbbd4 net: change illegal_highdma to use dma_mask by FUJITA Tomonori · 14 years ago
  12. d7997fe flow: structurize flow cache by Timo Teräs · 14 years ago
  13. ea2dea9 xfrm: remove policy lock when accessing policy->walk.dead by Timo Teräs · 14 years ago
  14. c8bf4d0 xfrm_user: verify policy direction at XFRM_MSG_POLEXPIRE handler by Timo Teräs · 14 years ago
  15. 34996cb xfrm: Remove xfrm_state_genid by Herbert Xu · 14 years ago
  16. 152102c rps: keep the old behavior on SMP without rps by Changli Gao · 14 years ago
  17. 5d944c6 gen_estimator: deadlock fix by Eric Dumazet · 14 years ago
  18. d4fc6db ipv4: remove redundant verification code by Hagen Paul Pfeifer · 14 years ago
  19. b914f3a netlabel: Fix several rcu_dereference() calls used without RCU read locks by Paul Moore · 14 years ago
  20. 6503d96 net: check the length of the socket address passed to connect(2) by Changli Gao · 14 years ago
  21. 02e4eb7 netfilter: xt_hashlimit: RCU conversion by Eric Dumazet · 14 years ago
  22. 902a3dd netfilter: CLUSTERIP: clusterip_seq_stop() fix by Eric Dumazet · 14 years ago
  23. d26e6a0 netfilter: ctnetlink: compute message size properly by Jiri Pirko · 14 years ago
  24. 6c57990 net-caif: using kmalloc/kfree requires the include of slab.h by Stephen Rothwell · 14 years ago
  25. d5dc056 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 14 years ago
  26. e3efca0 mac80211: Fix drop_unencrypted for MFP with hwaccel by Jouni Malinen · 14 years ago
  27. d5d9de0 nl80211: reenable station del for mesh by Marco Porsch · 14 years ago
  28. fa83a21 mac80211: Fix dropping of unprotected robust multicast frames by Jouni Malinen · 14 years ago
  29. ecbcd32 mac80211: Fix BIP to be used only with group-addressed frames by Jouni Malinen · 14 years ago
  30. e69e95d mac80211: Send deauth/disassoc prior to dropping STA entry by Jouni Malinen · 14 years ago
  31. 17e4ec1 mac80211: Track Beacon signal strength and implement cqm events by Jouni Malinen · 14 years ago
  32. 0af26b2 mac80211: enable QoS explicitly in AP mode by Stanislaw Gruszka · 14 years ago
  33. e1b3ec1 mac80211: explicitly disable/enable QoS by Stanislaw Gruszka · 14 years ago
  34. e3cf8b3 mac80211: support paged rx SKBs by Zhu Yi · 14 years ago
  35. 55f9893 wireless: remove trailing space in messages by Frans Pop · 14 years ago
  36. b68c924 sctp: eliminate useless code by Hagen Paul Pfeifer · 14 years ago
  37. 8379d07 tipc: define needless global scoped variable static by Hagen Paul Pfeifer · 14 years ago
  38. 598ed93 fix net/core/dst.c coding style error and warnings by laurent chavey · 14 years ago
  39. b00fabb netdev: ethtool RXHASH flag by stephen hemminger · 14 years ago
  40. 02cdce5 ipv6 fib: Use "Sweezle" to optimize addr_bit_test(). by YOSHIFUJI Hideaki / 吉藤英明 · 14 years ago
  41. de7737e sctp: Use ipv6_addr_diff() in sctp_v6_addr_match_len(). by YOSHIFUJI Hideaki / 吉藤英明 · 14 years ago
  42. 7e5ab15 net_sched: minor netns related cleanup by Tom Goff · 14 years ago
  43. 3908c69 net-caif: add CAIF Kconfig and Makefiles by Sjur Braendeland · 14 years ago
  44. cc36a07 net-caif: add CAIF netdevice by Sjur Braendeland · 14 years ago
  45. e6f95ec net-caif: add CAIF socket implementation by Sjur Braendeland · 14 years ago
  46. c72dfae net-caif: add CAIF device registration functionality by Sjur Braendeland · 14 years ago
  47. 15c9ac0 net-caif: add CAIF generic caif support functions by Sjur Braendeland · 14 years ago
  48. b482cd2 net-caif: add CAIF core protocol stack by Sjur Braendeland · 14 years ago
  49. baff42a net: Fix oops from tcp_collapse() when using splice() by Steven J. Magnani · 14 years ago
  50. 7236fe2 mac80211: move netdev queue enabling to correct spot by Johannes Berg · 14 years ago
  51. 533866b mac80211: fix PREQ processing and one small bug by Porsch, Marco · 14 years ago
  52. c7a00dc mac80211: correct typos in "unavailable upon resume" warning by John W. Linville · 14 years ago
  53. 368d06f wireless: convert reg_regdb_search_lock to mutex by John W. Linville · 14 years ago
  54. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  55. 788e69e svcrpc: don't hold sv_lock over svc_xprt_put() by J. Bruce Fields · 14 years ago
  56. 6631424 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  57. 7905e35 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 14 years ago
  58. f77f13e Fix comment and Kconfig typos for 'require' and 'fragment' by Gilles Espinasse · 14 years ago
  59. 30bde1f rps: fix net-sysfs build for !CONFIG_RPS by Stephen Rothwell · 14 years ago
  60. 10f744d net: __netif_receive_skb should be static by Eric Dumazet · 14 years ago
  61. 54c1a85 ipv6: Don't drop cache route entry unless timer actually expired. by YOSHIFUJI Hideaki / 吉藤英明 · 14 years ago
  62. adcfe19 net: increase preallocated size of nlmsg to accomodate for IFLA_STATS64 by Jan Engelhardt · 14 years ago
  63. 14a4b42 net: fix unaligned access in IFLA_STATS64 by Jan Engelhardt · 14 years ago
  64. 7438189 net: ipmr/ip6mr: prevent out-of-bounds vif_table access by Nicolas Dichtel · 14 years ago
  65. 71c5c15 net: Add MSG_WAITFORONE flag to recvmmsg by Brandon L Black · 14 years ago
  66. 6a2bad7 ipv4: Restart rt_intern_hash after emergency rebuild (v2) by Pavel Emelyanov · 14 years ago
  67. b35ecb5 ipv4: Cleanup struct net dereference in rt_intern_hash by Pavel Emelyanov · 14 years ago
  68. 4b97efd net: fix netlink address dumping in IPv4/IPv6 by Patrick McHardy · 14 years ago
  69. 66aa4a5 netlink: use the appropriate namespace pid by Tom Goff · 14 years ago
  70. b79d1d5 ipv6: Fix result generation in ipv6_get_ifaddr(). by David S. Miller · 14 years ago
  71. b54c9b9 ipv6: Preserve pervious behavior in ipv6_link_dev_addr(). by David S. Miller · 14 years ago
  72. 126a031 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  73. df33454 rps: add CONFIG_RPS by Eric Dumazet · 14 years ago
  74. 80bb3a0 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6 by David S. Miller · 14 years ago
  75. 8f59922 netfilter: xt_hashlimit: IPV6 bugfix by Eric Dumazet · 14 years ago
  76. b446728 netfilter: xtables: merge registration structure to NFPROTO_UNSPEC by Jan Engelhardt · 14 years ago
  77. d879e19 netfilter: xtables: remove xt_string revision 0 by Jan Engelhardt · 14 years ago
  78. 110d99e netfilter: xtables: remove xt_multiport revision 0 by Jan Engelhardt · 14 years ago
  79. 779dd63 netfilter: xtables: remove xt_hashlimit revision 0 by Jan Engelhardt · 14 years ago
  80. f95c74e netfilter: xtables: shorten up return clause by Jan Engelhardt · 14 years ago
  81. 4a5a5c7 netfilter: xtables: slightly better error reporting by Jan Engelhardt · 14 years ago
  82. d6b00a5 netfilter: xtables: change targets to return error code by Jan Engelhardt · 14 years ago
  83. bd414ee netfilter: xtables: change matches to return error code by Jan Engelhardt · 14 years ago
  84. 135367b netfilter: xtables: change xt_target.checkentry return type by Jan Engelhardt · 14 years ago
  85. b0f3845 netfilter: xtables: change xt_match.checkentry return type by Jan Engelhardt · 14 years ago
  86. 9f56731 netfilter: xtables: untangle spaghetti if clauses in checkentry by Jan Engelhardt · 14 years ago
  87. 7911b5c netfilter: ipvs: use NFPROTO values for NF_HOOK invocation by Jan Engelhardt · 14 years ago
  88. 5d877d8 netfilter: decnet: use NFPROTO values for NF_HOOK invocation by Jan Engelhardt · 14 years ago
  89. b2e0b38 netfilter: ipv6: use NFPROTO values for NF_HOOK invocation by Jan Engelhardt · 14 years ago
  90. 9bbc768 netfilter: ipv4: use NFPROTO values for NF_HOOK invocation by Jan Engelhardt · 14 years ago
  91. 713aefa netfilter: bridge: use NFPROTO values for NF_HOOK invocation by Jan Engelhardt · 14 years ago
  92. 5dc7a6d netfilter: xt_recent: allow changing ip_list_[ug]id at runtime by Jan Engelhardt · 14 years ago
  93. fd0ec0e netfilter: xtables: consolidate code into xt_request_find_match by Jan Engelhardt · 15 years ago
  94. d2a7b6b netfilter: xtables: make use of xt_request_find_target by Jan Engelhardt · 15 years ago
  95. ff67e4e netfilter: xt extensions: use pr_<level> (2) by Jan Engelhardt · 14 years ago
  96. 9c13886 netfilter: ip6table_raw: fix table priority by Jozsef Kadlecsik · 14 years ago
  97. 55e0d7c netfilter: xt_hashlimit: dl_seq_stop() fix by Eric Dumazet · 14 years ago
  98. 0d34545 netfilter: xtables: make use of caller family rather than target family by Jan Engelhardt · 14 years ago
  99. 6c75969 Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 14 years ago
  100. a570f09 tipc: remove trailing space in messages by Frans Pop · 14 years ago