1. c026ca5 NET: irda, remove unnecessary checks by Jiri Slaby · 15 years ago
  2. c3f6c21 NET: ipv6, remove unnecessary check by Jiri Slaby · 15 years ago
  3. 5856b60 net/ipv6/tcp_ipv6.c: Use compressed IPv6 address by Joe Perches · 15 years ago
  4. 2d13baf net: Make it easier to parse /proc/net/dev contents. by Jesper Dangaard Brouer · 15 years ago
  5. 6532414 net: RFC3069, private VLAN proxy arp support by Jesper Dangaard Brouer · 15 years ago
  6. ca8d9ea fix bonding: allow arp_ip_targets on separate vlans to use arp validation by Andy Gospodarek · 15 years ago
  7. 82ecbcb Phonet: reject unsupported sendmsg/recvmsg flags by Rémi Denis-Courmont · 15 years ago
  8. fea93ec Phonet: zero-copy GPRS TX by Rémi Denis-Courmont · 15 years ago
  9. fc6a110 Phonet: zero-copy aligned GPRS RX by Rémi Denis-Courmont · 15 years ago
  10. ee983ac tipc: use kconfig to limit numeric ranges by Amerigo Wang · 15 years ago
  11. 20dd385 can: Speed up CAN frame receiption by using ml_priv by Oliver Hartkopp · 15 years ago
  12. 1f3c880 bonding: allow arp_ip_targets on separate vlans to use arp validation by Andy Gospodarek · 15 years ago
  13. 3a999e6e 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
  14. 891dc5e Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 15 years ago
  15. e1781ed mac80211: annotate sleeping driver ops by Kalle Valo · 15 years ago
  16. 095d5ef mac80211: remove requeue from work by Johannes Berg · 15 years ago
  17. 1ed32e4 mac80211: remove struct ieee80211_if_init_conf by Johannes Berg · 15 years ago
  18. 98b6218 mac80211/cfg80211: add station events by Johannes Berg · 15 years ago
  19. e4da8c3 mac80211: make off-channel work generic by Johannes Berg · 15 years ago
  20. b8bc4b0 mac80211: support remain-on-channel command by Johannes Berg · 15 years ago
  21. 9588bbd cfg80211: add remain-on-channel command by Jouni Malinen · 15 years ago
  22. b203ffc mac80211: Generalize off-channel operation helpers from scan code by Jouni Malinen · 15 years ago
  23. 0c1ad2c mac80211: proper bss private data handling by Johannes Berg · 15 years ago
  24. 8e664fb mac80211: split up and insert custom IEs correctly by Johannes Berg · 15 years ago
  25. 77c8144 mac80211: refactor association by Johannes Berg · 15 years ago
  26. 7d3a1c3 mac80211: rewrite a few work messages by Johannes Berg · 15 years ago
  27. af6b637 mac80211: generalise work handling by Johannes Berg · 15 years ago
  28. f679f65 mac80211: generalise management work a bit by Johannes Berg · 15 years ago
  29. 63f170e mac80211: let cfg80211 manage auth state by Johannes Berg · 15 years ago
  30. a80f7c0 mac80211: introduce flush operation by Johannes Berg · 15 years ago
  31. 9607e6b mac80211: add ieee80211_sdata_running by Johannes Berg · 15 years ago
  32. baeb66f wireless: remove CONFIG_WIRELESS_OLD_REGULATORY by John W. Linville · 15 years ago
  33. 24feda0 mac80211: fix propagation of failed hardware reconfigurations by Luis R. Rodriguez · 15 years ago
  34. b98c06b mac80211: fix race with suspend and dynamic_ps_disable_work by Luis R. Rodriguez · 15 years ago
  35. 65486c8 cfg80211: fix error path in cfg80211_wext_siwscan by Johannes Berg · 15 years ago
  36. 3bdb2d4 cfg80211: fix race between deauth and assoc response by Johannes Berg · 15 years ago
  37. 2e10d33 mac80211: fix ibss join with fixed-bssid by Felix Fietkau · 15 years ago
  38. ea1e4b8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 15 years ago
  39. 3100aa9 llc: fix SAP reference counting w.r.t. socket handling by Octavian Purdila · 15 years ago
  40. 8beb9ab llc: convert llc_sap_list to RCU by Octavian Purdila · 15 years ago
  41. 52d58ae llc: replace the socket list with a local address based hash by Octavian Purdila · 15 years ago
  42. 6d2e3ea llc: use a device based hash table to speed up multicast delivery by Octavian Purdila · 15 years ago
  43. 0f7b67d llc: optimize multicast delivery by Octavian Purdila · 15 years ago
  44. b76f5a8 llc: convert the socket list to RCU locking by Octavian Purdila · 15 years ago
  45. abf9d53 llc: add support for SO_BINDTODEVICE by Octavian Purdila · 15 years ago
  46. e5cd6fe llc: add support for LLC_OPT_PKTINFO by Octavian Purdila · 15 years ago
  47. bf9ae53 llc: use dev_hard_header by Octavian Purdila · 15 years ago
  48. f83d664 wireless: fix comments in genregdb.awk by John W. Linville · 15 years ago
  49. d346f49 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
  50. 31d1292 net: Add rtnetlink init_rcvwnd to set the TCP initial receive window by laurent chavey · 15 years ago
  51. 068a2de net: release dst entry while cache-hot for GSO case too by Krishna Kumar · 15 years ago
  52. def87cf tcp: Slightly optimize tcp_sendmsg by Krishna Kumar · 15 years ago
  53. afeca34 tcp: Remove unrequired operations in tcp_push() by Krishna Kumar · 15 years ago
  54. 12d50c4 tcp: Remove check in __tcp_push_pending_frames by Krishna Kumar · 15 years ago
  55. b4de921 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  56. 7acd72e kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out... by Stefani Seibold · 15 years ago
  57. e64c026 kfifo: cleanup namespace by Stefani Seibold · 15 years ago
  58. c1e13f2 kfifo: move out spinlock by Stefani Seibold · 15 years ago
  59. 4546548 kfifo: move struct kfifo in place by Stefani Seibold · 15 years ago
  60. 9da3e06 mac80211: only bother printing highest data rate on debugfs if its set by Luis R. Rodriguez · 15 years ago
  61. 7db94e2 mac80211: parse the HT capabilities info through debugfs by Luis R. Rodriguez · 15 years ago
  62. cb136f5 mac80211: make debugfs mcs set entry reflect 16 bits by Luis R. Rodriguez · 15 years ago
  63. 2c7e6bc mac80211: disallow fixing bitrates with hw rate control by Johannes Berg · 15 years ago
  64. 5d1ec85 mac80211: dont try to use existing sta for AP by Johannes Berg · 15 years ago
  65. 5fba4af cfg80211: avoid sending spurious deauth to userspace by Johannes Berg · 15 years ago
  66. f38fd12 mac80211: allow disabling 40MHz on 2.4GHz by Johannes Berg · 15 years ago
  67. 0f78231 mac80211: enable spatial multiplexing powersave by Johannes Berg · 15 years ago
  68. eaf85ca wireless: add ieee80211_amsdu_to_8023s by Zhu Yi · 15 years ago
  69. ca99861 mac80211 : fix a race with update_tkip_key by gregor kowski · 15 years ago
  70. 3b377ea wireless: support internal statically compiled regulatory database by John W. Linville · 15 years ago
  71. 59d9cb0 mac80211: remove payload alignment warning by Kalle Valo · 15 years ago
  72. 12375ef mac80211: trace interface name by Johannes Berg · 15 years ago
  73. 47846c9 mac80211: reduce reliance on netdev by Johannes Berg · 15 years ago
  74. abe6063 mac80211: make station management completely depend on vif by Johannes Berg · 15 years ago
  75. ed4b201 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 15 years ago
  76. 292be57 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  77. 0183826 mac80211: fix WMM AP settings application by Johannes Berg · 15 years ago
  78. 9a418af mac80211: fix peer HT capabilities by Johannes Berg · 15 years ago
  79. 254416a wireless: report reasonable bitrate for MCS rates through wext by John W. Linville · 15 years ago
  80. 3705e11 ipv6: fix an oops when force unload ipv6 module by Yang Hongyang · 15 years ago
  81. 9c69fab netns: fix net.ipv6.route.gc_min_interval_ms in netns by Alexey Dobriyan · 15 years ago
  82. b13f586 Bluetooth: Fix L2CAP locking scheme regression by Andrei Emeltchenko · 15 years ago
  83. 186ee8c Bluetooth: Ack L2CAP I-frames before retransmit missing packet by Gustavo F. Padovan · 15 years ago
  84. 186de9a Bluetooth: Fix unset of RemoteBusy flag for L2CAP by Gustavo F. Padovan · 15 years ago
  85. 971beb8 Bluetooth: Fix PTR_ERR return of wrong pointer in hidp_setup_hid() by Roel Kluin · 15 years ago
  86. a3a065e3 fs: no games with DCACHE_UNHASHED by Nick Piggin · 15 years ago
  87. bac5e54 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 15 years ago
  88. e4bdda1 Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 15 years ago
  89. 37c24b3 Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 15 years ago
  90. 59be2e0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  91. e69381b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 15 years ago
  92. 2c48b9c switch alloc_file() to passing struct path by Al Viro · 15 years ago
  93. cc3808f switch sock_alloc_file() to alloc_file() by Al Viro · 15 years ago
  94. 6b18662 9p connect fixes by Al Viro · 15 years ago
  95. 7cbe66b merge sock_alloc_fd/sock_attach_fd into a new helper by Al Viro · 15 years ago
  96. 198de4d reorder alloc_fd/attach_fd in socketpair() by Al Viro · 15 years ago
  97. 28dfef8 const: constify remaining pipe_buf_operations by Alexey Dobriyan · 15 years ago
  98. 1a35ca8 packet: dont call sleeping functions while holding rcu_read_lock() by Eric Dumazet · 15 years ago
  99. 81e839e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6 by David S. Miller · 15 years ago
  100. bb5b7c1 tcp: Revert per-route SACK/DSACK/TIMESTAMP changes. by David S. Miller · 15 years ago