1. a3dbbc2 netpoll: inverted down_trylock() test by Dan Carpenter · 11 years ago
  2. bd7c4b6 netpoll: convert mutex into a semaphore by Neil Horman · 11 years ago
  3. 86a9bad net: vlan: add protocol argument to packet tagging functions by Patrick McHardy · 11 years ago
  4. f646968 net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_* by Patrick McHardy · 11 years ago
  5. 7f9421c netpoll: use DEFINE_STATIC_SRCU() to define netpoll_srcu by Lai Jiangshan · 11 years ago
  6. 959d5fd netpoll: fix smatch warnings in netpoll core code by Neil Horman · 11 years ago
  7. 0790bbb netpoll: cleanup sparse warnings by Neil Horman · 11 years ago
  8. 2cde6ac netpoll: Fix __netpoll_rcu_free so that it can hold the rtnl lock by Neil Horman · 11 years ago
  9. ca99ca1 netpoll: protect napi_poll and poll_controller during dev_[open|close] by Neil Horman · 11 years ago
  10. 556e625 netpoll: use the net namespace of current process instead of init_net by Cong Wang · 11 years ago
  11. faeed82 netpoll: use ipv6_addr_equal() to compare ipv6 addr by Cong Wang · 11 years ago
  12. e39363a netpoll: fix an uninitialized variable by Cong Wang · 12 years ago
  13. 5bd30d3 netpoll: fix a missing dev refcounting by Cong Wang · 12 years ago
  14. f92d318 netpoll: fix a rtnl lock assertion failure by Cong Wang · 12 years ago
  15. b3d936f netpoll: add IPv6 support by Cong Wang · 12 years ago
  16. b7394d2 netpoll: prepare for ipv6 by Cong Wang · 12 years ago
  17. 49bd8fb0 netpoll: remove usage of dev->master by Jiri Pirko · 12 years ago
  18. a71258d net: remove obsolete simple_strto<foo> by Abhijit Pawar · 12 years ago
  19. 4b5511e net: remove obsolete simple_strto<foo> by Abhijit Pawar · 12 years ago
  20. 8c4c49d netpoll: call ->ndo_select_queue() in tx path by Amerigo Wang · 12 years ago
  21. c32f386 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  22. ee13040 netpoll: provide an IP ident in UDP frames by Eric Dumazet · 12 years ago
  23. 072a9c4 netpoll: revert 6bdb7fe3104 and fix be_poll() instead by Amerigo Wang · 12 years ago
  24. 6bdb7fe netpoll: re-enable irq in poll_napi() by Amerigo Wang · 12 years ago
  25. 689971b netpoll: handle vlan tags in netpoll tx and rx path by Amerigo Wang · 12 years ago
  26. 2899656 netpoll: take rcu_read_lock_bh() in netpoll_send_skb_on_dev() by Amerigo Wang · 12 years ago
  27. 57c5d46 netpoll: take rcu_read_lock_bh() in netpoll_rx() by Amerigo Wang · 12 years ago
  28. 38e6bc1 netpoll: make __netpoll_cleanup non-block by Amerigo Wang · 12 years ago
  29. 47be03a2 netpoll: use GFP_ATOMIC in slave_enable_netpoll() and __netpoll_setup() by Amerigo Wang · 12 years ago
  30. 30fdd8a0 netpoll: move np->dev and np->dev_name init into __netpoll_setup() by Jiri Pirko · 12 years ago
  31. 954fba0 netpoll: fix netpoll_send_udp() bugs by Eric Dumazet · 12 years ago
  32. 32efe08 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  33. 58e05f3 netpoll: netpoll_poll_dev() should access dev->flags by Eric Dumazet · 12 years ago
  34. 6f70624 netpoll: Neaten MAX_SKB_SIZE macro by Joe Perches · 12 years ago
  35. e6ec26935 netpoll: Convert printks to np_<level> and add pr_fmt by Joe Perches · 12 years ago
  36. cf778b0 net: reintroduce missing rcu_assign_pointer() calls by Eric Dumazet · 13 years ago
  37. 73466498 net: Add queue state xoff flag for stack by Tom Herbert · 13 years ago
  38. ae64194 net: Remove all uses of LL_ALLOCATED_SPACE by Herbert Xu · 13 years ago
  39. bc3b2d7 net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules by Paul Gortmaker · 13 years ago
  40. 8decf86 Merge branch 'master' of github.com:davem330/net by David S. Miller · 13 years ago
  41. e9278a4 netpoll: fix incorrect access to skb data in __netpoll_rx by Eric Dumazet · 13 years ago
  42. a9b3cd7 rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER by Stephen Hemminger · 13 years ago
  43. 2a49e00 netpoll: Remove wrapper function netpoll_poll by Joe Perches · 13 years ago
  44. 234b921 netpoll: Remove unused EXPORT_SYMBOLs of netpoll_poll and netpoll_poll_dev by Joe Perches · 13 years ago
  45. 83fe32d netpoll: call dev_put() on error in netpoll_setup() by Dan Carpenter · 13 years ago
  46. 0c1ad04 netpoll: prevent netpoll setup on slave devices by WANG Cong · 13 years ago
  47. 4940fc8 net: add mac_pton() for parsing MAC address by Alexey Dobriyan · 13 years ago
  48. b71d1d4 inet: constify ip headers and in6_addr by Eric Dumazet · 13 years ago
  49. 5a698af bond: service netpoll arp queue on master device by Amerigo Wang · 13 years ago
  50. 080e413 netpoll: remove IFF_IN_NETPOLL flag by Amerigo Wang · 13 years ago
  51. 23d69b0 Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 14 years ago
  52. 4c306a9 net: kill unused macros by Shan Wei · 14 years ago
  53. afe2c51 workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_delayed_work_sync() by Tejun Heo · 14 years ago
  54. 5a0d226 net: add netif_tx_queue_frozen_or_stopped by Eric Dumazet · 14 years ago
  55. f13d493 netpoll: Revert napi_poll fix for bonding driver by Neil Horman · 14 years ago
  56. 990c3d6 bonding: Fix napi poll for bonding driver by Neil Horman · 14 years ago
  57. c2355e1 bonding: Fix bonding drivers improper modification of netpoll structure by Neil Horman · 14 years ago
  58. 3578b0c Revert "net: remove zap_completion_queue" by David S. Miller · 14 years ago
  59. 9e34a5b net/core: EXPORT_SYMBOL cleanups by Eric Dumazet · 14 years ago
  60. deb0d7c net: fix "netpoll: Allow netpoll_setup/cleanup recursion" by Andrew Morton · 14 years ago
  61. 8fdd95e netpoll: Allow netpoll_setup/cleanup recursion by Herbert Xu · 14 years ago
  62. 4247e16 netpoll: Add ndo_netpoll_setup by Herbert Xu · 14 years ago
  63. dbaa154 netpoll: Add locking for netpoll_setup/cleanup by Herbert Xu · 14 years ago
  64. de85d99 netpoll: Fix RCU usage by Herbert Xu · 14 years ago
  65. c04ec80 netpoll: Set npinfo to NULL even with ndo_netpoll_cleanup by Herbert Xu · 14 years ago
  66. 15e83ed net: remove zap_completion_queue by Eric Dumazet · 14 years ago
  67. 0e34e93 netpoll: add generic support for bridge and bonding devices by WANG Cong · 14 years ago
  68. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  69. 5fc05f8 netpoll: warn when there are spaces in parameters by Amerigo Wang · 14 years ago
  70. 21edbb2 NET: netpoll, fix potential NULL ptr dereference by Jiri Slaby · 14 years ago
  71. 508e14b netpoll: allow execution of multiple rx_hooks per interface by Daniel Borkmann · 15 years ago
  72. 6cdee2f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  73. 79b1bee netpoll: warning for ndo_start_xmit returns with interrupts enabled by Dongdong Deng · 15 years ago
  74. e5a8a89 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  75. 1b614fb netpoll: Fix carrier detection for drivers that are using phylib by Anton Vorontsov · 15 years ago
  76. bff3877 netpoll: Introduce netpoll_carrier_timeout kernel option by Anton Vorontsov · 15 years ago
  77. 9cbc1cb Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 15 years ago
  78. 08baf56 net: txq_trans_update() helper by Eric Dumazet · 15 years ago
  79. 7d18f11 net: Fix arg to trace_napi_poll() in netpoll. by David S. Miller · 15 years ago
  80. 4ea7e38 dropmon: add ability to detect when hardware dropsrxpackets by Neil Horman · 15 years ago
  81. 5e39273 netpoll: don't dereference NULL dev from np by Pavel Emelyanov · 15 years ago
  82. e7557af netpoll: store local and remote ip in net-endian by Harvey Harrison · 15 years ago
  83. eb14f01 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  84. 7b363e4 netpoll: fix race on poll_list resulting in garbage entry by Neil Horman · 16 years ago
  85. 0082982 netdev: add more functions to netdevice ops by Stephen Hemminger · 16 years ago
  86. d314774 netdev: network device operations infrastructure by Stephen Hemminger · 16 years ago
  87. 07f0757 include/net net/ - csum_partial - remove unnecessary casts by Joe Perches · 16 years ago
  88. e174961 net: convert print_mac to %pM by Johannes Berg · 16 years ago
  89. c3f26a2 netdev: Fix lockdep warnings in multiqueue configurations. by David S. Miller · 16 years ago
  90. fd2ea0a net: Use queue aware tests throughout. by David S. Miller · 16 years ago
  91. f5184d2 net: Allow netdevices to specify needed head/tailroom by Johannes Berg · 16 years ago
  92. a25606c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  93. 8a455b0 netpoll: zap_completion_queue: adjust skb->users counter by Jarek Poplawski · 16 years ago
  94. 255333c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  95. d9452e9 [NETPOLL]: Revert two bogus cleanups that broke netconsole. by David S. Miller · 16 years ago
  96. 988b705 [ARP]: Introduce the arp_hdr_len helper. by Pavel Emelyanov · 16 years ago
  97. 21cf225 [IPV4] net/core: Use ipv4_is_<type> by Joe Perches · 17 years ago
  98. c7b6ea2 [NETPOLL]: Don't need rx_flags. by Stephen Hemminger · 17 years ago
  99. 33f807b [NETPOLL]: Kill NETPOLL_RX_DROP, set but never tested. by Stephen Hemminger · 17 years ago
  100. 0953864 [NETPOLL]: no need to store local_mac by Stephen Hemminger · 17 years ago