1. 881d966 [NET]: Make the device list and device lookups per namespace. by Eric W. Biederman · 17 years ago
  2. 6d34b1c [NET]: Initialize the network namespace of network devices. by Eric W. Biederman · 17 years ago
  3. 457c4cb [NET]: Make /proc/net per network namespace by Eric W. Biederman · 17 years ago
  4. bea3348 [NET]: Make NAPI polling independent of struct net_device objects. by Stephen Hemminger · 17 years ago
  5. 7f353bf [NET]: Share correct feature code between bridging and bonding by Herbert Xu · 17 years ago
  6. fcc5a03 [NET]: Allow netdev REGISTER/CHANGENAME events to fail by Herbert Xu · 17 years ago
  7. 7f988ea [NET]: Take dev_base_lock when moving device name hash list entry by Herbert Xu · 17 years ago
  8. 7ce1b0e [NET]: Call uninit if necessary in register_netdevice by Herbert Xu · 17 years ago
  9. 0ed72ec [NET]: kernel-doc fixes by Randy Dunlap · 17 years ago
  10. 31ce72a [NET]: Fix loopback crashes when multiqueue is enabled. by Patrick McHardy · 17 years ago
  11. 40b77c9 [NET] CORE: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  12. 1297262 [NET]: move __dev_addr_discard adjacent to dev_addr_discard for readability by Denis Cheng · 17 years ago
  13. 26cc252 [NET]: merge dev_unicast_discard and dev_mc_discard into one by Denis Cheng · 17 years ago
  14. 456ad75 [NET]: move dev_mc_discard from dev_mcast.c to dev.c by Denis Cheng · 17 years ago
  15. b863ceb [NET]: Add macvlan driver by Patrick McHardy · 17 years ago
  16. 2402345 [NET]: Add net_device change_rx_mode callback by Patrick McHardy · 17 years ago
  17. e030dbf Merge branch 'ioat-md-accel-for-linus' of git://lost.foo-projects.org/~dwillia2/git/iop by Linus Torvalds · 17 years ago
  18. d379b01 dmaengine: make clients responsible for managing channels by Dan Williams · 17 years ago
  19. 61cbc2f [NET]: Fix secondary unicast/multicast address count maintenance by Patrick McHardy · 17 years ago
  20. f25f4e4 [CORE] Stack changes to add multiqueue hardware support API by Peter P Waskiewicz Jr · 17 years ago
  21. a298830 [NET]: Fix TX checksum feature check by Herbert Xu · 17 years ago
  22. 4417da6 [NET]: dev: secondary unicast address support by Patrick McHardy · 17 years ago
  23. bf74248 [NET]: dev: introduce generic net_device address lists by Patrick McHardy · 17 years ago
  24. d212f87 [NET]: IPV6 checksum offloading in network devices by Stephen Hemminger · 17 years ago
  25. 515e06c [NET]: Re-enable irqs before pushing pending DMA requests by Shannon Nelson · 17 years ago
  26. 7c355f5 [NET]: Avoid duplicate netlink notification when changing link state by Thomas Graf · 17 years ago
  27. 9093bbb [NET]: Fix race condition about network device name allocation. by Stephen Hemminger · 17 years ago
  28. 723e98b [NET]: lockdep classes in register_netdevice by Jarek Poplawski · 17 years ago
  29. 8bb7844 Add suspend-related notifications for CPU hotplug by Rafael J. Wysocki · 17 years ago
  30. 2396a22 [NET] net/core: Fix error handling by Josef 'Jeff' Sipek · 17 years ago
  31. 7562f87 [NET]: Rework dev_base via list_head (v3) by Pavel Emelianov · 17 years ago
  32. 4e9cac2 [NET]: Add __dev_getfirstbyhwtype by Patrick McHardy · 17 years ago
  33. 5a1b589 [NET]: Remove NETIF_F_INTERNAL_STATS, default to internal stats. by Rusty Russell · 17 years ago
  34. 295f4a1 [WEXT]: Clean up how wext is called. by Johannes Berg · 17 years ago
  35. 11433ee [WEXT]: Move to net/wireless by Johannes Berg · 17 years ago
  36. f9d106a [NET]: Warn about GSO/checksum abuse by Herbert Xu · 17 years ago
  37. 372cc74 [NET]: Prevent much sadness in qdisc_lock_tree(). by Andrew Morton · 17 years ago
  38. 38b4da3 [NET]: Fix comments for register_netdev(). by Borislav Petkov · 17 years ago
  39. 9be9a6b [NET]: Get rid of netdev_nit by Stephen Hemminger · 17 years ago
  40. fd44de7 [NET_SCHED]: ingress: switch back to using ingress_lock by Patrick McHardy · 17 years ago
  41. 6229e36 bridge: eliminate call by reference by Stephen Hemminger · 17 years ago
  42. 663ead3 [NET]: Use csum_start offset instead of skb_transport_header by Herbert Xu · 17 years ago
  43. c45d286 [NET]: Inline net_device_stats by Rusty Russell · 17 years ago
  44. 27a884d [SK_BUFF]: Convert skb->tail to sk_buff_data_t by Arnaldo Carvalho de Melo · 17 years ago
  45. b0e380b [SK_BUFF]: unions of just one member don't get anything done, kill them by Arnaldo Carvalho de Melo · 17 years ago
  46. 9c70220 [SK_BUFF]: Introduce skb_transport_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  47. ea2ae17 [SK_BUFF]: Introduce skb_transport_offset() by Arnaldo Carvalho de Melo · 17 years ago
  48. badff6d [SK_BUFF]: Introduce skb_reset_transport_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  49. 0e1256f [NET]: show bound packet types by Stephen Hemminger · 17 years ago
  50. f690808 [NET]: make seq_operations const by Stephen Hemminger · 17 years ago
  51. 6b2bedc [NET]: network dev read_mostly by Stephen Hemminger · 17 years ago
  52. d56f90a [SK_BUFF]: Introduce skb_network_header() by Arnaldo Carvalho de Melo · 17 years ago
  53. c1d2bbe [SK_BUFF]: Introduce skb_reset_network_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  54. 98e399f [SK_BUFF]: Introduce skb_mac_header() by Arnaldo Carvalho de Melo · 17 years ago
  55. 459a98e [SK_BUFF]: Introduce skb_reset_mac_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  56. 6f05f62 [NET]: deinline some functions by Stephen Hemminger · 17 years ago
  57. b7aa0bf [NET]: convert network timestamps to ktime_t by Eric Dumazet · 17 years ago
  58. 9274982 [PATCH] net: Ignore sysfs network device rename bugs. by Eric W. Biederman · 17 years ago
  59. c01003c [IFB]: Fix crash on input device removal by Patrick McHardy · 17 years ago
  60. 035832a [NET_SCHED]: Fix ingress locking by Patrick McHardy · 17 years ago
  61. 9a32144 [PATCH] mark struct file_operations const 7 by Arjan van de Ven · 17 years ago
  62. 4ec93ed [NET] CORE: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  63. 22f8cde [NET]: unregister_netdevice as void by Stephen Hemminger · 17 years ago
  64. 43cb76d Network: convert network devices to use struct device instead of class_device by Greg Kroah-Hartman · 22 years ago
  65. 02316067 [PATCH] hotplug CPU: clean up hotcpu_notifier() use by Ingo Molnar · 18 years ago
  66. ff1dcad [NET]: Split skb->csum by Al Viro · 18 years ago
  67. d3bc23e [NET]: Annotate callers of csum_fold() in net/* by Al Viro · 18 years ago
  68. 252e334 [NET] net/core: Annotations. by Al Viro · 18 years ago
  69. 90833aa [NET]: The scheduled removal of the frame diverter. by Adrian Bunk · 18 years ago
  70. 88041b7 [PATCH] netdev: don't allow register_netdev with blank name by Stephen Hemminger · 18 years ago
  71. aaa248f [PATCH] rename net_random to random32 by Stephen Hemminger · 18 years ago
  72. 85670cc [NET_SCHED]: Fix fallout from dev->qdisc RCU change by Patrick McHardy · 18 years ago
  73. b6fe17d [NET] netdev: Check name length by Stephen Hemminger · 18 years ago
  74. 84fa793 [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE by Patrick McHardy · 18 years ago
  75. c7fa9d1 [NET]: Disallow whitespace in network device names. by David S. Miller · 18 years ago
  76. 7ea49ed [VLAN]: Make sure bonding packet drop checks get done in hwaccel RX path. by David S. Miller · 18 years ago
  77. 29bbd72 [NET]: Fix more per-cpu typos by Alexey Dobriyan · 18 years ago
  78. e6eb307 [I/OAT]: Remove CPU hotplug lock from net_dma_rebalance by Chris Leech · 18 years ago
  79. b60dfc6 [NET]: Kill the WARN_ON() calls for checksum fixups. by David S. Miller · 18 years ago
  80. a430a43 [NET] gso: Fix up GSO packets with broken checksums by Herbert Xu · 18 years ago
  81. 5a8da02 [NET]: Fix network device interface printk message priority by Stephen Hemminger · 18 years ago
  82. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  83. 3d3a853 [NET]: Make illegal_highdma more anal by Herbert Xu · 18 years ago
  84. 576a30e [NET]: Added GSO header verification by Herbert Xu · 18 years ago
  85. 6048126 [NET]: make net/core/dev.c:netdev_nit static by Adrian Bunk · 18 years ago
  86. f54d9e8 [NET]: Fix GSO problems in dev_hard_start_xmit() by Michael Chan · 18 years ago
  87. 199f4c9 Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 18 years ago
  88. 626ab0e [PATCH] list: use list_replace_init() instead of list_splice_init() by Oleg Nesterov · 18 years ago
  89. f4b8ea7 [NET]: fix net-core kernel-doc by Randy Dunlap · 18 years ago
  90. f6a78bf [NET]: Add generic segmentation offload by Herbert Xu · 18 years ago
  91. d4828d8 [NET]: Prevent transmission after dev_deactivate by Herbert Xu · 18 years ago
  92. 8648b30 [NET]: Add NETIF_F_GEN_CSUM and NETIF_F_ALL_CSUM by Herbert Xu · 18 years ago
  93. 364c6ba [NET]: Clean up skb_linearize by Herbert Xu · 18 years ago
  94. 932ff27 [NET]: Add netif_tx_lock by Herbert Xu · 18 years ago
  95. db21733 [I/OAT]: Setup the networking subsystem as a DMA client by Chris Leech · 18 years ago
  96. 3041a06 [NET]: dev.c comment fixes by Stephen Hemminger · 18 years ago
  97. b17a7c1 [NET]: Do sysfs registration as part of register_netdevice. by Stephen Hemminger · 18 years ago
  98. f07d5b9 [NET]: Make netdev_chain a raw notifier. by Alan Stern · 18 years ago
  99. fe9925b [NET]: Create netdev attribute_groups with class_device_add by Stephen Hemminger · 18 years ago
  100. a417016 [PATCH] wext: Fix IWENCODEEXT security permissions by Jean Tourrilhes · 18 years ago