1. 7f290c9 iptunnel: scrub packet in iptunnel_pull_header by Jiri Benc · 9 years ago
  2. c9e78ef vxlan: move vxlan device lookup before iptunnel_pull_header by Jiri Benc · 9 years ago
  3. 9fc4754 geneve: move geneve device lookup before iptunnel_pull_header by Jiri Benc · 9 years ago
  4. 1e9f12e geneve: implement geneve_get_sk_family helper by Jiri Benc · 9 years ago
  5. 7c25b16 net: bridge: log port STP state on change by Vivien Didelot · 9 years ago
  6. 37a6351 Merge branch 'cxgb4-addr-sync' by David S. Miller · 9 years ago
  7. fe5d270 cxgb4vf: Use __dev_uc_sync/__dev_mc_sync to sync MAC address by Hariprasad Shenai · 9 years ago
  8. fc08a01 cxgb4: Use __dev_uc_sync/__dev_mc_sync to sync MAC address by Hariprasad Shenai · 9 years ago
  9. 07dabf2 vxlan: tun_id is 64bit, not 32bit by Jiri Benc · 9 years ago
  10. f169af2 Merge branch 'netlink-mmap-remove' by David S. Miller · 9 years ago
  11. c5b0db3 nfnetlink: Revert "nfnetlink: add support for memory mapped netlink" by Florian Westphal · 9 years ago
  12. 905f0a7 nfnetlink: remove nfnetlink_alloc_skb by Florian Westphal · 9 years ago
  13. 263ea09 Revert "genl: Add genlmsg_new_unicast() for unicast message allocation" by Florian Westphal · 9 years ago
  14. 551ddc0 openvswitch: Revert: "Enable memory mapped Netlink i/o" by Florian Westphal · 9 years ago
  15. d1b4c68 netlink: remove mmapped netlink support by Florian Westphal · 9 years ago
  16. 7e6e18f net_sched: Improve readability of filter processing by Jamal Hadi Salim · 9 years ago
  17. 7fbac98 bridge: switchdev: Offload VLAN flags to hardware bridge by Ido Schimmel · 9 years ago
  18. 930b37e net: phy: Add SGMII support for Marvell 88E1510/1512/1514/1518 by Stefan Roese · 9 years ago
  19. 096f626 isdn: divamnt: use y2038-safe ktime_get_ts64() for trace data timestamps by Alison Schofield · 9 years ago
  20. d56fdda Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 9 years ago
  21. fbbef86 net-sysfs: remove unused fmt_long_hex by Colin Ian King · 9 years ago
  22. 8888fd8 i40e/i40evf: Bump i40e to 1.4.15 and i40evf to 1.4.11. by Catherine Sullivan · 9 years ago
  23. 3b12008 i40e: When in promisc mode apply promisc mode to Tx Traffic as well by Anjali Singhai Jain · 9 years ago
  24. 73b03f9 i40e: clean event descriptor before use by Shannon Nelson · 9 years ago
  25. 9b9344f i40evf: set adapter state on reset failure by Mitch Williams · 9 years ago
  26. 6e93d0c i40e: better error reporting for nvmupdate by Shannon Nelson · 9 years ago
  27. 0d79032 i40e: expand comment by Mitch Williams · 9 years ago
  28. a16ae2d i40e: Do not disable queues in the Legacy/MSI Interrupt handler by Anjali Singhai Jain · 9 years ago
  29. 16fd08b i40e/i40evf: avoid atomics by Mitch Williams · 9 years ago
  30. 4147e2c i40e: Removal of code which relies on BASE VEB SEID by Kiran Patil · 9 years ago
  31. 6784ed5 i40e: Fix PROMISC mode for Multi-function per port (MFP) devices by Anjali Singhai Jain · 9 years ago
  32. dd35310 i40e: Add a SW workaround for lost interrupts by Anjali Singhai Jain · 9 years ago
  33. f734dff i40e: trivial: cleanup use of pf->hw by Jesse Brandeburg · 9 years ago
  34. 00e5ec4 i40evf: support packet split receive by Mitch Williams · 9 years ago
  35. cb5c260 i40e: drop unused debugfs file "dump" by Jesse Brandeburg · 9 years ago
  36. d6b3bca i40e: get rid of magic number by Mitch Williams · 9 years ago
  37. 5270c4d Merge branch 'vxlan-cleanups' by David S. Miller · 9 years ago
  38. b9167b2 vxlan: treat vni in metadata based tunnels consistently by Jiri Benc · 9 years ago
  39. 288b01c vxlan: clean up rx error path by Jiri Benc · 9 years ago
  40. f14eceb vxlan: clean up extension handling on rx by Jiri Benc · 9 years ago
  41. 3288af0 vxlan: move GBP header parsing to a separate function by Jiri Benc · 9 years ago
  42. be5cfea vxlan: simplify vxlan_remcsum by Jiri Benc · 9 years ago
  43. 54bfd87 vxlan: keep flags and vni in network byte order by Jiri Benc · 9 years ago
  44. d4ac05f vxlan: introduce vxlan_hdr by Jiri Benc · 9 years ago
  45. d8ef034 Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 9 years ago
  46. 2bc6b4f Merge branch 'rocker-worlds' by David S. Miller · 9 years ago
  47. fccd84d rocker: return -EOPNOTSUPP for undefined world ops by Jiri Pirko · 9 years ago
  48. 3fbcdbf rocker: move OF-DPA stuff into separate file by Jiri Pirko · 9 years ago
  49. 53901cc rocker: call rocker_cmd_exec function with "nowait" boolean instead of flags by Jiri Pirko · 9 years ago
  50. ae3907e rocker: remove trans parameter to rocker_cmd_exec function by Jiri Pirko · 9 years ago
  51. ca0a5f2 rocker: pre-allocate wait structures during cmd ring init by Jiri Pirko · 9 years ago
  52. c1fe922 rocker: pass "learning" value as a parameter to rocker_port_set_learning by Jiri Pirko · 9 years ago
  53. e420114 rocker: introduce worlds infrastructure by Jiri Pirko · 9 years ago
  54. 0514c4e rocker: move rocker and rocker_port structs into header by Jiri Pirko · 9 years ago
  55. e1ba3de rocker: implement get settings mode command by Jiri Pirko · 9 years ago
  56. de15219 rocker: push tlv processing into separate files by Jiri Pirko · 9 years ago
  57. 11ce2ba rocker: rename rocker.c to rocker_main.c by Jiri Pirko · 9 years ago
  58. 0fe685f rocker: rename rocker.h to rocker_hw.h by Jiri Pirko · 9 years ago
  59. b15edf8 rocker: remove unused rocker_port param from alloc funcs and shorten their names by Jiri Pirko · 9 years ago
  60. b1e0b12 Merge branch 'xgene-multiq' by David S. Miller · 9 years ago
  61. 0d2c251 dtb: xgene: Add irqs to support multi queue by Iyappan Subramanian · 9 years ago
  62. 107dec2 drivers: net: xgene: Add support for multiple queues by Iyappan Subramanian · 9 years ago
  63. fc4262d drivers: net: xgene: Add support for RSS by Iyappan Subramanian · 9 years ago
  64. 76f94a9 drivers: net: xgene: Add support for Classifier engine by Iyappan Subramanian · 9 years ago
  65. e4999f2 vlan: change return type of vlan_proc_rem_dev by Zhang Shengju · 9 years ago
  66. e014860 net: pack tc_cls_u32_knode struct slighter better by John Fastabend · 9 years ago
  67. a92265c ixgbe: fix dates on header of ixgbe_model.h by John Fastabend · 9 years ago
  68. fa477f4 ixgbe: use u32 instead of __u32 in model header by John Fastabend · 9 years ago
  69. c24215c i40e/i40evf: Bump version by Jesse Brandeburg · 9 years ago
  70. 4668607 i40e: properly show packet split status in debugfs by Mitch Williams · 9 years ago
  71. 1a36d7f i40e/i40evf: use logical operators, not bitwise by Mitch Williams · 9 years ago
  72. f16704e i40e/i40evf: use pages correctly in Rx by Mitch Williams · 9 years ago
  73. dd1a5df i40e/i40evf: use __GFP_NOWARN by Jesse Brandeburg · 9 years ago
  74. 13cb3e9 i40e: dump descriptor indexes in hex by Jesse Brandeburg · 9 years ago
  75. c2e245a i40e/i40evf: try again after failure by Jesse Brandeburg · 9 years ago
  76. 40d72a5 i40e/i40evf: don't lose interrupts by Jesse Brandeburg · 9 years ago
  77. eaab59e i40evf: Change vf driver string to reflect all products i40evf supports by Catherine Sullivan · 9 years ago
  78. ecc6a23 i40e: Refactor force_wb and WB_ON_ITR functionality code by Anjali Singhai Jain · 9 years ago
  79. 66fc360 i40e: use new add_veb calling with VEB stats control by Shannon Nelson · 9 years ago
  80. 8a187f4 i40e: add VEB stat control and remove L2 cloud filter by Shannon Nelson · 9 years ago
  81. 67be6eb i40e: set shared bit for multicast filters by Shannon Nelson · 9 years ago
  82. f1bbad3 i40e: Make the DCB firmware checks for X710/XL710 only by Neerav Parikh · 9 years ago
  83. 2818ccd i40e: move sync_vsi_filters up in service_task by Jesse Brandeburg · 9 years ago
  84. 36b6f2c Merge branch 'inet_lro-remove' by David S. Miller · 9 years ago
  85. 7bbf3ca ipv4: Remove inet_lro library by Ben Hutchings · 9 years ago
  86. 63e5f95 RDMA/nes: Replace LRO with GRO by Ben Hutchings · 9 years ago
  87. a4f9cdb pasemi_mac: Replace LRO with GRO by Ben Hutchings · 9 years ago
  88. 82aaf4f af_llc: fix types on llc_ui_wait_for_conn by One Thousand Gnomes · 9 years ago
  89. fc48b7a qed/qede: use 8.7.3.0 FW. by Yuval Mintz · 9 years ago
  90. 7530e44 Merge branch 'sctp-cleanups' by David S. Miller · 9 years ago
  91. 1cd4d5c sctp: remove the unused sctp_datamsg_free() by Xin Long · 9 years ago
  92. ac1efde sctp: remove rcu_read_lock in sctp_seq_dump_remote_addrs() by Xin Long · 9 years ago
  93. f46c701 sctp: move rcu_read_lock from __sctp_lookup_association to sctp_lookup_association by Xin Long · 9 years ago
  94. bd4508e core: remove unneded headers for net cgroup controllers. by Rosen, Rami · 9 years ago
  95. 42efe66 Merge branch 'renesas-cleanups' by David S. Miller · 9 years ago
  96. 82c1330 sh_eth: kill useless *switch* defaults by Sergei Shtylyov · 9 years ago
  97. bb64b03 ravb: kill useless *switch* defaults by Sergei Shtylyov · 9 years ago
  98. 2069230 Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 9 years ago
  99. 024af15 Merge branch 'amd-xgbe-next' by David S. Miller · 9 years ago
  100. ced3fca amd-xgbe: Mask auto-negotiation interrupts in ISR by Lendacky, Thomas · 9 years ago