1. 7fe13c5 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  2. 8aa0f64a 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
  3. 67972e0 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 15 years ago
  4. 8a8e05e cfg80211: fix netns error unwinding bug by Johannes Berg · 15 years ago
  5. ad61df9 netlink: fix typo in initialization by Jiri Pirko · 15 years ago
  6. 72dad21 bridge: Allow enable/disable UFO on bridge device via ethtool by Sridhar Samudrala · 15 years ago
  7. d9f5950 net: Make UFO on master device independent of attached devices by Sridhar Samudrala · 15 years ago
  8. f86dcc5 udp: dynamically size hash tables at boot time by Eric Dumazet · 15 years ago
  9. 8a6dfd4 IPv6: Fix 6RD typo by Alexandre Cassen · 15 years ago
  10. 4b17d50f ipv4: Define cipso_v4_delopt static by Hagen Paul Pfeifer · 15 years ago
  11. 9e83429 econet: Fix redeclaration of symbol len by Hagen Paul Pfeifer · 15 years ago
  12. b301e82 IPv6: use ipv6_addr_set_v4mapped() by Brian Haley · 15 years ago
  13. 86c36ce IPv6: use ipv6_addr_copy() in ip6_route_redirect() by Brian Haley · 15 years ago
  14. ffce908 net: Add sk_mark route lookup support for IPv4 listening sockets by Atis Elsts · 15 years ago
  15. 996ccf4 dccp ccid-3: Remove CCID naming redundancy 2/2 by Gerrit Renker · 15 years ago
  16. 77d2dd9 dccp ccid-2: Remove CCID naming redundancy 1/2 by Gerrit Renker · 15 years ago
  17. 388d5e9 dccp ccid-3: Overhaul CCID naming convention 2/2 by Gerrit Renker · 15 years ago
  18. b1c00fe dccp ccid-2: Overhaul CCID naming convention 1/2 by Gerrit Renker · 15 years ago
  19. a82ac21 net/wireless/ethtool.h: drop unnecessary include of linux/ethtool.h by John W. Linville · 15 years ago
  20. 0adc23f mac80211: support ETHTOOL_GPERMADDR by John W. Linville · 15 years ago
  21. dfce95f cfg80211: add firmware and hardware version to wiphy by Kalle Valo · 15 years ago
  22. 4890e3b wireless: implement basic ethtool support for cfg80211 devices by John W. Linville · 15 years ago
  23. 3d23e34 wext: refactor by Johannes Berg · 15 years ago
  24. 7c89606 nl80211: report age of scan results by Holger Schurig · 15 years ago
  25. 0819663 mac80211: use kfree_skb() to free struct sk_buff pointers by Roel Kluin · 15 years ago
  26. fbc44bf mac80211: fix vlan and optimise RX by Johannes Berg · 15 years ago
  27. a21090c ipv4: arp_notify address list bug by Stephen Hemminger · 15 years ago
  28. ec1b4cf net: mark net_proto_ops as const by Stephen Hemminger · 15 years ago
  29. f7734fd make TLLAO option for NA packets configurable by Octavian Purdila · 15 years ago
  30. 51953d5 Use sk_mark for IPv6 routing lookups by Brian Haley · 15 years ago
  31. d73d3a8 ethtool: Add reset operation by Ben Hutchings · 15 years ago
  32. d250a5f pkt_sched: gen_estimator: Dont report fake rate estimators by Eric Dumazet · 15 years ago
  33. 2d37a18 Use sk_mark for routing lookup in more places by Eric Dumazet · 15 years ago
  34. fa857af ipv6 sit: 6rd (IPv6 Rapid Deployment) Support. by YOSHIFUJI Hideaki / 吉藤英明 · 15 years ago
  35. ee5e81f add vif using local interface index instead of IP by Ilia K · 15 years ago
  36. 7ecc59c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  37. bcdce71 net: speedup sk_wake_async() by Eric Dumazet · 15 years ago
  38. a160ee6 wext: let get_wireless_stats() sleep by Johannes Berg · 15 years ago
  39. d519e17 net: export device speed and duplex via sysfs by Andy Gospodarek · 15 years ago
  40. 053a93d cfg80211: assign device type in netdev notifier callback by Marcel Holtmann · 15 years ago
  41. 7ffbe3f net: introduce NETDEV_POST_INIT notifier by Johannes Berg · 15 years ago
  42. 0bfbedb tunnels: Optimize tx path by Eric Dumazet · 15 years ago
  43. 16c6cf8 ipv4: fib table algorithm performance improvement by Stephen Hemminger · 15 years ago
  44. 9777500 af_packet: add interframe drop cmsg (v6) by Neil Horman · 15 years ago
  45. 0835acf pktgen: Avoid dirtying skb->users when txq is full by Eric Dumazet · 15 years ago
  46. b3a5b6c icmp: No need to call sk_write_space() by Eric Dumazet · 15 years ago
  47. a9828ec ethtool: Remove support for obsolete string query operations by Ben Hutchings · 15 years ago
  48. 9240d71 pktgen: restore nanosec delays by Eric Dumazet · 15 years ago
  49. 896a7cf pktgen: Fix multiqueue handling by Eric Dumazet · 15 years ago
  50. a99bbaf headers: remove sched.h from poll.h by Alexey Dobriyan · 15 years ago
  51. 90d5ffc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  52. 42324c6 net: splice() from tcp to pipe should take into account O_NONBLOCK by Eric Dumazet · 15 years ago
  53. 914a9ab net: Use sk_mark for routing lookup in more places by Atis Elsts · 15 years ago
  54. 89e95a6 IPv4 TCP fails to send window scale option when window scale is zero by Ori Finkelman · 15 years ago
  55. 4fdb78d net/ipv4/tcp.c: fix min() type mismatch warning by Andrew Morton · 15 years ago
  56. a98917a Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 15 years ago
  57. 417bc4b pktgen: Fix delay handling by Eric Dumazet · 15 years ago
  58. 817b33d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  59. 8c185ab ax25: Fix possible oops in ax25_make_new by Jarek Poplawski · 15 years ago
  60. 81bbb3d net: restore tx timestamping for accelerated vlans by Eric Dumazet · 15 years ago
  61. 013820a Phonet: fix mutex imbalance by Rémi Denis-Courmont · 15 years ago
  62. 298bf12 sit: fix off-by-one in ipip6_tunnel_get_prl by Sascha Hlusiak · 15 years ago
  63. d99927f net: Fix sock_wfree() race by Eric Dumazet · 15 years ago
  64. b705884 net: Make setsockopt() optlen be unsigned. by David S. Miller · 15 years ago
  65. 5a4c8d7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  66. 1f08e84 mac80211: Fix [re]association power saving issue on AP side by Igor Perminov · 15 years ago
  67. eb1cf0f Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 15 years ago
  68. 8f1546c wext: add back wireless/ dir in sysfs for cfg80211 interfaces by Johannes Berg · 15 years ago
  69. 8503bd8 wext: Add bound checks for copy_from_user by Arjan van de Ven · 15 years ago
  70. 0ff7161 mac80211: improve/fix mlme messages by Johannes Berg · 15 years ago
  71. 8bb8948 cfg80211: always get BSS by Johannes Berg · 15 years ago
  72. 4be3bd8 cfg80211: don't set privacy w/o key by Johannes Berg · 15 years ago
  73. 33de4f9 cfg80211: wext: don't display BSSID unless associated by Johannes Berg · 15 years ago
  74. 4737905 net: Add explicit bound checks in net/socket.c by Arjan van de Ven · 15 years ago
  75. 30df94f bridge: Fix double-free in br_add_if. by Jeff Hansen · 15 years ago
  76. 2f72291 ax25: Add missing dev_put in ax25_setsockopt by Ralf Baechle · 15 years ago
  77. f0f37e2 const: mark struct vm_struct_operations by Alexey Dobriyan · 15 years ago
  78. d1f8297 Revert "sit: stateless autoconf for isatap" by Sascha Hlusiak · 15 years ago
  79. 7eaf507 net: fix double skb free in dcbnl by John Fastabend · 15 years ago
  80. 5dba93a net: fix nlmsg len size for skb when error bit is set. by John Fastabend · 15 years ago
  81. fc482cc net: fix vlan_get_size to include vlan_flags size by John Fastabend · 15 years ago
  82. c0181d4 ax25: Fix ax25_cb refcounting in ax25_ctl_ioctl by Jarek Poplawski · 15 years ago
  83. b827357 genetlink: fix netns vs. netlink table locking (2) by Johannes Berg · 15 years ago
  84. a43912a tunnel: eliminate recursion field by Eric Dumazet · 15 years ago
  85. 0c01695 net: fix htmldocs sunrpc, clnt.c by Jaswinder Singh Rajput · 15 years ago
  86. 18a1166 Phonet: error on broadcast sending (unimplemented) by Rémi Denis-Courmont · 15 years ago
  87. 582b0b6 Phonet: fix race for port number in concurrent bind() by Rémi Denis-Courmont · 15 years ago
  88. ef87979 pktgen: better scheduler friendliness by Stephen Hemminger · 15 years ago
  89. 6b80d6a pktgen: T_TERMINATE flag is unused by Stephen Hemminger · 15 years ago
  90. 0915921 ipv4: check optlen for IP_MULTICAST_IF option by Shan Wei · 15 years ago
  91. 8b3f6af Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 15 years ago
  92. 8d65af7 sysctl: remove "struct file *" argument of ->proc_handler by Alexey Dobriyan · 15 years ago
  93. 2bcd57a headers: utsname.h redux by Alexey Dobriyan · 15 years ago
  94. 139d606 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
  95. 4111d4f sunrpc/rpc_pipe: fix kernel-doc notation by Randy Dunlap · 15 years ago
  96. 61d0a8e NFS/RPC: fix problems with reestablish_timeout and related code. by Neil Brown · 15 years ago
  97. 1f0918d Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 15 years ago
  98. 94f85853 cfg80211: don't overwrite privacy setting by Johannes Berg · 15 years ago
  99. 6a211bf mac80211: fix DTIM setting by Johannes Berg · 15 years ago
  100. 90c215c cfg80211: fix SME connect by Johannes Berg · 15 years ago