1. 8bd7e76 net: aquantia: Make RX default frame size 2K by Igor Russkikh · 6 years ago
  2. 9773ef1 net: aquantia: Introduce rx refill threshold value by Igor Russkikh · 6 years ago
  3. 46f4c29 net: aquantia: optimize rx performance by page reuse strategy by Igor Russkikh · 6 years ago
  4. 7e2698c net: aquantia: optimize rx path using larger preallocated skb len by Igor Russkikh · 6 years ago
  5. d64fee0 Merge tag 'mlx5-updates-2019-03-20' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by David S. Miller · 6 years ago
  6. 071d08a Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 6 years ago
  7. bdaba89 Merge branch 'tcp-rx-tx-cache' by David S. Miller · 6 years ago
  8. 8b27dae tcp: add one skb cache for rx by Eric Dumazet · 6 years ago
  9. 472c2e0 tcp: add one skb cache for tx by Eric Dumazet · 6 years ago
  10. dc05360 net: convert rps_needed and rfs_needed to new static branch api by Eric Dumazet · 6 years ago
  11. 7c1508e Merge branch 'net-dev-BYPASS-for-lockless-qdisc' by David S. Miller · 6 years ago
  12. ba27b4c net: dev: introduce support for sch BYPASS for lockless qdisc by Paolo Abeni · 6 years ago
  13. 28cff53 net: sched: add empty status flag for NOLOCK qdisc by Paolo Abeni · 6 years ago
  14. 576fd2f tcp: add documentation for tcp_ca_state by Soheil Hassas Yeganeh · 6 years ago
  15. e6d1407 tcp: remove conditional branches from tcp_mstamp_refresh() by Eric Dumazet · 6 years ago
  16. a7a01ab net: phy: Correct Cygnus/Omega PHY driver prompt by Florian Fainelli · 6 years ago
  17. 76b496b net/mlx5e: Replace TC VLAN pop and push actions with VLAN modify by Eli Britstein · 6 years ago
  18. bdc837e net/mlx5e: Support VLAN modify action by Eli Britstein · 6 years ago
  19. 0eb69bb net/mlx5e: Add VLAN ID rewrite fields by Eli Britstein · 6 years ago
  20. bea9641 net: Add IANA_VXLAN_UDP_PORT definition to vxlan header file by Moshe Shemesh · 6 years ago
  21. e3cfc7e net/mlx5e: TX, Add geneve tunnel stateless offload support by Moshe Shemesh · 6 years ago
  22. cac018b8 net/mlx5e: Take SW parser code to a separate function by Moshe Shemesh · 6 years ago
  23. 974eff2 net: Move the definition of the default Geneve udp port to public header file by Moshe Shemesh · 6 years ago
  24. bdde931 net/mlx5e: Remove redundant assignment by Gustavo A. R. Silva · 6 years ago
  25. ee576ec net/mlx5e: Fix compilation warning in en_tc.c by Saeed Mahameed · 6 years ago
  26. d3669ca net/mlx5e: Fix port buffer function documentation format by Saeed Mahameed · 6 years ago
  27. 092ead4 net/mlx5: Fix compilation warning in eq.c by Saeed Mahameed · 6 years ago
  28. eb5cc43 net/mlx5: Simplify mlx5_sriov_is_enabled() by using pci core API by Parav Pandit · 6 years ago
  29. 2aca178 net/mlx5: Rename total_vfs to total_vports by Parav Pandit · 6 years ago
  30. 88d7384 net/mlx5: Simplify sriov enable/disable flow by Parav Pandit · 6 years ago
  31. f1ef73f ice: Get VF VSI instances directly via PF by Akeem G Abodunrin · 6 years ago
  32. d84b899 ice: Don't let VF know that it is untrusted by Akeem G Abodunrin · 6 years ago
  33. 26069b4 ice: Set LAN_EN for all directional rules by Yashaswini Raghuram Prathivadi Bhayankaram · 6 years ago
  34. b58dafb ice: Do not set LB_EN for prune switch rules by Christopher N Bednarz · 6 years ago
  35. 277b3a4 ice: Enable LAN_EN for the right recipes by Yashaswini Raghuram Prathivadi Bhayankaram · 6 years ago
  36. 5eda8af ice: Add support for PF/VF promiscuous mode by Akeem G Abodunrin · 6 years ago
  37. e1ca65a ice: code cleanup in ice_sched.c by Victor Raj · 6 years ago
  38. eb86b09 ice: Remove unused vsi_id field by Anirudh Venkataramanan · 6 years ago
  39. c8b7abd ice: fix some function prototype and signature style issues by Bruce Allan · 6 years ago
  40. 60dcc39 ice: fix the divide by zero issue by Kiran Patil · 6 years ago
  41. 5743020 ice: Fix issue reconfiguring VF queues by Akeem G Abodunrin · 6 years ago
  42. 23d21c3 ice: Remove unused function prototype by Anirudh Venkataramanan · 6 years ago
  43. 1b5c19c ice: fix static analysis warnings by Bruce Allan · 6 years ago
  44. 7eeac88 ice: Fix issue reclaiming resources back to the pool after reset by Akeem G Abodunrin · 6 years ago
  45. cb93a95 ice: Enable MAC anti-spoof by default by Akeem G Abodunrin · 6 years ago
  46. 3b0f31f genetlink: make policy common to family by Johannes Berg · 6 years ago
  47. 601ed4d r8169: use netif_start_queue instead of netif_wake_qeueue in rtl8169_start_xmit by Heiner Kallweit · 6 years ago
  48. 110a2432 net: phy: aquantia: add downshift support by Heiner Kallweit · 6 years ago
  49. 1d965c4 Merge branch 'Refactor-flower-classifier-to-remove-dependency-on-rtnl-lock' by David S. Miller · 6 years ago
  50. 9214919 net: sched: flower: set unlocked flag for flower proto ops by Vlad Buslov · 6 years ago
  51. c24e43d8 net: sched: flower: track rtnl lock state by Vlad Buslov · 6 years ago
  52. 3d81e71 net: sched: flower: protect flower classifier state with spinlock by Vlad Buslov · 6 years ago
  53. 272ffaa net: sched: flower: handle concurrent tcf proto deletion by Vlad Buslov · 6 years ago
  54. 9a2d938 net: sched: flower: handle concurrent filter insertion in fl_change by Vlad Buslov · 6 years ago
  55. 259e60f net: sched: flower: protect masks list with spinlock by Vlad Buslov · 6 years ago
  56. 195c234 net: sched: flower: handle concurrent mask insertion by Vlad Buslov · 6 years ago
  57. f48ef4d net: sched: flower: add reference counter to flower mask by Vlad Buslov · 6 years ago
  58. b2552b8 net: sched: flower: track filter deletion with flag by Vlad Buslov · 6 years ago
  59. 0617755 net: sched: flower: introduce reference counting for filters by Vlad Buslov · 6 years ago
  60. 620da48 net: sched: flower: refactor fl_change by Vlad Buslov · 6 years ago
  61. e474619 net: sched: flower: don't check for rtnl on head dereference by Vlad Buslov · 6 years ago
  62. 31f1a0e nfp: remove defines for unused control bits by Jakub Kicinski · 6 years ago
  63. 143eb9a Merge branch 'rhashtable-cleanups' by David S. Miller · 6 years ago
  64. f7ad68b rhashtable: rename rht_for_each*continue as *from. by NeilBrown · 6 years ago
  65. 4feb7c7 rhashtable: don't hold lock on first table throughout insertion. by NeilBrown · 6 years ago
  66. 83b038d Merge branch 'net-phy-Move-Omega-PHY-entry-to-Cygnus-PHY-driver' by David S. Miller · 6 years ago
  67. 17cc982 net: phy: Move Omega PHY entry to Cygnus PHY driver by Florian Fainelli · 6 years ago
  68. f878fe5 net: phy: Prepare for moving Omega out of bcm7xxx by Florian Fainelli · 6 years ago
  69. 02afc7a net: dst: remove gc leftovers by Julian Wiedmann · 6 years ago
  70. 88f808f Merge branch 'net-broadcom-Remove-print-of-base-address' by David S. Miller · 6 years ago
  71. 62be757 net: systemport: Remove print of base address by Florian Fainelli · 6 years ago
  72. fbb7bc4 net: dsa: bcm_sf2: Remove print of base address by Florian Fainelli · 6 years ago
  73. 647aed2 net: phy: mdio-bcm-unimac: Remove print of base address by Florian Fainelli · 6 years ago
  74. 10585b4 ipv6: Remove fallback argument from ip6_hold_safe by David Ahern · 6 years ago
  75. 9ab948a ipv4: Allow amount of dirty memory from fib resizing to be controllable by David Ahern · 6 years ago
  76. 1213276 tun: Remove unused first parameter of tun_get_iff() by Kirill Tkhai · 6 years ago
  77. 0c3e0e3 tun: Add ioctl() TUNGETDEVNETNS cmd to allow obtaining real net ns of tun device by Kirill Tkhai · 6 years ago
  78. 28b18b3 Merge branch 'ipv6-Change-addrconf_f6i_alloc-to-use-ip6_route_info_create' by David S. Miller · 6 years ago
  79. c7a1ce3 ipv6: Change addrconf_f6i_alloc to use ip6_route_info_create by David Ahern · 6 years ago
  80. 67f6951 ipv6: Move setting default metric for routes by David Ahern · 6 years ago
  81. a88c26f net/tls: Replace kfree_skb() with consume_skb() by Vakul Garg · 6 years ago
  82. 08e046c tipc: fix a null pointer deref by Hoang Le · 6 years ago
  83. 77d5ad4 tipc: fix use-after-free in tipc_sk_filter_rcv by Hoang Le · 6 years ago
  84. 0b03a5c ipv6: Add icmp_echo_ignore_anycast for ICMPv6 by Stephen Suryaputra · 6 years ago
  85. a534ea3 net: isdn: Make isdn_ppp_mp_discard and isdn_ppp_mp_reassembly static by YueHaibing · 6 years ago
  86. 881d7af net: hns3: Make hclge_destroy_cmd_queue static by YueHaibing · 6 years ago
  87. 75d317c Merge branch 'net-refactor-ndo_select_queue' by David S. Miller · 6 years ago
  88. a350ecc net: remove 'fallback' argument from dev->ndo_select_queue() by Paolo Abeni · 6 years ago
  89. b71b583 packet: rework packet_pick_tx_queue() to use common code selection by Paolo Abeni · 6 years ago
  90. 4bd97d5 net: dev: rename queue selection helpers. by Paolo Abeni · 6 years ago
  91. 0b963ef Merge branch 'qed-next' by David S. Miller · 6 years ago
  92. 1a3ca25 qed: Define new MF bit for no_vlan config by Sudarsana Reddy Kalluru · 6 years ago
  93. a88381d qede: Populate mbi version in ethtool driver query data. by Sudarsana Reddy Kalluru · 6 years ago
  94. 254c0a2 macvlan: pass get_ts_info and SIOC[SG]HWTSTAMP ioctl to real device by Hangbin Liu · 6 years ago
  95. 1bfe45f net: bridge: use eth_broadcast_addr() to assign broadcast address by Mao Wenan · 6 years ago
  96. f295b3a net/tls: Add support of AES128-CCM based ciphers by Vakul Garg · 6 years ago
  97. 6a23c0a Merge branch 'net-phy-aquantia-add-interface-mode-handling' by David S. Miller · 6 years ago
  98. 1e614b5 net: phy: aquantia: check for changed interface mode in read_status by Nikita Yushchenko · 6 years ago
  99. 570c8a7 net: phy: aquantia: check for supported interface modes in config_init by Andrew Lunn · 6 years ago
  100. 5c5f626 net: phy: improve handling link_change_notify callback by Heiner Kallweit · 6 years ago