1. c871e66 ip6mr: Optimize multiple unregistration by Eric Dumazet · 17 years ago
  2. 62808f9 ipv6 sit: Optimize multiple unregistration by Eric Dumazet · 17 years ago
  3. d17fa6f ipmr: Optimize multiple unregistration by Eric Dumazet · 17 years ago
  4. cf4432f ip6tnl: Optimize multiple unregistration by Eric Dumazet · 17 years ago
  5. 8c56ba0 bridge: Optimize multiple unregistration by Eric Dumazet · 17 years ago
  6. d653479 vlan: Add support to netdev_ops.ndo_fcoe_get_wwn for VLAN device by Yi Zou · 17 years ago
  7. ea84e55 net: Corrected spelling error heurestics->heuristics by Andreas Petlund · 17 years ago
  8. ac5e3af net: sysfs: ethtool_ops can be NULL by Eric Dumazet · 17 years ago
  9. eef6dd6 gre: Optimize multiple unregistration by Eric Dumazet · 17 years ago
  10. 0694c4c ipip: Optimize multiple unregistration by Eric Dumazet · 17 years ago
  11. 63c8099 vlan: Optimize multiple unregistration by Eric Dumazet · 17 years ago
  12. 23289a3 net: add a list_head parameter to dellink() method by Eric Dumazet · 17 years ago
  13. 9b5e383 net: Introduce unregister_netdevice_many() by Eric Dumazet · 17 years ago
  14. 44a0873 net: Introduce unregister_netdevice_queue() by Eric Dumazet · 17 years ago
  15. cfadf85 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 17 years ago
  16. 05423b2 vlan: allow null VLAN ID to be used by Eric Dumazet · 17 years ago
  17. 66ed1e5 pktgen: Dont leak kernel memory by Eric Dumazet · 17 years ago
  18. 7c28bd0 rtnetlink: speedup rtnl_dump_ifinfo() by Eric Dumazet · 17 years ago
  19. 8d5b2c0 gre: convert hash tables locking to RCU by Eric Dumazet · 17 years ago
  20. 2922bc8 ip6tnl: convert hash tables locking to RCU by Eric Dumazet · 17 years ago
  21. 8f95dd6 ipip: convert hash tables locking to RCU by Eric Dumazet · 17 years ago
  22. 91cc3bb xfrm6_tunnel: RCU conversion by Eric Dumazet · 17 years ago
  23. 4543c10 ipv6 sit: RCU conversion phase II by Eric Dumazet · 17 years ago
  24. ef9a9d1 ipv6 sit: RCU conversion phase I by Eric Dumazet · 17 years ago
  25. 1c55d62 pkt_sched: skbedit add support for setting mark by jamal · 17 years ago
  26. c62f4c4 net: use WARN() for the WARN_ON in commit b6b39e8f3fbbb by Arjan van de Ven · 17 years ago
  27. a3d1289 rtnetlink: rtnl_setlink() and rtnl_getlink() changes by Eric Dumazet · 17 years ago
  28. a4ee3ce net: Use sk_tx_queue_mapping for connected sockets by Krishna Kumar · 17 years ago
  29. ea94ff3 net: Fix for dst_negative_advice by Krishna Kumar · 17 years ago
  30. f04c827 net: IPv6 changes by Krishna Kumar · 17 years ago
  31. e022f0b net: Introduce sk_tx_queue_mapping by Krishna Kumar · 17 years ago
  32. d19742f filter: Add SKF_AD_QUEUE instruction by Eric Dumazet · 17 years ago
  33. ad959e7 af_packet: mc_drop/flush_mclist changes by Eric Dumazet · 17 years ago
  34. 94b0595 af_packet: Avoid cache line dirtying by Eric Dumazet · 17 years ago
  35. b6b39e8 tcp: Try to catch MSG_PEEK bug by Herbert Xu · 17 years ago
  36. 0eae750 IP: Cleanups by John Dykstra · 17 years ago
  37. 7e75f93 pkt_sched: ingress socket filter by mark by jamal · 17 years ago
  38. 55b8050 net: Fix IP_MULTICAST_IF by Eric Dumazet · 17 years ago
  39. 45054dc bluetooth: static lock key fix by Dave Young · 17 years ago
  40. f74c77c bluetooth: scheduling while atomic bug fix by Dave Young · 17 years ago
  41. b103cf3 tcp: fix TCP_DEFER_ACCEPT retrans calculation by Julian Anastasov · 17 years ago
  42. 0c3d79b tcp: reduce SYN-ACK retrans for TCP_DEFER_ACCEPT by Julian Anastasov · 17 years ago
  43. d1b99ba tcp: accept socket after TCP_DEFER_ACCEPT period by Julian Anastasov · 17 years ago
  44. a1a2ad9 Revert "tcp: fix tcp_defer_accept to consider the timeout" by David S. Miller · 17 years ago
  45. 77238f2 AF_UNIX: Fix deadlock on connecting to shutdown socket by Tomoki Sekiyama · 17 years ago
  46. eb2ff96 xfrm: remove skb_icv_walk by Steffen Klassert · 17 years ago
  47. 8631e9b ah6: convert to ahash by Steffen Klassert · 17 years ago
  48. dff3bb0 ah4: convert to ahash by Steffen Klassert · 17 years ago
  49. 8edf19c net: sk_drops consolidation part 2 by Eric Dumazet · 17 years ago
  50. c720c7e inet: rename some inet_sock fields by Eric Dumazet · 17 years ago
  51. 988ade6 genetlink: Optimize and one bug fix in genl_generate_id() by Krishna Kumar · 17 years ago
  52. 93860b0 genetlink: Optimize genl_register_family() by Krishna Kumar · 17 years ago
  53. 9a4ff8d af_iucv: remove duplicate sock_set_flag by Ursula Braun · 17 years ago
  54. 49f5eba af_iucv: use sk functions to modify sk->sk_ack_backlog by Hendrik Brueckner · 17 years ago
  55. 21912d1 Phonet: hold socket before giving it to sk_deliver_skb() by Rémi Denis-Courmont · 17 years ago
  56. 766e9037 net: sk_drops consolidation by Eric Dumazet · 17 years ago
  57. 86a0a1e Phonet: forward incoming packets by Rémi Denis-Courmont · 17 years ago
  58. aa6c45f Phonet: route outgoing packets by Rémi Denis-Courmont · 17 years ago
  59. f062f41 Phonet: routing table Netlink interface by Rémi Denis-Courmont · 17 years ago
  60. 55748ac Phonet: routing table backend by Rémi Denis-Courmont · 17 years ago
  61. f14001f Phonet: deliver broadcast packets to broadcast sockets by Rémi Denis-Courmont · 17 years ago
  62. 421355d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 17 years ago
  63. 89d71a6 net: Use netdev_alloc_skb_ip_align() by Eric Dumazet · 17 years ago
  64. 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
  65. 06a96b3 x25: bit and/or confusion in x25_ioctl()? by roel kluin · 17 years ago
  66. f373b53 tcp: replace ehash_size by ehash_mask by Eric Dumazet · 17 years ago
  67. c3faca0 ipv6: fix devconf after adding force_tllao option by Cosmin Ratiu · 17 years ago
  68. 8558467 udp: Fix udp_poll() and ioctl() by Eric Dumazet · 17 years ago
  69. 6d01a02 tcp: fix tcp_defer_accept to consider the timeout by Willy Tarreau · 17 years ago
  70. a2e2725 net: Introduce recvmmsg socket syscall by Arnaldo Carvalho de Melo · 17 years ago
  71. 3b88578 net: Generalize socket rx gap / receive queue overflow cmsg by Neil Horman · 17 years ago
  72. d20ef63 mac80211: document ieee80211_rx() context requirement by Johannes Berg · 17 years ago
  73. 51f98f1 mac80211: fix ibss race by Johannes Berg · 17 years ago
  74. 5e4708b mac80211: fix logic error ibss merge bssid check by Felix Fietkau · 17 years ago
  75. d5e63bd Revert "af_packet: add interframe drop cmsg (v6)" by David S. Miller · 17 years ago
  76. 91b2a3f ipv6 sit: Set relay to 0.0.0.0 directly if relay_prefixlen == 0. by YOSHIFUJI Hideaki / 吉藤英明 · 17 years ago
  77. e7db38c ipv6 sit: Fix 6rd relay address. by YOSHIFUJI Hideaki / 吉藤英明 · 17 years ago
  78. e0c9394 ipv6 sit: Ensure to initialize 6rd parameters. by YOSHIFUJI Hideaki / 吉藤英明 · 17 years ago
  79. 7fe13c5 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 17 years ago
  80. 53f7e35 pkt_sched: pedit use proper struct by jamal · 17 years ago
  81. 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
  82. 67972e0 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 17 years ago
  83. 8a8e05e cfg80211: fix netns error unwinding bug by Johannes Berg · 17 years ago
  84. ad61df9 netlink: fix typo in initialization by Jiri Pirko · 17 years ago
  85. 72dad21 bridge: Allow enable/disable UFO on bridge device via ethtool by Sridhar Samudrala · 17 years ago
  86. d9f5950 net: Make UFO on master device independent of attached devices by Sridhar Samudrala · 17 years ago
  87. f86dcc5 udp: dynamically size hash tables at boot time by Eric Dumazet · 17 years ago
  88. 8a6dfd4 IPv6: Fix 6RD typo by Alexandre Cassen · 17 years ago
  89. 4b17d50 ipv4: Define cipso_v4_delopt static by Hagen Paul Pfeifer · 17 years ago
  90. 9e83429 econet: Fix redeclaration of symbol len by Hagen Paul Pfeifer · 17 years ago
  91. b301e82 IPv6: use ipv6_addr_set_v4mapped() by Brian Haley · 17 years ago
  92. 86c36ce IPv6: use ipv6_addr_copy() in ip6_route_redirect() by Brian Haley · 17 years ago
  93. ffce908 net: Add sk_mark route lookup support for IPv4 listening sockets by Atis Elsts · 17 years ago
  94. 996ccf4 dccp ccid-3: Remove CCID naming redundancy 2/2 by Gerrit Renker · 17 years ago
  95. 77d2dd9 dccp ccid-2: Remove CCID naming redundancy 1/2 by Gerrit Renker · 17 years ago
  96. 388d5e9 dccp ccid-3: Overhaul CCID naming convention 2/2 by Gerrit Renker · 17 years ago
  97. b1c00fe dccp ccid-2: Overhaul CCID naming convention 1/2 by Gerrit Renker · 17 years ago
  98. a82ac21 net/wireless/ethtool.h: drop unnecessary include of linux/ethtool.h by John W. Linville · 17 years ago
  99. 0adc23f mac80211: support ETHTOOL_GPERMADDR by John W. Linville · 17 years ago
  100. dfce95f cfg80211: add firmware and hardware version to wiphy by Kalle Valo · 17 years ago