1. 6bbd9a0 bpf: grab rcu read lock for bpf_percpu_hash_update by Sasha Levin · 8 years ago
  2. dfa2eb8 Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 8 years ago
  3. b8f1343 i40e/i40evf: Bump i40e to 1.4.25 and i40evf to 1.4.15 by Jesse Brandeburg · 8 years ago
  4. 35f3472 i40e: let go of the past by Mitch Williams · 8 years ago
  5. a4618ec i40e: suspend scheduling during driver unload by Pandi Kumar Maharajan · 8 years ago
  6. 272cdaf2 i40e: Use the new rx ctl register helpers. Don't use AQ calls from clear_hw. by Shannon Nelson · 8 years ago
  7. f658137 i40e: implement and use Rx CTL helper functions by Shannon Nelson · 8 years ago
  8. 3336514 i40e: add adminq commands for Rx CTL registers by Shannon Nelson · 8 years ago
  9. f534039 i40e: add check for null VSI by John Underwood · 8 years ago
  10. fe72608 i40e: Expose some registers to program parser, FD and RSS logic by Anjali Singhai Jain · 8 years ago
  11. 730a8f8 i40e: Fix for unexpected messaging by Carolyn Wyborny · 8 years ago
  12. 3fe06f4 i40e: Do not wait for Rx queue disable in DCB reconfig by Neerav Parikh · 8 years ago
  13. 4d7cec0 i40e: Increase timeout when checking GLGEN_RSTAT_DEVSTATE bit by Kevin Scott · 8 years ago
  14. 31b606d i40e: Fix led blink capability for 10GBaseT PHY by Carolyn Wyborny · 8 years ago
  15. fd077cd i40e: Add functions to blink led on 10GBaseT PHY by Carolyn Wyborny · 8 years ago
  16. 3bc6797 i40e/i40evf: Move Tx checksum closer to TSO by Alexander Duyck · 8 years ago
  17. 2d37490 i40e/i40evf: Rewrite logic for 8 descriptor per packet check by Alexander Duyck · 8 years ago
  18. 4ec441d i40e/i40evf: Break up xmit_descriptor_count from maybe_stop_tx by Alexander Duyck · 8 years ago
  19. d289cbe Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 8 years ago
  20. 376471a bnx2x: Add missing HSI for big-endian machines by Yuval Mintz · 8 years ago
  21. ffcc55c i40e: Add support for ATR w/ IPv6 extension headers by Alexander Duyck · 8 years ago
  22. f608e6a i40evf: Update feature flags to reflect newly enabled features by Alexander Duyck · 8 years ago
  23. bc5d252 i40e: Update feature flags to reflect newly enabled features by Alexander Duyck · 8 years ago
  24. 84d5946 i40e: Do not drop support for IPv6 VXLAN or GENEVE tunnels by Alexander Duyck · 8 years ago
  25. 6b037cd i40e: Fix ATR in relation to tunnels by Alexander Duyck · 8 years ago
  26. 5453205 i40e/i40evf: Enable support for SKB_GSO_UDP_TUNNEL_CSUM by Alexander Duyck · 8 years ago
  27. fad5733 i40e/i40evf: Clean-up Rx packet checksum handling by Alexander Duyck · 8 years ago
  28. f58ee41 Merge branch 'qed-vlan-filtering' by David S. Miller · 8 years ago
  29. 7c1bfca qede: Add vlan filtering offload support by Sudarsana Reddy Kalluru · 8 years ago
  30. 3f9b4a6 qed: Lay infrastructure for vlan filtering offload by Yuval Mintz · 8 years ago
  31. e12a285 net: phy: dp83848: Fix sysfs naming collision warning by Andrew F. Davis · 8 years ago
  32. 9e74a6d net: Optimize local checksum offload by Alexander Duyck · 8 years ago
  33. e550785c ipv6: Annotate change of locking mechanism for np->opt by Benjamin Poirier · 8 years ago
  34. f0a4045 Merge branch 'iptunnel-pkt-scrub-consolidate' by David S. Miller · 8 years ago
  35. 7f290c9 iptunnel: scrub packet in iptunnel_pull_header by Jiri Benc · 8 years ago
  36. c9e78ef vxlan: move vxlan device lookup before iptunnel_pull_header by Jiri Benc · 8 years ago
  37. 9fc4754 geneve: move geneve device lookup before iptunnel_pull_header by Jiri Benc · 8 years ago
  38. 1e9f12e geneve: implement geneve_get_sk_family helper by Jiri Benc · 8 years ago
  39. 7c25b16 net: bridge: log port STP state on change by Vivien Didelot · 8 years ago
  40. 37a6351 Merge branch 'cxgb4-addr-sync' by David S. Miller · 8 years ago
  41. fe5d270 cxgb4vf: Use __dev_uc_sync/__dev_mc_sync to sync MAC address by Hariprasad Shenai · 8 years ago
  42. fc08a01 cxgb4: Use __dev_uc_sync/__dev_mc_sync to sync MAC address by Hariprasad Shenai · 8 years ago
  43. 529f1f6 i40e/i40evf: Add exception handling for Tx checksum by Alexander Duyck · 8 years ago
  44. 475b420 i40e/i40evf: Do not write to descriptor unless we complete by Alexander Duyck · 8 years ago
  45. 07dabf2 vxlan: tun_id is 64bit, not 32bit by Jiri Benc · 8 years ago
  46. a3fd9d8 i40e/i40evf: Handle IPv6 extension headers in checksum offload by Alexander Duyck · 8 years ago
  47. a006472 i40e/i40evf: Add support for IPv4 encapsulated in IPv6 by Alexander Duyck · 8 years ago
  48. b96b78f i40e/i40evf: Replace header pointers with unions of pointers in Tx checksum path by Alexander Duyck · 8 years ago
  49. c777019 i40e/i40evf: Consolidate all header changes into TSO function by Alexander Duyck · 8 years ago
  50. c49a7bc i40e/i40evf: Factor out L4 header and checksum from L3 bits in TSO path by Alexander Duyck · 8 years ago
  51. 03f9d6a i40e/i40evf: Use u64 values instead of casting them in TSO function by Alexander Duyck · 8 years ago
  52. a9c9a81 i40e/i40evf: Drop outer checksum offload that was not requested by Alexander Duyck · 8 years ago
  53. f169af2 Merge branch 'netlink-mmap-remove' by David S. Miller · 8 years ago
  54. c5b0db3 nfnetlink: Revert "nfnetlink: add support for memory mapped netlink" by Florian Westphal · 8 years ago
  55. 905f0a7 nfnetlink: remove nfnetlink_alloc_skb by Florian Westphal · 8 years ago
  56. 263ea09 Revert "genl: Add genlmsg_new_unicast() for unicast message allocation" by Florian Westphal · 8 years ago
  57. 551ddc0 openvswitch: Revert: "Enable memory mapped Netlink i/o" by Florian Westphal · 8 years ago
  58. d1b4c68 netlink: remove mmapped netlink support by Florian Westphal · 8 years ago
  59. 7e6e18f net_sched: Improve readability of filter processing by Jamal Hadi Salim · 8 years ago
  60. 7fbac98 bridge: switchdev: Offload VLAN flags to hardware bridge by Ido Schimmel · 8 years ago
  61. 930b37e net: phy: Add SGMII support for Marvell 88E1510/1512/1514/1518 by Stefan Roese · 8 years ago
  62. 096f626 isdn: divamnt: use y2038-safe ktime_get_ts64() for trace data timestamps by Alison Schofield · 8 years ago
  63. d56fdda Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 8 years ago
  64. fbbef86 net-sysfs: remove unused fmt_long_hex by Colin Ian King · 8 years ago
  65. 8888fd8 i40e/i40evf: Bump i40e to 1.4.15 and i40evf to 1.4.11. by Catherine Sullivan · 8 years ago
  66. 3b12008 i40e: When in promisc mode apply promisc mode to Tx Traffic as well by Anjali Singhai Jain · 8 years ago
  67. 73b03f9 i40e: clean event descriptor before use by Shannon Nelson · 8 years ago
  68. 9b9344f i40evf: set adapter state on reset failure by Mitch Williams · 8 years ago
  69. 6e93d0c i40e: better error reporting for nvmupdate by Shannon Nelson · 8 years ago
  70. 0d79032 i40e: expand comment by Mitch Williams · 8 years ago
  71. a16ae2d i40e: Do not disable queues in the Legacy/MSI Interrupt handler by Anjali Singhai Jain · 8 years ago
  72. 16fd08b i40e/i40evf: avoid atomics by Mitch Williams · 8 years ago
  73. 4147e2c i40e: Removal of code which relies on BASE VEB SEID by Kiran Patil · 8 years ago
  74. 6784ed5 i40e: Fix PROMISC mode for Multi-function per port (MFP) devices by Anjali Singhai Jain · 8 years ago
  75. dd35310 i40e: Add a SW workaround for lost interrupts by Anjali Singhai Jain · 8 years ago
  76. f734dff i40e: trivial: cleanup use of pf->hw by Jesse Brandeburg · 8 years ago
  77. 00e5ec4 i40evf: support packet split receive by Mitch Williams · 8 years ago
  78. cb5c260 i40e: drop unused debugfs file "dump" by Jesse Brandeburg · 8 years ago
  79. d6b3bca i40e: get rid of magic number by Mitch Williams · 8 years ago
  80. 5270c4d Merge branch 'vxlan-cleanups' by David S. Miller · 8 years ago
  81. b9167b2 vxlan: treat vni in metadata based tunnels consistently by Jiri Benc · 8 years ago
  82. 288b01c vxlan: clean up rx error path by Jiri Benc · 8 years ago
  83. f14eceb vxlan: clean up extension handling on rx by Jiri Benc · 8 years ago
  84. 3288af0 vxlan: move GBP header parsing to a separate function by Jiri Benc · 8 years ago
  85. be5cfea vxlan: simplify vxlan_remcsum by Jiri Benc · 8 years ago
  86. 54bfd87 vxlan: keep flags and vni in network byte order by Jiri Benc · 8 years ago
  87. d4ac05f vxlan: introduce vxlan_hdr by Jiri Benc · 8 years ago
  88. d8ef034 Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 8 years ago
  89. 2bc6b4f Merge branch 'rocker-worlds' by David S. Miller · 8 years ago
  90. fccd84d rocker: return -EOPNOTSUPP for undefined world ops by Jiri Pirko · 8 years ago
  91. 3fbcdbf rocker: move OF-DPA stuff into separate file by Jiri Pirko · 8 years ago
  92. 53901cc rocker: call rocker_cmd_exec function with "nowait" boolean instead of flags by Jiri Pirko · 8 years ago
  93. ae3907e rocker: remove trans parameter to rocker_cmd_exec function by Jiri Pirko · 8 years ago
  94. ca0a5f2 rocker: pre-allocate wait structures during cmd ring init by Jiri Pirko · 8 years ago
  95. c1fe922 rocker: pass "learning" value as a parameter to rocker_port_set_learning by Jiri Pirko · 8 years ago
  96. e420114 rocker: introduce worlds infrastructure by Jiri Pirko · 8 years ago
  97. 0514c4e rocker: move rocker and rocker_port structs into header by Jiri Pirko · 8 years ago
  98. e1ba3de rocker: implement get settings mode command by Jiri Pirko · 8 years ago
  99. de15219 rocker: push tlv processing into separate files by Jiri Pirko · 8 years ago
  100. 11ce2ba rocker: rename rocker.c to rocker_main.c by Jiri Pirko · 8 years ago