1. 28b4d5c Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 15 years ago
  2. d0b093a Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  3. d29cecd mac80211: fix reorder buffer release by Johannes Berg · 15 years ago
  4. 8f56874 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 15 years ago
  5. 269ac5f cfg80211: indent regulatory messages with spaces by Kalle Valo · 15 years ago
  6. 914828f mac80211: Fix TX status reporting for injected data frames by Jouni Malinen · 15 years ago
  7. 1014eb6 WE: Fix set events not propagated by Jean Tourrilhes · 15 years ago
  8. 47e1c32 tcp: fix a timewait refcnt race by Eric Dumazet · 15 years ago
  9. 13475a3 tcp: connect() race with timewait reuse by Eric Dumazet · 15 years ago
  10. 49d0900 tcp: diag: Dont report negative values for rx queue by Eric Dumazet · 15 years ago
  11. fc4a748 netdevice: provide common routine for macvlan and vlan operstate management by Patrick Mullaney · 15 years ago
  12. a7fca0c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-next-2.6 by David S. Miller · 15 years ago
  13. 424eff9 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6 by David S. Miller · 15 years ago
  14. b099ce2 net: Batch inet_twsk_purge by Eric W. Biederman · 15 years ago
  15. 575f4cd net: Use rcu lookups in inet_twsk_purge. by Eric W. Biederman · 15 years ago
  16. e9c5158 net: Allow fib_rule_unregister to batch by Eric W. Biederman · 15 years ago
  17. 3a765ed netns: Add an explicit rcu_barrier to unregister_pernet_{device|subsys} by Eric W. Biederman · 15 years ago
  18. d79d792 net: Allow xfrm_user_net_exit to batch efficiently. by Eric W. Biederman · 15 years ago
  19. 04dc7f6b net: Move network device exit batching by Eric W. Biederman · 15 years ago
  20. 72ad937 net: Add support for batching network namespace cleanups by Eric W. Biederman · 15 years ago
  21. 8153a10 ipv4 05/05: add sysctl to accept packets with local source addresses by Patrick McHardy · 15 years ago
  22. 5adef18 net 04/05: fib_rules: allow to delete local rule by Patrick McHardy · 15 years ago
  23. 1b038a5 net 03/05: fib_rules: add oif classification by Patrick McHardy · 15 years ago
  24. 491deb24b net 02/05: fib_rules: rename ifindex/ifname/FRA_IFNAME to iifindex/iifname/FRA_IIFNAME by Patrick McHardy · 15 years ago
  25. eae38ee Bluetooth: Add RFCOMM option to use L2CAP ERTM mode by Marcel Holtmann · 15 years ago
  26. 5fbcd3d Bluetooth: Add L2CAP option for max transmit value by Marcel Holtmann · 15 years ago
  27. 2ab25cd Bluetooth: Fix 'SendRRorRNR' to send the ReqSeq value by Gustavo F. Padovan · 15 years ago
  28. 4ec10d9 Bluetooth: Implement RejActioned flag by Gustavo F. Padovan · 15 years ago
  29. 9f121a5 Bluetooth: Fix sending ReqSeq on I-frames by Gustavo F. Padovan · 15 years ago
  30. 889a3ca Bluetooth: Fix unset of SrejActioned flag by Gustavo F. Padovan · 15 years ago
  31. 0565c1c Bluetooth: Initialize variables and timers for both channel's sides by Gustavo F. Padovan · 15 years ago
  32. cde9f80 Bluetooth: Fix handling of BNEP setup connection requests by Vikram Kandukuri · 15 years ago
  33. c78ae28 Bluetooth: Unobfuscate tasklet_schedule usage by Marcel Holtmann · 15 years ago
  34. 76bca88 Bluetooth: Turn hci_recv_frame into an exported function by Marcel Holtmann · 15 years ago
  35. 7e21add Bluetooth: Return ENETDOWN when interface is down by Marcel Holtmann · 15 years ago
  36. 2da3193 Bluetooth: Implement raw output support for HIDP layer by Jiri Kosina · 15 years ago
  37. e6b09cc tcp: sysctl_tcp_cookie_size needs to be exported to modules. by David S. Miller · 15 years ago
  38. f9a2e69 tcp: Fix warning on 64-bit. by David S. Miller · 15 years ago
  39. 91e2ff3 net: Teach vlans to cleanup as a pernet subsystem by Eric W. Biederman · 15 years ago
  40. 4957faade TCPCT part 1g: Responder Cookie => Initiator by William Allen Simpson · 15 years ago
  41. bd0388a TCPCT part 1f: Initiator Cookie => Responder by William Allen Simpson · 15 years ago
  42. e56fb50 TCPCT part 1e: implement socket option TCP_COOKIE_TRANSACTIONS by William Allen Simpson · 15 years ago
  43. 435cf55 TCPCT part 1d: define TCP cookie option, extend existing struct's by William Allen Simpson · 15 years ago
  44. 519855c TCPCT part 1c: sysctl_tcp_cookie_size, socket option TCP_COOKIE_TRANSACTIONS by William Allen Simpson · 15 years ago
  45. da5c78c TCPCT part 1b: generate Responder Cookie secret by William Allen Simpson · 15 years ago
  46. e6b4d11 TCPCT part 1a: add request_values parameter for sending SYNACK by William Allen Simpson · 15 years ago
  47. c81c2d9 skbuff: remove skb_dma_map/unmap by Alexander Duyck · 15 years ago
  48. 5b23136 net: compat_sys_recvmmsg user timespec arg can be NULL by Jean-Mickael Guerin · 15 years ago
  49. d7256d0 net: compat_mmsghdr must be used in sys_recvmmsg by Jean-Mickael Guerin · 15 years ago
  50. 810c071 sctp: fix sctp_setsockopt_autoclose compile warning by Andrei Pelinescu-Onciul · 15 years ago
  51. ff9c38b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  52. 6710117 net: Simplify ipip6 aka sit pernet operations. by Eric W. Biederman · 15 years ago
  53. ac31cd3 net: Simplify ip6_tunnel pernet operations. by Eric W. Biederman · 15 years ago
  54. 86de8a6 net: Simplify ipip pernet operations. by Eric W. Biederman · 15 years ago
  55. cfb8fbf net: Simplify ip_gre pernet operations. by Eric W. Biederman · 15 years ago
  56. d2b3eb6 net: Simplify phonet pernet operations. by Eric W. Biederman · 15 years ago
  57. e8d0288 net: Simplify conntrack_proto_gre pernet operations. by Eric W. Biederman · 15 years ago
  58. 32b51f9 net: Simplify conntrack_proto_dccp pernet operations. by Eric W. Biederman · 15 years ago
  59. 23c049c net: Simplify af_key pernet operations. by Eric W. Biederman · 15 years ago
  60. 946d1a9 net: Simplify vlan pernet operations. by Eric W. Biederman · 15 years ago
  61. e008b5f net: Simplfy default_device_exit and improve batching. by Eric W. Biederman · 15 years ago
  62. f875bae net: Automatically allocate per namespace data. by Eric W. Biederman · 15 years ago
  63. 2b035b3 net: Batch network namespace destruction. by Eric W. Biederman · 15 years ago
  64. a5ee155 net: NETDEV_UNREGISTER_PERNET -> NETDEV_UNREGISTER_BATCH by Eric W. Biederman · 15 years ago
  65. b2722b1 ip_fragment: also adjust skb->truesize for packets not owned by a socket by Patrick McHardy · 15 years ago
  66. 7e8f44f Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 15 years ago
  67. 138f3c8 ipsec: can not add camellia cipher algorithm when using "ip xfrm state" command by Li Yewang · 15 years ago
  68. 29e5536 Merge branch 'security' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by Linus Torvalds · 15 years ago
  69. cd79bf7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  70. 1fdf475 tcp: tcp_disconnect() should clear window_clamp by Eric Dumazet · 15 years ago
  71. 827d42c mac80211: fix spurious delBA handling by Johannes Berg · 15 years ago
  72. 4253119 mac80211: fix two remote exploits by Johannes Berg · 15 years ago
  73. bbf31bf ipv4: additional update of dev_net(dev) to struct *net in ip_fragment.c, NULL ptr OOPS by David Ford · 15 years ago
  74. f64f9e7 net: Move && and || to end of previous line by Joe Perches · 15 years ago
  75. 3291b9d pktgen: NUMA aware by Eric Dumazet · 15 years ago
  76. 9b963e5 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  77. 429d33a X25: Fix oops and refcnt problems from x25_dev_get by andrew hendry · 15 years ago
  78. 1fd975a X25: Check for errors in x25_init by andrew hendry · 15 years ago
  79. 2f5517a X25: Move SYSCTL ifdefs into header by andrew hendry · 15 years ago
  80. 5656b6c Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vxy/lksctp-dev by David S. Miller · 15 years ago
  81. 5fdd4ba sctp: on T3_RTX retransmit all the in-flight chunks by Andrei Pelinescu-Onciul · 15 years ago
  82. 2944b2c cfg80211: Add PMKSA wext compatibility handler by Samuel Ortiz · 15 years ago
  83. 67fbb16 nl80211: PMKSA caching support by Samuel Ortiz · 15 years ago
  84. f911ab8 mac80211: log more data when tracing by Johannes Berg · 15 years ago
  85. 2569a82 mac80211: correctly place aMPDU RX reorder code by Johannes Berg · 15 years ago
  86. 1edfb1a mac80211: move aMPDU RX reorder code by Johannes Berg · 15 years ago
  87. 8c0c709 mac80211: move cmntr flag out of rx flags by Johannes Berg · 15 years ago
  88. e60d744 wireless : use a dedicated workqueue for cfg80211. by Alban Browaeys · 15 years ago
  89. 5e75659 vlan: support "loose binding" to the underlying network device by Patrick McHardy · 15 years ago
  90. 4454096 veth: move loopback logic to common location by Arnd Bergmann · 15 years ago
  91. bc74b0c xfrm: Add SHA384 and SHA512 HMAC authentication algorithms to XFRM by Martin Willi · 15 years ago
  92. 8f8a088 xfrm: Use the user specified truncation length in ESP and AH by Martin Willi · 15 years ago
  93. 4447bb3 xfrm: Store aalg in xfrm_state with a user specified truncation length by Martin Willi · 15 years ago
  94. a661c41 net: convert /proc/net/rt_acct to seq_file by Alexey Dobriyan · 15 years ago
  95. 09ad9bc net: use net_eq to compare nets by Octavian Purdila · 15 years ago
  96. efe117a mac80211: Speedup ieee80211_remove_interfaces() by Eric Dumazet · 15 years ago
  97. 4ba3eb0 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 15 years ago
  98. 3570021 net/ipv6: Move && and || to end of previous line by Joe Perches · 15 years ago
  99. 3e98484 pktgen: Fix netdevice unregister by Eric Dumazet · 15 years ago
  100. 3666ed1 netfilter: net/ipv[46]/netfilter: Move && and || to end of previous line by Joe Perches · 15 years ago