1. ddf9f97 xdp: propagate extended ack to XDP setup by Jakub Kicinski · 8 years ago
  2. 45d9b37 netlink: add NULL-friendly helper for setting extended ACK message by Jakub Kicinski · 8 years ago
  3. 7333362 net: phy: Allow BCM5481x PHYs to setup internal TX/RX clock delay by Abhishek Shah · 8 years ago
  4. d832565 net: sunhme: fix spelling mistakes: "ParityErro" -> "ParityError" by Colin Ian King · 8 years ago
  5. 9b70de6 bnx2x: Align RX buffers by Scott Wood · 8 years ago
  6. 58073b3 net: bridge: Fix improper taking over HW learned FDB by Arkadi Sharshevsky · 8 years ago
  7. ba3f571 ipv4: get rid of ip_ra_lock by WANG Cong · 8 years ago
  8. 5010e94 samples/bpf: bpf_load.c detect and abort if ELF maps section size is wrong by Jesper Dangaard Brouer · 8 years ago
  9. 39f3709 lwtunnel: fix error path in lwtunnel_fill_encap() by Dan Carpenter · 8 years ago
  10. 77041e8 liquidio: silence a locking static checker warning by Dan Carpenter · 8 years ago
  11. 66117a9 qed: Unlock on error in qed_vf_pf_acquire() by Dan Carpenter · 8 years ago
  12. 1c942c9 Merge branch 'hns-deferred-probe' by David S. Miller · 8 years ago
  13. 804ffe5 net: hns: support deferred probe when no mdio by lipeng · 8 years ago
  14. 2fdd6ba net: hns: support deferred probe when can not obtain irq by lipeng · 8 years ago
  15. ba1d82e Merge branch 'nfp-XDP_TX-optimizations' by David S. Miller · 8 years ago
  16. dbf637f nfp: provide 256 bytes of XDP headroom in all configurations by Jakub Kicinski · 8 years ago
  17. 85cb207 nfp: don't completely refuse to work with old flashes by Jakub Kicinski · 8 years ago
  18. d38df0d nfp: avoid reading TX queue indexes from the device by Jakub Kicinski · 8 years ago
  19. 92e6819 nfp: do simple XDP TX buffer recycling by Jakub Kicinski · 8 years ago
  20. d78005a nfp: drop rx_ring param from buffer allocation by Jakub Kicinski · 8 years ago
  21. 46c5051 nfp: replace -ENOTSUPP with -EOPNOTSUPP by Jakub Kicinski · 8 years ago
  22. 1d11e73 virtio-net: use netif_tx_napi_add for tx napi by Willem de Bruijn · 8 years ago
  23. b5082df net: Initialise init_net.count to 1 by David Howells · 8 years ago
  24. 5e0740c geneve: fix incorrect setting of UDP checksum flag by Girish Moodalbail · 8 years ago
  25. c487978 Merge branch 'vxlan-disabled-ipv6' by David S. Miller · 8 years ago
  26. baf4d78 vxlan: do not output confusing error message by Jiri Benc · 8 years ago
  27. d074bf9 vxlan: correctly handle ipv6.disable module parameter by Jiri Benc · 8 years ago
  28. 90a1bb9 bnx2x: Get rid of useless temporary variable by Andy Shevchenko · 8 years ago
  29. b77f016 bnx2x: Reuse bnx2x_null_format_ver() by Andy Shevchenko · 8 years ago
  30. 55b218c bnx2x: Replace custom scnprintf() by Andy Shevchenko · 8 years ago
  31. 4750c7b Merge tag 'linux-can-next-for-4.12-20170427' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next by David S. Miller · 8 years ago
  32. 5d4e344 bpf: Fix inaccurate helper function description by Chenbo Feng · 8 years ago
  33. d68be71 tcp: fix access to sk->sk_state in tcp_poll() by Davide Caratti · 8 years ago
  34. d1f496f bpf: restore skb->sk before pskb_trim() call by Eric Dumazet · 8 years ago
  35. ae3696c net: macb: fix phy interrupt parsing by Alexandre Belloni · 8 years ago
  36. 8dd5b69 Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 8 years ago
  37. 5b36d8f Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 8 years ago
  38. 68fe1d5 e1000e: Add Support for 38.4MHZ frequency by Sasha Neftin · 8 years ago
  39. c8744f4 e1000e: Add Support for CannonLake by Sasha Neftin · 8 years ago
  40. 3a3173b e1000e: Initial Support for CannonLake by Sasha Neftin · 8 years ago
  41. 10ed1e0 e1000e: fix PTP on e1000_pch_lpt variants by Jarod Wilson · 8 years ago
  42. 3dfc3eb i40evf: hide unused variable by Arnd Bergmann · 8 years ago
  43. 283aeaf i40evf: allocate queues before we setup the interrupts and q_vectors by Jacob Keller · 8 years ago
  44. 707636c i40evf: remove I40E_FLAG_FDIR_ATR_ENABLED by Jacob Keller · 8 years ago
  45. 47994c1 i40e: remove hw_disabled_flags in favor of using separate flag bits by Jacob Keller · 8 years ago
  46. 789f38c i40evf: remove needless min_t() on num_online_cpus()*2 by Jacob Keller · 8 years ago
  47. 0da36b9 i40e: use DECLARE_BITMAP for state fields by Jacob Keller · 8 years ago
  48. d19cb64 i40e: separate PF and VSI state flags by Jacob Keller · 8 years ago
  49. 2318b40 i40e: remove unnecessary msleep() delay in i40e_free_vfs by Jacob Keller · 8 years ago
  50. 707d088 i40e: amortize wait time when disabling lots of VFs by Jacob Keller · 8 years ago
  51. 1f190d9 i40e: Reprogram port offloads after reset by Alexander Duyck · 8 years ago
  52. 27826fd i40e: rename index to port to avoid confusion by Jacob Keller · 8 years ago
  53. 1b48437 i40e: make use of i40e_reset_all_vfs when initializing new VFs by Jacob Keller · 8 years ago
  54. 6322e63c i40e: properly spell I40E_VF_STATE_* flags by Jacob Keller · 8 years ago
  55. c08bac0 Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 8 years ago
  56. e60ae00 ixgbevf: Check for RSS key before setting value by Tony Nguyen · 8 years ago
  57. 82fb670 ixgbevf: Fix errors in retrieving RETA and RSS from PF by Tony Nguyen · 8 years ago
  58. 3dfbfc7 ixgbe: Check for RSS key before setting value by Tony Nguyen · 8 years ago
  59. 8dc963e ixgbe: Add 1000Base-T device based on X550EM_X MAC by Paul Greenwalt · 8 years ago
  60. 27bdc44 ixgbe: Allow setting zero MAC address for VF by Tony Nguyen · 8 years ago
  61. f87fc44 ixgbevf: fix size of queue stats length by Emil Tantilov · 8 years ago
  62. e251ecf ixgbe: clean macvlan MAC filter table on VF reset by Emil Tantilov · 8 years ago
  63. 7379f97 ixgbe: delay tail write to every 'n' packets by John Fastabend · 8 years ago
  64. 33fdc82 ixgbe: add support for XDP_TX action by John Fastabend · 8 years ago
  65. 9247080 ixgbe: add XDP support for pass and drop actions by John Fastabend · 8 years ago
  66. 6133406 ixgbe: Acquire PHY semaphore before device reset by Paul Greenwalt · 8 years ago
  67. 4c042a8 Merge branch 'bpf-misc-next' by David S. Miller · 8 years ago
  68. f3515b5 bpf: provide a generic macro for percpu values for selftests by Daniel Borkmann · 8 years ago
  69. 43bcf70 bpf: fix _htons occurences in test_progs by Daniel Borkmann · 8 years ago
  70. d24f7c7 bpf: bpf_lock on kallsysms doesn't need to be irqsave by Hannes Frederic Sowa · 8 years ago
  71. 728a853 bpf: add various test cases to verifier selftests by Daniel Borkmann · 8 years ago
  72. 7e56fbd bpf, x86_64/arm64: remove old ldimm64 artifacts from jits by Daniel Borkmann · 8 years ago
  73. cd5487fb Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 8 years ago
  74. cec3819 Merge tag 'mac80211-next-for-davem-2017-04-28' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by David S. Miller · 8 years ago
  75. 2d2ab65 rhashtable: Do not lower max_elems when max_size is zero by Herbert Xu · 8 years ago
  76. b34939b cfg80211: add request id to cfg80211_sched_scan_*() api by Arend Van Spriel · 8 years ago
  77. e38a017 mac80211: Add support for BSS max idle period element by Avraham Stern · 8 years ago
  78. 29ce6ec cfg80211: unify cfg80211_roamed() and cfg80211_roamed_bss() by Avraham Stern · 8 years ago
  79. 21a8e9d mac80211: Fix possible sband related NULL pointer de-reference by Mohammed Shafi Shajakhan · 8 years ago
  80. 5fe49a9 mac80211: add ieee80211_tx_status_ext by Felix Fietkau · 8 years ago
  81. eefebd3 mac80211: move ieee80211_tx_status_noskb below ieee80211_tx_status by Felix Fietkau · 8 years ago
  82. 18fb84d mac80211: make rate control tx status API more extensible by Felix Fietkau · 8 years ago
  83. dcba665 mac80211: use bitfield macros for encoded rate by Johannes Berg · 8 years ago
  84. 8613c94 mac80211: rename ieee80211_rx_status::vht_nss to just nss by Johannes Berg · 8 years ago
  85. da6a435 mac80211: separate encoding/bandwidth from flags by Johannes Berg · 8 years ago
  86. 7fdd69c mac80211: clean up rate encoding bits in RX status by Johannes Berg · 8 years ago
  87. e221c1f Merge tag 'wireless-drivers-next-for-davem-2017-04-27' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next by David S. Miller · 8 years ago
  88. 899dc83 Merge branch 'qed-ptp-enhancements' by David S. Miller · 8 years ago
  89. d179bd1 qed: Acquire/release ptt_ptp lock when enabling/disabling PTP. by sudarsana.kalluru@cavium.com · 8 years ago
  90. 6a3ff0d qed: Remove the un-needed ptp header file. by sudarsana.kalluru@cavium.com · 8 years ago
  91. 0357449 qede: Add support for PTP resource locking. by sudarsana.kalluru@cavium.com · 8 years ago
  92. db82f70e qed: Add support for PTP resource locking. by sudarsana.kalluru@cavium.com · 8 years ago
  93. f470f22 qed: Add support for MFW resource locking. by sudarsana.kalluru@cavium.com · 8 years ago
  94. 26d31ac net: vrf: Do not allow looback to be moved to a VRF by David Ahern · 8 years ago
  95. adeb45c fib_rules: fix error return code by Wei Yongjun · 8 years ago
  96. 99f906e bridge: add per-port broadcast flood flag by Mike Manning · 8 years ago
  97. 06b4fc5 net: fib: Decrease one unnecessary rt cache flush in fib_disable_ip by Gao Feng · 8 years ago
  98. 1514dc8 l2tp: remove useless device duplication test in l2tp_eth_create() by Guillaume Nault · 8 years ago
  99. 0575c86 net: remove unnecessary carrier status check by Zhang Shengju · 8 years ago
  100. 8ecbc40 net: update comment for netif_dormant() function by Zhang Shengju · 8 years ago