1. fd2c3ef net: cleanup include/net by Eric Dumazet · 15 years ago
  2. 7a8b337 gianfar: Basic Support for programming hash rules by Sandeep Gopalpet · 15 years ago
  3. 52fae08 tg3 / broadcom: Optionally disable TXC if no link by Matt Carlson · 15 years ago
  4. 32e5a8d tg3 / broadcom: Add code to disable rxc refclk by Matt Carlson · 15 years ago
  5. 63a14ce tg3 / broadcom: Add PHY_BRCM_CLEAR_RGMII_MODE flag by Matt Carlson · 15 years ago
  6. 8649f13 broadcom: Consolidate dev_flags definitions by Matt Carlson · 15 years ago
  7. 72c9528 net: Introduce dev_get_by_name_rcu() by Eric Dumazet · 15 years ago
  8. 244546f RDS: Add GET_MR_FOR_DEST sockopt by Andy Grover · 15 years ago
  9. 0c509a6 net: Allow devices to specify a device specific sysfs group. by Eric W. Biederman · 15 years ago
  10. c7c4b3b gro: Change all receive functions to return GRO result codes by Ben Hutchings · 15 years ago
  11. 5b252f0 gro: Name the GRO result enumeration type by Ben Hutchings · 15 years ago
  12. 38bfd8f net,socket: introduce DECLARE_SOCKADDR helper to catch overflow at build time by Cyrill Gorcunov · 15 years ago
  13. ed3f2e4 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. fb699dfd net: Introduce dev_get_by_index_rcu() by Eric Dumazet · 15 years ago
  15. dc34347 Allow disabling of DSACK TCP option per route by Gilad Ben-Yossef · 15 years ago
  16. 345cda2 Allow to turn off TCP window scale opt per route by Gilad Ben-Yossef · 15 years ago
  17. cda42eb Allow disabling TCP timestamp options per route by Gilad Ben-Yossef · 15 years ago
  18. 1aba721 Add the no SACK route option feature by Gilad Ben-Yossef · 15 years ago
  19. 0c3adfb Add dst_feature to query route entry features by Gilad Ben-Yossef · 15 years ago
  20. 022c3f7 Allow tcp_parse_options to consult dst entry by Gilad Ben-Yossef · 15 years ago
  21. df5c794 net: Add ndo_fcoe_get_wwn to net_device_ops by Yi Zou · 15 years ago
  22. 63c8099 vlan: Optimize multiple unregistration by Eric Dumazet · 15 years ago
  23. 23289a3 net: add a list_head parameter to dellink() method by Eric Dumazet · 15 years ago
  24. 9b5e383 net: Introduce unregister_netdevice_many() by Eric Dumazet · 15 years ago
  25. 44a0873 net: Introduce unregister_netdevice_queue() by Eric Dumazet · 15 years ago
  26. e36e49f mac80211: add ieee80211_rx_ni() by Kalle Valo · 15 years ago
  27. ce47061 cfg80211: no cookies in cfg80211_send_XXX() by Holger Schurig · 15 years ago
  28. 8b45499 ssb: Put host pointers into a union by Michael Buesch · 15 years ago
  29. cfadf85 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  30. 05423b2 vlan: allow null VLAN ID to be used by Eric Dumazet · 15 years ago
  31. 7c28bd0 rtnetlink: speedup rtnl_dump_ifinfo() by Eric Dumazet · 15 years ago
  32. ef9a9d1 ipv6 sit: RCU conversion phase I by Eric Dumazet · 15 years ago
  33. 1c55d62 pkt_sched: skbedit add support for setting mark by jamal · 15 years ago
  34. ea94ff3 net: Fix for dst_negative_advice by Krishna Kumar · 15 years ago
  35. e022f0b net: Introduce sk_tx_queue_mapping by Krishna Kumar · 15 years ago
  36. abf90cc net: Fix struct inet_timewait_sock bitfield annotation by Eric Dumazet · 15 years ago
  37. 7488797 net: Avoid compiler warning for mmsghdr when CONFIG_COMPAT is not selected by Arnaldo Carvalho de Melo · 15 years ago
  38. d19742f filter: Add SKF_AD_QUEUE instruction by Eric Dumazet · 15 years ago
  39. 7b6856a can: provide library functions for skb allocation by Wolfgang Grandegger · 15 years ago
  40. 7e75f93 pkt_sched: ingress socket filter by mark by jamal · 15 years ago
  41. eb2ff96 xfrm: remove skb_icv_walk by Steffen Klassert · 15 years ago
  42. 2ad9afb ah: Remove obsolete code by Steffen Klassert · 15 years ago
  43. 49cbf95 ah: Add struct crypto_ahash to ah_data by Steffen Klassert · 15 years ago
  44. c720c7e inet: rename some inet_sock fields by Eric Dumazet · 15 years ago
  45. f062f41 Phonet: routing table Netlink interface by Rémi Denis-Courmont · 15 years ago
  46. 55748ac Phonet: routing table backend by Rémi Denis-Courmont · 15 years ago
  47. f14001f Phonet: deliver broadcast packets to broadcast sockets by Rémi Denis-Courmont · 15 years ago
  48. 421355d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  49. aace495 net: smsc911x: allow platform_data to specify mac address by Manuel Lauss · 15 years ago
  50. 417c523 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 15 years ago
  51. a6e4bc5 can: make the number of echo skb's configurable by Wolfgang Grandegger · 15 years ago
  52. 61321bb net: Add netdev_alloc_skb_ip_align() helper by Eric Dumazet · 15 years ago
  53. f373b53 tcp: replace ehash_size by ehash_mask by Eric Dumazet · 15 years ago
  54. a2e2725 net: Introduce recvmmsg socket syscall by Arnaldo Carvalho de Melo · 15 years ago
  55. 3b88578 net: Generalize socket rx gap / receive queue overflow cmsg by Neil Horman · 15 years ago
  56. d20ef63 mac80211: document ieee80211_rx() context requirement by Johannes Berg · 15 years ago
  57. d5e63bd Revert "af_packet: add interframe drop cmsg (v6)" by David S. Miller · 15 years ago
  58. 7fe13c5 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  59. 5fdb997 net: Fix struct sock bitfield annotation by Eric Dumazet · 15 years ago
  60. 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
  61. e0e6f55 ipv6: Fix the size overflow of addrconf_sysctl array by Jin Dongming · 15 years ago
  62. 3758bf2 can: add TI CAN (HECC) driver by Anant Gole · 15 years ago
  63. f86dcc5 udp: dynamically size hash tables at boot time by Eric Dumazet · 15 years ago
  64. 125a77e IPv6: Fix 6RD build error by Brian Haley · 15 years ago
  65. d308e38 include/linux/netdevice.h: fix nanodoc mismatch by Wolfram Sang · 15 years ago
  66. dfce95f cfg80211: add firmware and hardware version to wiphy by Kalle Valo · 15 years ago
  67. 3d23e34 wext: refactor by Johannes Berg · 15 years ago
  68. 7c89606 nl80211: report age of scan results by Holger Schurig · 15 years ago
  69. 3295354 dcb: data center bridging ops should be r/o by Stephen Hemminger · 15 years ago
  70. ec1b4cf net: mark net_proto_ops as const by Stephen Hemminger · 15 years ago
  71. f7734fd make TLLAO option for NA packets configurable by Octavian Purdila · 15 years ago
  72. d73d3a8 ethtool: Add reset operation by Ben Hutchings · 15 years ago
  73. d250a5f pkt_sched: gen_estimator: Dont report fake rate estimators by Eric Dumazet · 15 years ago
  74. fa857af ipv6 sit: 6rd (IPv6 Rapid Deployment) Support. by YOSHIFUJI Hideaki / 吉藤英明 · 15 years ago
  75. ee5e81f add vif using local interface index instead of IP by Ilia K · 15 years ago
  76. 7ecc59c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  77. bcdce71 net: speedup sk_wake_async() by Eric Dumazet · 15 years ago
  78. 7ffbe3f net: introduce NETDEV_POST_INIT notifier by Johannes Berg · 15 years ago
  79. e1e499e usbnet: Use wwan%d interface name for mobile broadband devices by Marcel Holtmann · 15 years ago
  80. 9c50193 net: Support inclusion of <linux/socket.h> before <sys/socket.h> by Ben Hutchings · 15 years ago
  81. 0bfbedb tunnels: Optimize tx path by Eric Dumazet · 15 years ago
  82. 16c6cf8 ipv4: fib table algorithm performance improvement by Stephen Hemminger · 15 years ago
  83. 9777500 af_packet: add interframe drop cmsg (v6) by Neil Horman · 15 years ago
  84. a9828ec ethtool: Remove support for obsolete string query operations by Ben Hutchings · 15 years ago
  85. a99bbaf headers: remove sched.h from poll.h by Alexey Dobriyan · 15 years ago
  86. 58e57fb Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  87. 0f78ab9 Revert "Seperate read and write statistics of in_flight requests" by Jens Axboe · 15 years ago
  88. ac481c2 block: Topology ioctls by Martin K. Petersen · 15 years ago
  89. 8e29675 cfq-iosched: implement slower async initiate and queue ramp up by Jens Axboe · 15 years ago
  90. 90d5ffc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  91. f1489cf connector: Removed the destruct_data callback since it is always kfree_skb() by Philipp Reisner · 15 years ago
  92. 7069331 connector: Provide the sender's credentials to the callback by Philipp Reisner · 15 years ago
  93. 293500a connector: Keep the skb in cn_callback_data by Philipp Reisner · 15 years ago
  94. 4e64915 memcg: some modification to softlimit under hierarchical memory reclaim. by KAMEZAWA Hiroyuki · 15 years ago
  95. b3db4a8 asm-generic/gpio.h: pull in linux/kernel.h for might_sleep() by Mike Frysinger · 15 years ago
  96. 828c095 const: constify remaining file_operations by Alexey Dobriyan · 15 years ago
  97. b0da3f0 Add a tracepoint for block request remapping by Jun'ichi Nomura · 15 years ago
  98. 67efc92 block: allow large discard requests by Christoph Hellwig · 15 years ago
  99. c15227d block: use normal I/O path for discard requests by Christoph Hellwig · 15 years ago
  100. 48c0d4d Add missing blk_trace_remove_sysfs to be in pair with blk_trace_init_sysfs by Zdenek Kabelac · 15 years ago