1. 421355d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 17 years ago
  2. 417c523 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 17 years ago
  3. f373b53 tcp: replace ehash_size by ehash_mask by Eric Dumazet · 17 years ago
  4. a2e2725 net: Introduce recvmmsg socket syscall by Arnaldo Carvalho de Melo · 17 years ago
  5. 3b88578 net: Generalize socket rx gap / receive queue overflow cmsg by Neil Horman · 17 years ago
  6. d20ef63 mac80211: document ieee80211_rx() context requirement by Johannes Berg · 17 years ago
  7. 5fdb997 net: Fix struct sock bitfield annotation by Eric Dumazet · 17 years ago
  8. 8aa0f64a Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 17 years ago
  9. f86dcc5 udp: dynamically size hash tables at boot time by Eric Dumazet · 17 years ago
  10. dfce95f cfg80211: add firmware and hardware version to wiphy by Kalle Valo · 17 years ago
  11. 3d23e34 wext: refactor by Johannes Berg · 17 years ago
  12. ec1b4cf net: mark net_proto_ops as const by Stephen Hemminger · 17 years ago
  13. d250a5f pkt_sched: gen_estimator: Dont report fake rate estimators by Eric Dumazet · 17 years ago
  14. fa857af ipv6 sit: 6rd (IPv6 Rapid Deployment) Support. by YOSHIFUJI Hideaki / 吉藤英明 · 17 years ago
  15. bcdce71 net: speedup sk_wake_async() by Eric Dumazet · 17 years ago
  16. 0bfbedb tunnels: Optimize tx path by Eric Dumazet · 17 years ago
  17. 16c6cf8 ipv4: fib table algorithm performance improvement by Stephen Hemminger · 17 years ago
  18. b705884 net: Make setsockopt() optlen be unsigned. by David S. Miller · 17 years ago
  19. 8f1546c wext: add back wireless/ dir in sysfs for cfg80211 interfaces by Johannes Berg · 17 years ago
  20. d1f8297 Revert "sit: stateless autoconf for isatap" by Sascha Hlusiak · 17 years ago
  21. a43912a tunnel: eliminate recursion field by Eric Dumazet · 17 years ago
  22. 8d65af7 sysctl: remove "struct file *" argument of ->proc_handler by Alexey Dobriyan · 17 years ago
  23. 60e78d2 9p: Add fscache support to 9p by Abhishek Kulkarni · 17 years ago
  24. 926e61b pkt_sched: Fix tx queue selection in tc_modify_qdisc by Jarek Poplawski · 17 years ago
  25. 75c7850 bonding: remap muticast addresses without using dev_close() and dev_open() by Moni Shoua · 17 years ago
  26. 0b6a05c tcp: fix ssthresh u16 leftover by Ilpo Järvinen · 17 years ago
  27. 41135cc net: constify struct inet6_protocol by Alexey Dobriyan · 17 years ago
  28. 3261309 net: constify struct net_protocol by Alexey Dobriyan · 17 years ago
  29. 9a0da0d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6 by David S. Miller · 17 years ago
  30. 23bcf63 net_sched: fix estimator lock selection for mq child qdiscs by Patrick McHardy · 17 years ago
  31. 6ec1c69 net_sched: add classful multiqueue dummy scheduler by David S. Miller · 17 years ago
  32. 589983c net_sched: move dev_graft_qdisc() to sch_generic.c by Patrick McHardy · 17 years ago
  33. 9237ccb sctp: turn flags in 'struct sctp_association' into bit fields by Wei Yongjun · 17 years ago
  34. 7238843 sctp: Sysctl configuration for IPv4 Address Scoping by Bhaskar Dutta · 17 years ago
  35. a803c94 sctp: Turn flags in 'sctp_packet' into bit fields by Vlad Yasevich · 17 years ago
  36. f68b2e0 sctp: Fix SCTP_MAXSEG socket option to comply to spec. by Vlad Yasevich · 17 years ago
  37. cb95ea3 sctp: Don't do NAGLE delay on large writes that were fragmented small by Vlad Yasevich · 17 years ago
  38. 4d3c46e sctp: drop a_rwnd to 0 when receive buffer overflows. by Vlad Yasevich · 17 years ago
  39. 9c5c62b sctp: Send user messages to the lower layer as one by Vlad Yasevich · 17 years ago
  40. bec9640 sctp: Disallow new connection on a closing socket by Vlad Yasevich · 17 years ago
  41. b4e8c6a sctp: remove unused union (sctp_cmsg_data_t) definition by Rami Rosen · 17 years ago
  42. aa13307 tcp: replace hard coded GFP_KERNEL with sk_allocation by Wu Fengguang · 17 years ago
  43. 2e59af3 vlan: multiqueue vlan device by Eric Dumazet · 17 years ago
  44. 3b401a8 inet: inet_connection_sock_af_ops const by Stephen Hemminger · 17 years ago
  45. 6cdee2f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 17 years ago
  46. 2fbd3da pkt_sched: Revert tasklet_hrtimer changes. by David S. Miller · 17 years ago
  47. 89d69d2 net: make neigh_ops constant by Stephen Hemminger · 17 years ago
  48. 5152fc7 RTO connection timeout: coding style fixes and comments by Damian Lukowski · 17 years ago
  49. 86393e5 netns: embed ip6_dst_ops directly by Alexey Dobriyan · 17 years ago
  50. 6fa12c8 Revert Backoff [v3]: Calculate TCP's connection close threshold as a time value. by Damian Lukowski · 17 years ago
  51. f1ecd5d Revert Backoff [v3]: Revert RTO on ICMP destination unreachable by Damian Lukowski · 17 years ago
  52. 7114323 dcbnl: Add support for setapp/getapp to netdev dcbnl_rtnl_ops by Yi Zou · 17 years ago
  53. b9caaab Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-next-2.6 by David S. Miller · 17 years ago
  54. df19a62 tcp: keepalive cleanups by Eric Dumazet · 17 years ago
  55. 103bf9f mac80211: remove ieee80211_rx namespace hack by John W. Linville · 17 years ago
  56. b0a4e7d libipw: switch from ieee80211_* to libipw_* naming policy by John W. Linville · 17 years ago
  57. 2246b2f Bluetooth: Handle L2CAP case when the remote receiver is busy by Gustavo F. Padovan · 17 years ago
  58. 3993832 netfilter: nfnetlink: constify message attributes and headers by Patrick McHardy · 17 years ago
  59. 3a6c2b4 netlink: constify nlmsghdr arguments by Patrick McHardy · 17 years ago
  60. 9409172 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan by David S. Miller · 17 years ago
  61. ee5f975 pkt_sched: Convert qdisc_watchdog to tasklet_hrtimer by David S. Miller · 17 years ago
  62. 9e726b1 Bluetooth: Fix rejected connection not disconnecting ACL link by Luiz Augusto von Dentz · 17 years ago
  63. ef54fd9 Bluetooth: Full support for receiving L2CAP SREJ frames by Gustavo F. Padovan · 17 years ago
  64. 8f17154 Bluetooth: Add support for L2CAP SREJ exception by Gustavo F. Padovan · 17 years ago
  65. fcc203c Bluetooth: Add support for FCS option to L2CAP by Gustavo F. Padovan · 17 years ago
  66. e90bac0 Bluetooth: Add support for Retransmission and Monitor Timers by Gustavo F. Padovan · 17 years ago
  67. 30afb5b Bluetooth: Initial support for retransmission of packets with REJ frames by Gustavo F. Padovan · 17 years ago
  68. c74e560 Bluetooth: Add support for Segmentation and Reassembly of SDUs by Gustavo F. Padovan · 17 years ago
  69. 1c2acff Bluetooth: Add initial support for ERTM packets transfers by Gustavo F. Padovan · 17 years ago
  70. f2fcfcd Bluetooth: Add configuration support for ERTM and Streaming mode by Gustavo F. Padovan · 17 years ago
  71. c6b03cf Bluetooth: Allow setting of L2CAP ERTM via socket option by Marcel Holtmann · 17 years ago
  72. a6a67ef Bluetooth: Convert hdev->req_lock to a mutex by Thomas Gleixner · 17 years ago
  73. 9eba32b Bluetooth: Add extra device reference counting for connections by Marcel Holtmann · 17 years ago
  74. ad00239 cfg80211: fix dangling scan request checking by Johannes Berg · 17 years ago
  75. f424afa mac80211: remove deprecated API by Johannes Berg · 17 years ago
  76. 3ac64be mac80211: allow configure_filter callback to sleep by Johannes Berg · 17 years ago
  77. 16eea49 ieee802154: add support for channel pages from IEEE 802.15.4-2006 by Dmitry Eremin-Solenikov · 17 years ago
  78. 2bfb107 ieee802154: add a sysfs representation of WPAN master devices by Dmitry Eremin-Solenikov · 17 years ago
  79. c1a8f1f net: restore gnet_stats_basic to previous definition by Eric Dumazet · 17 years ago
  80. 16cb9d4 cfg80211: allow driver to override PS default by Johannes Berg · 17 years ago
  81. d5b96a6 mac80211: remove max_bandwidth by Pat Erley · 17 years ago
  82. 5ba6353 cfg80211: fix alignment problem in scan request by Johannes Berg · 17 years ago
  83. ad5351d mac80211: allow DMA optimisation by Johannes Berg · 17 years ago
  84. ab5b534 mac80211: document TX powersave filter requirements by Johannes Berg · 17 years ago
  85. c555b9b mac80211: explain TX retry and status by Johannes Berg · 17 years ago
  86. f5ea912 nl80211: add generation number to all dumps by Johannes Berg · 17 years ago
  87. f401a6f cfg80211: use reassociation when possible by Johannes Berg · 17 years ago
  88. acb8aac nl802154: support START-CONFIRM primitive by Dmitry Baryshkov · 17 years ago
  89. 99eb855 af_ieee802154: add support for WANT_ACK socket option by Dmitry Baryshkov · 17 years ago
  90. 8505091 af_ieee802154: drop IEEE802154_SIOC_ADD_SLAVE declaration by Dmitry Baryshkov · 17 years ago
  91. aa11d95 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 17 years ago
  92. bbd8a0d net: Avoid enqueuing skb for default qdiscs by Krishna Kumar · 17 years ago
  93. bfe34eb Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 17 years ago
  94. 36cbd3d net: mark read-only arrays as const by Jan Engelhardt · 17 years ago
  95. e3b90ca mac80211: FIF_PSPOLL filter flag by Igor Perminov · 17 years ago
  96. 8b19e6c cfg80211: enable country IE support to all cfg80211 drivers by Luis R. Rodriguez · 17 years ago
  97. 42935ec mac80211: redefine usage of the mac80211 workqueue by Luis R. Rodriguez · 17 years ago
  98. eca4c3d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 17 years ago
  99. 3718424 cfg80211: fix regression on beacon world roaming feature by Luis R. Rodriguez · 17 years ago
  100. af0d3b1 bluetooth: rfcomm_init bug fix by Dave Young · 17 years ago