1. 72da3bc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  2. 8a74ad6 net: fix lock_sock_bh/unlock_sock_bh by Eric Dumazet · 14 years ago
  3. ff93793 sctp: dubious bitfields in sctp_transport by Dan Carpenter · 14 years ago
  4. ea16f91 cls_cgroup: Initialise classid when module is absent by Herbert Xu · 14 years ago
  5. b1cdc46 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  6. a261af9 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 14 years ago
  7. 4be929b kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT_MAX and SHRT_MIN by Alexey Dobriyan · 14 years ago
  8. acfbe96 sock.h: fix kernel-doc warning by Randy Dunlap · 14 years ago
  9. 937eada cls_cgroup: Fix build error when built-in by Herbert Xu · 14 years ago
  10. 4e8998f wireless: fix mac80211.h kernel-doc warnings by Randy Dunlap · 14 years ago
  11. 3dc3fc5 Revert "ath9k: Group Key fix for VAPs" by John W. Linville · 14 years ago
  12. a69eee4 Revert "ath9k: Group Key fix for VAPs" by Linus Torvalds · 14 years ago
  13. f845172 cls_cgroup: Store classid in struct sock by Herbert Xu · 14 years ago
  14. 7aecf49 caif: Bugfix - use standard Linux lists by Sjur Braendeland · 14 years ago
  15. 4681dbd 9p: add 9P2000.L rename operation by Sripathi Kodi · 14 years ago
  16. bda8e77 9p: add 9P2000.L statfs operation by Sripathi Kodi · 14 years ago
  17. 41499bd Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6 by David S. Miller · 14 years ago
  18. fc35077 netfilter: nf_conntrack: fix a race in __nf_conntrack_confirm against nf_ct_get_next_corpse() by Joerg Marx · 14 years ago
  19. e9d3e08 ipv6: Replace inet6_ifaddr->dead with state by Herbert Xu · 14 years ago
  20. d19d56d net: Introduce skb_tunnel_rx() helper by Eric Dumazet · 14 years ago
  21. 820ae8a Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 14 years ago
  22. 37cda78 X25: Move accept approve flag to bitfield by andrew hendry · 14 years ago
  23. b7792e3 X25: Move interrupt flag to bitfield by andrew hendry · 14 years ago
  24. cb863ff X25: Move qbit flag to bitfield by andrew hendry · 14 years ago
  25. 407eadd net: implements ip_route_input_noref() by Eric Dumazet · 14 years ago
  26. 7fee226 net: add a noref bit on skb dst by Eric Dumazet · 14 years ago
  27. 6fe70aa Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 14 years ago
  28. 6811d58 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  29. a465419 net: Introduce sk_route_nocaps by Eric Dumazet · 14 years ago
  30. 35790c0 tcp: fix MD5 (RFC2385) support by Eric Dumazet · 14 years ago
  31. e3826f1 net: reserve ports for applications using fixed port numbers by Amerigo Wang · 14 years ago
  32. bf47f4b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/ipmr-2.6 by David S. Miller · 14 years ago
  33. 8e1c298 tipc: Update commenting in TIPC API by Allan Stephens · 14 years ago
  34. 5ce6e43 mac80211: add offload channel switch support by Johannes Berg · 14 years ago
  35. 278554b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  36. cc75589 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 14 years ago
  37. d1db275 ipv6: ip6mr: support multiple tables by Patrick McHardy · 14 years ago
  38. 6bd5214 ipv6: ip6mr: move mroute data into seperate structure by Patrick McHardy · 14 years ago
  39. f30a7784 ipv6: ip6mr: convert struct mfc_cache to struct list_head by Patrick McHardy · 14 years ago
  40. c476efb ipv6: ip6mr: move unres_queue and timer to per-namespace data by Patrick McHardy · 14 years ago
  41. d250fe91 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6 by David S. Miller · 14 years ago
  42. 1e4b105 Merge branch 'master' of /repos/git/net-next-2.6 by Patrick McHardy · 14 years ago
  43. f48fd9c Bluetooth: Create per controller workqueue by Marcel Holtmann · 14 years ago
  44. dfc909b Bluetooth: Fix race condition on l2cap_ertm_send() by Gustavo F. Padovan · 14 years ago
  45. 1890d36 Bluetooth: Implement Local Busy Condition handling by Gustavo F. Padovan · 14 years ago
  46. 9a9c6a3 Bluetooth: Make hci_send_acl() void by Gustavo F. Padovan · 14 years ago
  47. 68d7f0c Bluetooth: Enable option to configure Max Transmission value via sockopt by Gustavo F. Padovan · 14 years ago
  48. 803020c Bluetooth: Change acknowledgement to use the value of txWindow by Gustavo F. Padovan · 14 years ago
  49. 14b5aa7 Bluetooth: Add sockopt configuration for txWindow on L2CAP by Gustavo F. Padovan · 14 years ago
  50. 1c76215 Bluetooth: Fix configuration of the MPS value by Gustavo F. Padovan · 14 years ago
  51. c1b4f43 Bluetooth: Add timer to Acknowledge I-frames by Gustavo F. Padovan · 14 years ago
  52. d5392c8 Bluetooth: Implement 'Send IorRRorRNR' event by Gustavo F. Padovan · 14 years ago
  53. 0d861d8 Bluetooth: Make hci_send_sco() void by Gustavo F. Padovan · 14 years ago
  54. 3ee9437 ipv4: remove ip_rt_secret timer (v4) by Neil Horman · 14 years ago
  55. 0aaffa9 mac80211: improve HT channel handling by Johannes Berg · 14 years ago
  56. f444de0 cfg80211/mac80211: better channel handling by Johannes Berg · 14 years ago
  57. ac8dd50 mac80211: fix BSS info reconfiguration by Johannes Berg · 14 years ago
  58. 50b5d6a sctp: Fix a race between ICMP protocol unreachable and connect() by Vlad Yasevich · 14 years ago
  59. 8316324 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 14 years ago
  60. f546061 Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vxy/lksctp-dev by David S. Miller · 14 years ago
  61. 7ef5273 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  62. 1183f38 net: fix compile error due to double return type in SOCK_DEBUG by Jan Engelhardt · 14 years ago
  63. 4381548 net: sock_def_readable() and friends RCU conversion by Eric Dumazet · 14 years ago
  64. 0e3aef8 sctp: Tag messages that can be Nagle delayed at creation. by Vlad Yasevich · 14 years ago
  65. cf9b481 sctp: fast recovery algorithm is per association. by Vlad Yasevich · 14 years ago
  66. b2cf9b6 sctp: update transport initializations by Vlad Yasevich · 14 years ago
  67. c0058a3 sctp: Save some room in the sctp_transport by using bitfields by Vlad Yasevich · 14 years ago
  68. ae19c54 sctp: remove 'resent' bit from the chunk by Vlad Yasevich · 14 years ago
  69. 52688d6 sctp: discard ABORT chunk with zero verification tag in COOKIE-WAIT state by Wei Yongjun · 14 years ago
  70. 767dd03 net: speedup sock_recv_ts_and_drops() by Eric Dumazet · 14 years ago
  71. f5c044e mac80211: remove deprecated noise field from ieee80211_rx_status by John W. Linville · 14 years ago
  72. f84af32 net: ip_queue_rcv_skb() helper by Eric Dumazet · 14 years ago
  73. 4b0b72f net: speedup udp receive path by Eric Dumazet · 14 years ago
  74. 5fa782c sctp: Fix skb_over_panic resulting from multiple invalid parameter errors (CVE-2010-1173) (v4) by Neil Horman · 14 years ago
  75. 8fc214b mac80211: notify driver about IBSS status by Johannes Berg · 14 years ago
  76. 8d545c8 caif: Disconnect without waiting for response by Sjur Braendeland · 14 years ago
  77. 5b20865 caif: Add reference counting to service layer by Sjur Braendeland · 14 years ago
  78. e539d83 caif: Rename functions in cfcnfg and caif_dev by Sjur Braendeland · 14 years ago
  79. c078669 sctp: Fix oops when sending queued ASCONF chunks by Vlad Yasevich · 14 years ago
  80. 561b173 sctp: avoid irq lock inversion while call sk->sk_data_ready() by Wei Yongjun · 14 years ago
  81. 05fceb4 net: disallow to use net_assign_generic externally by Jiri Pirko · 14 years ago
  82. c377411 net: sk_add_backlog() take rmem_alloc into account by Eric Dumazet · 14 years ago
  83. c58dc01 net: Make RFS socket operations not be inet specific. by David S. Miller · 14 years ago
  84. a060bbf mac80211: give virtual interface to hw_scan by Johannes Berg · 14 years ago
  85. 9043f3b cfg80211: Remove default dynamic PS timeout value by Juuso Oikarinen · 14 years ago
  86. 195e294 mac80211: Determine dynamic PS timeout based on ps-qos network latency by Juuso Oikarinen · 14 years ago
  87. fd8aaaf cfg80211: add ap isolation support by Felix Fietkau · 14 years ago
  88. bb61187 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/ipmr-2.6 by David S. Miller · 14 years ago
  89. 0b53ff2 net: fix a lockdep rcu warning in __sk_dst_set() by Eric Dumazet · 14 years ago
  90. 18f9f13 rps: inet_rps_save_rxhash() argument is not const by Eric Dumazet · 14 years ago
  91. 6c37e5d TCP: avoid to send keepalive probes if receiving data by Flavio Leitner · 14 years ago
  92. 7ec75c5 net: suppress RCU lockdep false positive in twsk_net() by Paul E. McKenney · 14 years ago
  93. 3d0c9c4 net: fib_rules: mark arguments to fib_rules_register const and __net_initdata by Patrick McHardy · 14 years ago
  94. b7d6a43 Merge branch 'net-next-2.6_20100423a/br/br_multicast_v3' of git://git.linux-ipv6.org/gitroot/yoshfuji/linux-2.6-next by David S. Miller · 14 years ago
  95. 4b340ae IPv6: Complete IPV6_DONTFRAG support by Brian Haley · 14 years ago
  96. 13b52cd IPv6: Add dontfrag argument to relevant functions by Brian Haley · 14 years ago
  97. 3b51cc9 Merge branch 'master' into for-davem by John W. Linville · 14 years ago
  98. 6e7cb83 ipv6 mcast: Introduce include/net/mld.h for MLD definitions. by YOSHIFUJI Hideaki · 14 years ago
  99. 5ebfbc0 X25: Add if_x25.h and x25 to device identifiers by Andrew Hendry · 14 years ago
  100. f68c224 dst: rcu check refinement by Eric Dumazet · 14 years ago