1. 4600709 ixgbe: Fix calculation of queue with VFs and flow director on interface flap by Cambda Zhu · 4 years, 10 months ago
  2. f91139e ixgbe: sync the first fragment unconditionally by Firo Yang · 5 years ago
  3. 1b6b6bb ixgbe: protect TX timestamping from API misuse by Manjunath Patil · 5 years ago
  4. 1b86b8a ixgbe: Fix crash with VFs and flow director on interface flap by Radoslaw Tyl · 6 years ago
  5. 22b8d7e ixgbe: Fix ixgbe TX hangs with XDP_TX beyond queue limit by Radoslaw Tyl · 6 years ago
  6. 5b5f146 ixgbe: Prevent u8 wrapping of ITR value to something less than 10us by Alexander Duyck · 5 years ago
  7. b26f489 ixgbe: Fix secpath usage for IPsec TX offload. by Steffen Klassert · 5 years ago
  8. 2c049f1 ixgbe: fix older devices that do not support IXGBE_MRQC_L3L4TXSWEN by Jeff Kirsher · 6 years ago
  9. 4233cfe ixgbe: check return value of napi_complete_done() by Song Liu · 6 years ago
  10. b80e71a ixgbe: remove ndo_poll_controller by Eric Dumazet · 6 years ago
  11. fabf1bc ixgbe: Prevent unsupported configurations with XDP by Tony Nguyen · 6 years ago
  12. 374f78f ixgbe: Replace GFP_ATOMIC with GFP_KERNEL by Jia-Ju Bai · 6 years ago
  13. 244cd96 net_sched: remove list_head from tc_action by Cong Wang · 6 years ago
  14. 1918e93 ixgbe: Refactor queue disable logic to take completion time into account by Alexander Duyck · 6 years ago
  15. 3b5f14b ixgbe: Reorder Tx/Rx shutdown to reduce time needed to stop device by Alexander Duyck · 6 years ago
  16. 38b7e7f ixgbe: Do not allow LRO or MTU change with XDP by Tony Nguyen · 6 years ago
  17. 2aa4a33 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  18. 6b86758 xdp: don't make drivers report attachment mode by Jakub Kicinski · 6 years ago
  19. 8ec56fc net: allow fallback function to pass netdev by Alexander Duyck · 6 years ago
  20. 4f49dec net: allow ndo_select_queue to pass netdev by Alexander Duyck · 6 years ago
  21. eadec877 net: Add support for subordinate traffic classes to netdev_pick_tx by Alexander Duyck · 6 years ago
  22. 58b0b3e ixgbe: Add code to populate and use macvlan TC to Tx queue map by Alexander Duyck · 6 years ago
  23. 5cd3da4 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  24. ad088ec ixgbe: split XDP_TX tail and XDP_REDIRECT map flushing by Jesper Dangaard Brouer · 6 years ago
  25. 60513bd net: sched: pass extack pointer to block binds and cb registration by John Hurley · 6 years ago
  26. 9215310 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  27. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 6 years ago
  28. de7a7e3 ixgbe: Move ipsec init function to before reset call by Alexander Duyck · 6 years ago
  29. e433f3a ixgbe: Use CONFIG_XFRM_OFFLOAD instead of CONFIG_XFRM by Alexander Duyck · 6 years ago
  30. 646bb57 ixgbe: Fix setting of TC configuration for macvlan case by Alexander Duyck · 6 years ago
  31. 3a3869f Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 6 years ago
  32. fd129f8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  33. af3746a ixgbe: remove ndo_xdp_flush call ixgbe_xdp_flush by Jesper Dangaard Brouer · 6 years ago
  34. 88adce4 ixgbe: fix possible race in reset subtask by Tony Nguyen · 6 years ago
  35. 5e2e609 ixgbe: implement flush flag for ndo_xdp_xmit by Jesper Dangaard Brouer · 6 years ago
  36. 42b3346 xdp: add flags argument to ndo_xdp_xmit API by Jesper Dangaard Brouer · 6 years ago
  37. 9c54aeb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  38. 16e6653 ixgbe: fix parsing of TC actions for HW offload by Ondřej Hlavatý · 6 years ago
  39. 4695ca9 ixgbe: Report PCIe link properties with pcie_print_link_status() by Bjorn Helgaas · 6 years ago
  40. 90fed9c Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  41. 735fc40 xdp: change ndo_xdp_xmit API to support bulking by Jesper Dangaard Brouer · 6 years ago
  42. f0b99e3a Revert "ixgbe: release lock for the duration of ixgbe_suspend_close()" by Jeff Kirsher · 6 years ago
  43. 6710f97 ixgbe: release lock for the duration of ixgbe_suspend_close() by Pavel Tatashin · 6 years ago
  44. b212d81 ixgbe/ixgbevf: Free IRQ when PCI error recovery removes the device by Mauro S M Rodrigues · 6 years ago
  45. 9cfbfa7 ixgbe: cleanup sparse warnings by Cathy Zhou · 6 years ago
  46. 51dce24 net: intel: Cleanup the copyright/license headers by Jeff Kirsher · 6 years ago
  47. 8315ef6 ixgbe: Avoid performing unnecessary resets for macvlan offload by Alexander Duyck · 6 years ago
  48. 865255b ixgbe: Drop real_adapter from l2 fwd acceleration structure by Alexander Duyck · 6 years ago
  49. 3335915 ixgbe/fm10k: Only support macvlan offload for types that support destination filtering by Alexander Duyck · 6 years ago
  50. 8d80ac4 ixgbe/fm10k: Drop tracking stats for macvlan broadcast/multicast by Alexander Duyck · 6 years ago
  51. 81d4e91 macvlan: Use software path for offloaded local, broadcast, and multicast traffic by Alexander Duyck · 6 years ago
  52. 7d775f6 macvlan: Rename fwd_priv to accel_priv and add accessor function by Alexander Duyck · 6 years ago
  53. b056b83 ixgbe: Drop support for macvlan specific unicast lists by Alexander Duyck · 6 years ago
  54. 44fa2db xdp: transition into using xdp_frame for ndo_xdp_xmit by Jesper Dangaard Brouer · 6 years ago
  55. 0399309 xdp: transition into using xdp_frame for return API by Jesper Dangaard Brouer · 6 years ago
  56. 8d5d885 xdp: rhashtable with allocator ID to pointer mapping by Jesper Dangaard Brouer · 6 years ago
  57. 189ead8 ixgbe: use xdp_return_frame API by Jesper Dangaard Brouer · 6 years ago
  58. ed93a39 ixgbe: tweak page counting for XDP_REDIRECT by Björn Töpel · 6 years ago
  59. 70da682 ixgbe: enable TSO with IPsec offload by Shannon Nelson · 6 years ago
  60. 871dd09 ixgbe: remove unneeded ipsec test in TX path by Shannon Nelson · 6 years ago
  61. 2137aec ixgbe: no need for ipsec csum feature check by Shannon Nelson · 6 years ago
  62. 1aa3784 ixgbe: add status reg reads to ixgbe_check_remove by Paul Greenwalt · 7 years ago
  63. 0f3e9c9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  64. 0c5661e ixgbe: fix crash in build_skb Rx code path by Emil Tantilov · 7 years ago
  65. 6704a3a ixgbe: prevent ptp_rx_hang from running when in FILTER_ALL mode by Jacob Keller · 7 years ago
  66. 2bafa8f ixgbe: don't set RXDCTL.RLPML for 82599 by Emil Tantilov · 7 years ago
  67. 06e3f94 ixgbe: add support for reporting 5G link speed by Paul Greenwalt · 7 years ago
  68. a60c3fd ixgbe: use tc_cls_can_offload_and_chain0() by Jakub Kicinski · 7 years ago
  69. 85bc266 ixgbe: register ipsec offload with the xfrm subsystem by Shannon Nelson · 7 years ago
  70. a8a43fd ixgbe: ipsec offload stats by Shannon Nelson · 7 years ago
  71. 5925947 ixgbe: process the Tx ipsec offload by Shannon Nelson · 7 years ago
  72. 9210319 ixgbe: process the Rx ipsec offload by Shannon Nelson · 7 years ago
  73. 6d73a15 ixgbe: restore offloaded SAs after a reset by Shannon Nelson · 7 years ago
  74. 63a67fe ixgbe: add ipsec offload add and remove SA by Shannon Nelson · 7 years ago
  75. 8bbbc5e ixgbe: add ipsec register access routines by Shannon Nelson · 7 years ago
  76. 5ba643c ixgbe: Fix kernel-doc format warnings by Tony Nguyen · 7 years ago
  77. 49cfbeb ixgbe: Fix handling of macvlan Tx offload by Alexander Duyck · 7 years ago
  78. b5f69cc ixgbe: avoid bringing rings up/down as macvlans are added/removed by Alexander Duyck · 7 years ago
  79. 16be45b ixgbe: Do not manipulate macvlan Tx queues when performing macvlan offload by Alexander Duyck · 7 years ago
  80. 58918df ixgbe/fm10k: Record macvlan stats instead of Rx queue for macvlan offloaded rings by Alexander Duyck · 7 years ago
  81. 0efbf12 ixgbe: Don't assume dev->num_tc is equal to hardware TC config by Alexander Duyck · 7 years ago
  82. a8e87d9 ixgbe: Default to 1 pool always being allocated by Alexander Duyck · 7 years ago
  83. 4a2512c ixgbe: Assume provided MAC filter has been verified by macvlan by Alexander Duyck · 7 years ago
  84. 68ae742 ixgbe: Drop l2_accel_priv data pointer from ring struct by Alexander Duyck · 7 years ago
  85. 1489542 ixgbe: Use ring values to test for Tx pending by Alexander Duyck · 7 years ago
  86. 4e039c1 ixgbe: Fix limitations on macvlan so we can support up to 63 offloaded devices by Alexander Duyck · 7 years ago
  87. ff815fb ixgbe: There is no need to update num_rx_pools in L2 fwd offload by Alexander Duyck · 7 years ago
  88. 2af62c5 ixgbe: Add support for macvlan offload RSS on X550 and clean-up pool handling by Alexander Duyck · 7 years ago
  89. 361b534 ixgbe: Fix interaction between SR-IOV and macvlan offload by Alexander Duyck · 7 years ago
  90. 63f721c ixgbe: Remove an obsolete comment about ITR by Tonghao Zhang · 7 years ago
  91. 73834ae ixgbe: extend firmware version support by Paul Greenwalt · 7 years ago
  92. 3ead7c2 ixgbe: advertise highest capable link speed by Paul Greenwalt · 7 years ago
  93. 09099dd ixgbe: remove unused enum latency_range by Emil Tantilov · 7 years ago
  94. d9d11eb ixgbe: enable multicast on shutdown for WOL by Emil Tantilov · 7 years ago
  95. 99ffc5a ixgbe: setup xdp_rxq_info by Jesper Dangaard Brouer · 7 years ago
  96. 9f8a739 act_mirred: get rid of tcfm_ifindex from struct tcf_mirred by Cong Wang · 7 years ago
  97. 0a9a17e ixgbe: Fix skb list corruption on Power systems by Brian King · 7 years ago
  98. 5bbcc0f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  99. 575ed7d net_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIO by Nogah Frankel · 7 years ago
  100. 8c5db92 Merge branch 'linus' into locking/core, to resolve conflicts by Ingo Molnar · 7 years ago