1. 9eed69a i40e: Drop FCoE code from core driver files by Alexander Duyck · 8 years ago
  2. a5b268e i40e/i40evf: Clean-up process_skb_fields by Alexander Duyck · 8 years ago
  3. 0a25b73 i40e: removed no longer needed delays by Bimmy Pujari · 8 years ago
  4. beff3e9 i40e: Fixed race conditions in VF reset by Robert Konklewski · 8 years ago
  5. 741b8b8 i40e/i40evf: Fix use after free in Rx cleanup path by Alexander Duyck · 8 years ago
  6. f25571b i40e: fix configuration of RSS table with DCB by Harshitha Ramamurthy · 8 years ago
  7. 1793668 i40e/i40evf: Update code to better handle incrementing page count by Alexander Duyck · 8 years ago
  8. 402a5bc ipv6: sr: select DST_CACHE by default by David Lebrun · 8 years ago
  9. 656455b net: ibmvnic: Remove unused net_stats member from struct ibmvnic_adapter by Tobias Klauser · 8 years ago
  10. 8c2ef19 net: ibmveth: Remove unused stats member from struct ibmveth_adapter by Tobias Klauser · 8 years ago
  11. 8570bcd net: bfin_mac: Remove unused stats member from struct bfin_mac_local by Tobias Klauser · 8 years ago
  12. eb996ed netvsc: fix dereference before null check errors by Colin Ian King · 8 years ago
  13. 86573f6 net: tehuti: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  14. bb37056 net: cris: eth_v10: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  15. 5dac9ea Merge branch 'mpls-multipath-route-cleanups' by David S. Miller · 8 years ago
  16. 4ea8efa net: mpls: Delete route when all nexthops have been deleted by David Ahern · 8 years ago
  17. c00e51d net: mpls: Don't show nexthop if device has been deleted by David Ahern · 8 years ago
  18. 88275ed Merge branch 'netvsc-next' by David S. Miller · 8 years ago
  19. 386f576 netvsc: Properly initialize the return value by K. Y. Srinivasan · 8 years ago
  20. b1dd90c netvsc: Fix a bug in sub-channel handling by K. Y. Srinivasan · 8 years ago
  21. 71ee030 Merge branch 'gtp-sgsn-side-tunnel' by David S. Miller · 8 years ago
  22. 91ed81f gtp: support SGSN-side tunnels by Jonas Bonn · 8 years ago
  23. ae6336b gtp: rename SGSN netlink attribute by Jonas Bonn · 8 years ago
  24. 8c7314c Merge branch 'qmap-mux' by David S. Miller · 8 years ago
  25. 416906f Documentation: ABI: testing: sysfs-class-net-qmi: add new qmap mux files description by Daniele Palmas · 8 years ago
  26. c6adf779 net: usb: qmi_wwan: add qmap mux protocol support by Daniele Palmas · 8 years ago
  27. 1312444 mlxsw: spectrum_kvdl: Cosmetic kvdl allocator API change by Arkadi Sharshevsky · 8 years ago
  28. 2239cc6 Merge branch 'epoll-busypoll' by David S. Miller · 8 years ago
  29. 6d43390 net: Introduce SO_INCOMING_NAPI_ID by Sridhar Samudrala · 8 years ago
  30. bf3b9f6 epoll: Add busy poll support to epoll with socket fds. by Sridhar Samudrala · 8 years ago
  31. 7db6b04 net: Commonize busy polling code to focus on napi_id instead of socket by Sridhar Samudrala · 8 years ago
  32. 3705671 net: Track start of busy loop instead of when it should end by Alexander Duyck · 8 years ago
  33. 2b5cd0d net: Change return type of sk_busy_loop from bool to void by Alexander Duyck · 8 years ago
  34. d2e64db net: Only define skb_mark_napi_id in one spot instead of two by Alexander Duyck · 8 years ago
  35. e590745 tcp: Record Rx hash and NAPI ID in tcp_child_process by Alexander Duyck · 8 years ago
  36. 545cd5e net: Busy polling should ignore sender CPUs by Alexander Duyck · 8 years ago
  37. dcb421f Merge branch 'mlx5-xdp-perf-optimizations' by David S. Miller · 8 years ago
  38. 3139104 net/mlx5e: Different SQ types by Saeed Mahameed · 8 years ago
  39. 33ad971 net/mlx5e: Generalize SQ create/modify/destroy functions by Saeed Mahameed · 8 years ago
  40. 3b77235 net/mlx5e: Proper names for SQ/RQ/CQ functions by Saeed Mahameed · 8 years ago
  41. 864b2d7 net/mlx5e: Generalize tx helper functions for different SQ types by Saeed Mahameed · 8 years ago
  42. 2239185 net/mlx5e: Optimize XDP frame xmit by Saeed Mahameed · 8 years ago
  43. 39e1235 net/mlx5e: Poll XDP TX CQ before RX CQ by Saeed Mahameed · 8 years ago
  44. 31871f8 net/mlx5e: Move XDP SQ instance into RQ by Saeed Mahameed · 8 years ago
  45. eba2db2 net/mlx5e: Move mlx5e_rq struct declaration by Saeed Mahameed · 8 years ago
  46. 1c4bf94 net/mlx5e: Move XDP completion functions to rx file by Saeed Mahameed · 8 years ago
  47. aff2615 net/mlx5e: Single bfreg (UAR) for all mlx5e SQs and netdevs by Saeed Mahameed · 8 years ago
  48. 6982ab6 net/mlx5e: Xmit, no write combining by Saeed Mahameed · 8 years ago
  49. 80fe326 net/mlx5e: Use dma_rmb rather than rmb in CQE fetch routine by Saeed Mahameed · 8 years ago
  50. 68e4985 net: dsa: bcm_sf2: Add missing OF_MDIO dependency by Florian Fainelli · 8 years ago
  51. f106d16 Merge branch 'ipv6-sr-perf-improvements' by David S. Miller · 8 years ago
  52. af4a220 ipv6: sr: use dst_cache in seg6_input by David Lebrun · 8 years ago
  53. 19d5a26 ipv6: sr: expand skb head only if necessary by David Lebrun · 8 years ago
  54. 3b1af93 net_sched: use setup_deferrable_timer by Geliang Tang · 8 years ago
  55. ff41c7f Merge branch 'mlxsw-query-resources' by David S. Miller · 8 years ago
  56. 18281f2 mlxsw: spectrum: Query cell size from firmware by Ido Schimmel · 8 years ago
  57. f417f04 mlxsw: spectrum: Refactor port buffer configuration by Ido Schimmel · 8 years ago
  58. d3daae1 mlxsw: spectrum_buffers: Query shared buffer size from firmware by Ido Schimmel · 8 years ago
  59. 5ec2ee7 mlxsw: Query maximum number of ports from firmware by Ido Schimmel · 8 years ago
  60. 8494ab0 mlxsw: spectrum_router: Query number of LPM trees from firmware by Ido Schimmel · 8 years ago
  61. ba82427 Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 8 years ago
  62. 6a18c31 net: mpls: Fix setting ttl_propagate for rt2 by David Ahern · 8 years ago
  63. c483674 tcp: sysctl: Fix a race to avoid unexpected 0 window from space by Gao Feng · 8 years ago
  64. e013fb7 net: make in_aton() 32-bit internally by Alexey Dobriyan · 8 years ago
  65. 7cc61db liquidio: do not reset Octeon if NIC firmware was preloaded by Felix Manlunas · 8 years ago
  66. dddb64b net: Add sysctl to toggle early demux for tcp and udp by subashab@codeaurora.org · 8 years ago
  67. 8fa96e3 Merge branch 'systemport-tx-napi-improvements' by David S. Miller · 8 years ago
  68. e9d7af7 net: systemport: Simplify circular pointer arithmetic by Florian Fainelli · 8 years ago
  69. 6baa785 net: systemport: Clear status to reduce spurious interrupts by Florian Fainelli · 8 years ago
  70. 30defeb net: systemport: Track per TX ring statistics by Florian Fainelli · 8 years ago
  71. 12459cb Merge branch 'phy-mdio-split' by David S. Miller · 8 years ago
  72. 90eff90 net: phy: Allow splitting MDIO bus/device support from PHYs by Florian Fainelli · 8 years ago
  73. 17487ee net: phy: MDIO_BCM_UNIMAC should depend on OF_MDIO by Florian Fainelli · 8 years ago
  74. e6e14f6 of_mdio: Correct check against CONFIG_OF by Florian Fainelli · 8 years ago
  75. 5952fde net: sched: choke: remove dead filter classify code by Jiri Pirko · 8 years ago
  76. 270c775 net: stmmac: add set_mac to the stmmac_ops by LABBE Corentin · 8 years ago
  77. aff55a3 isdn: use setup_timer by Geliang Tang · 8 years ago
  78. 9096643 Merge branch 'bridge-ext-learned-entries' by David S. Miller · 8 years ago
  79. eb100e0 net: bridge: allow to add externally learned entries from user-space by Nikolay Aleksandrov · 8 years ago
  80. 7e26bf4 net: bridge: allow SW learn to take over HW fdb entries by Nikolay Aleksandrov · 8 years ago
  81. 9a32562 mlxsw: Remove debugfs interface by Ido Schimmel · 8 years ago
  82. 584a887 i40e: make use of hlist_for_each_entry_continue by Jacob Keller · 8 years ago
  83. 5587701 i40e: document drivers use of ntuple filters by Jacob Keller · 8 years ago
  84. f223c87 i40e: add support for SCTPv4 FDir filters by Jacob Keller · 8 years ago
  85. 0e588de i40e: implement support for flexible word payload by Jacob Keller · 8 years ago
  86. e793095 i40e: add parsing of flexible filter fields from userdef by Jacob Keller · 8 years ago
  87. 43b1569 i40e: partition the ring_cookie to get VF index by Jacob Keller · 8 years ago
  88. 9229e99 i40e: allow changing input set for ntuple filters by Jacob Keller · 8 years ago
  89. 3bcee1e i40e: restore default input set for each flow type by Jacob Keller · 8 years ago
  90. 36777d9 i40e: check current configured input set when adding ntuple filters by Jacob Keller · 8 years ago
  91. faa16e0 i40e: correctly honor the mask fields for ETHTOOL_SRXCLSRLINS by Jacob Keller · 8 years ago
  92. add641e sched: act_csum: don't mangle TCP and UDP GSO packets by Davide Caratti · 8 years ago
  93. 67ff2c7 net: dwc-xlgmac: use dual license by Jie Deng · 8 years ago
  94. ea8c1c6 net: dwc-xlgmac: declaration of dual license in headers by Jie Deng · 8 years ago
  95. 101a6e8 Merge branch 'bpf-socket-cookie-uid' by David S. Miller · 8 years ago
  96. 51570a5 A Sample of using socket cookie and uid for traffic monitoring by Chenbo Feng · 8 years ago
  97. 6acc5c2 Add a eBPF helper function to retrieve socket uid by Chenbo Feng · 8 years ago
  98. 91b8270 Add a helper function to get socket cookie in eBPF by Chenbo Feng · 8 years ago
  99. 16ae1f2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  100. d038e3d Merge tag 'sound-4.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 8 years ago