1. 42ab19e net: Add extack to upper device linking by David Ahern · 7 years ago
  2. 33eaf2a net: Add extack to ndo_add_slave by David Ahern · 7 years ago
  3. 51d0c047 net: Add extack to netdev_notifier_info by David Ahern · 7 years ago
  4. 6621dd2 dev: advertise the new nsid when the netns iface changes by Nicolas Dichtel · 7 years ago
  5. b295edc Merge branch 'bpf-cgroup-multi-prog' by David S. Miller · 7 years ago
  6. dfc0699 samples/bpf: use bpf_prog_query() interface by Alexei Starovoitov · 7 years ago
  7. 5d0cbf9 libbpf: add support for BPF_PROG_QUERY by Alexei Starovoitov · 7 years ago
  8. defd9c4 libbpf: sync bpf.h by Alexei Starovoitov · 7 years ago
  9. 39323e7 samples/bpf: add multi-prog cgroup test case by Alexei Starovoitov · 7 years ago
  10. 244d20e libbpf: introduce bpf_prog_detach2() by Alexei Starovoitov · 7 years ago
  11. 390ee7e bpf: enforce return code for cgroup-bpf programs by Alexei Starovoitov · 7 years ago
  12. 468e2f6 bpf: introduce BPF_PROG_QUERY command by Alexei Starovoitov · 7 years ago
  13. 324bda9e6 bpf: multi program support for cgroup+bpf by Alexei Starovoitov · 7 years ago
  14. c818fa9 net: cache skb_shinfo() in skb_try_coalesce() by Eric Dumazet · 7 years ago
  15. e9b871e selftests: rtnetlink: try concurrent change of ifalias by Florian Westphal · 7 years ago
  16. 5c45121 rtnetlink: remove __rtnl_af_unregister by Florian Westphal · 7 years ago
  17. e774d96 rtnetlink: remove slave_validate callback by Florian Westphal · 7 years ago
  18. ebf6b13 cxgb4vf: make a couple of functions static by Colin Ian King · 7 years ago
  19. 20e8832 net: core: fix kerneldoc comment by Florian Westphal · 7 years ago
  20. 4d86d38 ravb: RX checksum offload by Simon Horman · 7 years ago
  21. acd669a cxgb4: add new T6 pci device id's by Ganesh Goudar · 7 years ago
  22. 2687330 Merge branch 'sctp-stream-schedulers' by David S. Miller · 7 years ago
  23. ac1ed8b sctp: introduce round robin stream scheduler by Marcelo Ricardo Leitner · 7 years ago
  24. 637784a sctp: introduce priority based stream scheduler by Marcelo Ricardo Leitner · 7 years ago
  25. 0ccdf3c sctp: add sockopt to get/set stream scheduler parameters by Marcelo Ricardo Leitner · 7 years ago
  26. 13aa877 sctp: add sockopt to get/set stream scheduler by Marcelo Ricardo Leitner · 7 years ago
  27. 5bbbbe3 sctp: introduce stream scheduler foundations by Marcelo Ricardo Leitner · 7 years ago
  28. 2fc019f sctp: introduce sctp_chunk_stream_no by Marcelo Ricardo Leitner · 7 years ago
  29. f952be7 sctp: introduce struct sctp_stream_out_ext by Marcelo Ricardo Leitner · 7 years ago
  30. 1fdb8d8 sctp: factor out stream->in allocation by Marcelo Ricardo Leitner · 7 years ago
  31. e090abd sctp: factor out stream->out allocation by Marcelo Ricardo Leitner · 7 years ago
  32. 1ae2eaa sctp: silence warns on sctp_stream_init allocations by Marcelo Ricardo Leitner · 7 years ago
  33. af14827 Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 7 years ago
  34. 6c55700 net: core: decouple ifalias get/set from rtnl lock by Florian Westphal · 7 years ago
  35. 4d2c0cd bonding: speed/duplex update at NETDEV_UP event by Mahesh Bandewar · 7 years ago
  36. b5c7d4e mlxsw: spectrum: Add missing error code on allocation failure by Dan Carpenter · 7 years ago
  37. b508e0b mlxsw: spectrum: Fix check for IS_ERR() instead of NULL by Dan Carpenter · 7 years ago
  38. 360cc34 net: dsa: mt7530: make functions mt7530_phy_write static by Colin Ian King · 7 years ago
  39. 161ae6b net: dsa: lan9303: make functions lan9303_mdio_phy_{read|write} static by Colin Ian King · 7 years ago
  40. da885b6 Merge branch 'mlxsw-mc-route-offload' by David S. Miller · 7 years ago
  41. f60c254 mlxsw: spectrum: mr: Support trap-and-forward routes by Yotam Gigi · 7 years ago
  42. 607fead mlxsw: spectrum: mr_tcam: Add trap-and-forward multicast route by Yotam Gigi · 7 years ago
  43. a0040c8 mlxsw: spectrum: Add trap for multicast trap-and-forward routes by Yotam Gigi · 7 years ago
  44. 2678724 mlxsw: acl: Introduce ACL trap and forward action by Yotam Gigi · 7 years ago
  45. a5bc929 ipv4: ipmr: Don't forward packets already forwarded by hardware by Yotam Gigi · 7 years ago
  46. 5d8b3e6 ipv4: ipmr: Add the parent ID field to VIF struct by Yotam Gigi · 7 years ago
  47. abf4bb6 skbuff: Add the offload_mr_fwd_mark field by Yotam Gigi · 7 years ago
  48. a047fba cxgb4: Update comment for min_mtu by Arjun Vynipadath · 7 years ago
  49. 3e256ac fm10k: fix mis-ordered parameters in declaration for .ndo_set_vf_bw by Jacob Keller · 7 years ago
  50. 87be989 fm10k: prefer %s and __func__ for diagnostic prints by Jacob Keller · 7 years ago
  51. c0ad8ef fm10k: Fix misuse of net_ratelimit() by Joe Perches · 7 years ago
  52. ef57ab7 fm10k: bump version number by Jacob Keller · 7 years ago
  53. 1f5c27e fm10k: use the MAC/VLAN queue for VF<->PF MAC/VLAN requests by Jacob Keller · 7 years ago
  54. fc91736 fm10k: introduce a message queue for MAC/VLAN messages by Jacob Keller · 7 years ago
  55. 8249c47 fm10k: use generic PM hooks instead of legacy PCIe power hooks by Jacob Keller · 7 years ago
  56. b4fcd43 fm10k: use spinlock to implement mailbox lock by Jacob Keller · 7 years ago
  57. 0b40f45 fm10k: prepare_for_reset() when we lose PCIe Link by Jacob Keller · 7 years ago
  58. 4efac6f Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 7 years ago
  59. ab243ec i40e: Stop dropping 802.1ad tags - eth proto 0x88a8 by Scott Peterson · 7 years ago
  60. c53d11f i40e: fix client notify of VF reset by Alan Brady · 7 years ago
  61. 41d0a4d i40e: fix handling of vf_states variable by Alan Brady · 7 years ago
  62. 1b7b759 i40e: make i40evf_map_rings_to_vectors void by Mitch Williams · 7 years ago
  63. 5b36e8d i40evf: Enable VF to request an alternate queue allocation by Alan Brady · 7 years ago
  64. d43d60e i40e: ensure reset occurs when disabling VF by Jacob Keller · 7 years ago
  65. f18d202 i40e: make use of i40e_vc_disable_vf by Jacob Keller · 7 years ago
  66. eeeddbb i40e: drop i40e_pf *pf from i40e_vc_disable_vf() by Jacob Keller · 7 years ago
  67. ba4e003 i40e: don't hold spinlock while resetting VF by Jacob Keller · 7 years ago
  68. 00f6c2f i40e: use admin queue for setting LEDs behavior by Mariusz Stachura · 7 years ago
  69. 9c0e5ca i40e: Add support for 'ethtool -m' by Filip Sadowski · 7 years ago
  70. d60bcc7 i40e: Fix reporting of supported link modes by Filip Sadowski · 7 years ago
  71. 5490234 i40e: Fix a potential NULL pointer dereference by Christophe JAILLET · 7 years ago
  72. 5872866 i40e: remove logically dead code by Lihong Yang · 7 years ago
  73. e50d575 i40e: limit lan queue count in large CPU count machine by Shannon Nelson · 7 years ago
  74. d9601be Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 7 years ago
  75. c4b3630 Merge branch 'Thunderbolt-networking' by David S. Miller · 7 years ago
  76. c024297 MAINTAINERS: Add entry for Thunderbolt network driver by Mika Westerberg · 7 years ago
  77. e69b6c0 net: Add support for networking over Thunderbolt cable by Amir Levy · 7 years ago
  78. 467cd25 MAINTAINERS: Add thunderbolt.h to the Thunderbolt driver entry by Mika Westerberg · 7 years ago
  79. 9a01c7c thunderbolt: Allocate ring HopID automatically if requested by Mika Westerberg · 7 years ago
  80. 3304559 thunderbolt: Add function to retrieve DMA device for the ring by Mika Westerberg · 7 years ago
  81. 4ffe722 thunderbolt: Add polling mode for rings by Mika Westerberg · 7 years ago
  82. 59120e0 thunderbolt: Use spinlock in NHI serialization by Mika Westerberg · 7 years ago
  83. 22b7de1 thunderbolt: Use spinlock in ring serialization by Mika Westerberg · 7 years ago
  84. 2a91ec6 thunderbolt: Move ring descriptor flags to thunderbolt.h by Mika Westerberg · 7 years ago
  85. 3b3d9f4 thunderbolt: Export ring handling functions to modules by Mika Westerberg · 7 years ago
  86. 9fb1e65 thunderbolt: Add support for frame mode by Mika Westerberg · 7 years ago
  87. 8c6bba1 thunderbolt: Configure interrupt throttling for all interrupts by Mika Westerberg · 7 years ago
  88. d1ff702 thunderbolt: Add support for XDomain discovery protocol by Mika Westerberg · 7 years ago
  89. e69b71f thunderbolt: Move tb_switch_phy_port_from_link() to thunderbolt.h by Mika Westerberg · 7 years ago
  90. 9e99b9f thunderbolt: Move thunderbolt domain structure to thunderbolt.h by Mika Westerberg · 7 years ago
  91. eaf8ff3 thunderbolt: Move enum tb_cfg_pkg_type to thunderbolt.h by Mika Westerberg · 7 years ago
  92. cdae7c0 thunderbolt: Add support for XDomain properties by Mika Westerberg · 7 years ago
  93. 8067170 thunderbolt: Remove __packed from ICM message structures by Mika Westerberg · 7 years ago
  94. f2f2efb byteorder: Move {cpu_to_be32, be32_to_cpu}_array() from Thunderbolt to core by Mika Westerberg · 7 years ago
  95. 1dd236f Merge branch 'mlxsw-Fixlets' by David S. Miller · 7 years ago
  96. 85f44a1 mlxsw: spectrum_router: Drop a redundant condition by Petr Machata · 7 years ago
  97. 7ff176f mlxsw: spectrum_router: Fix a typo by Petr Machata · 7 years ago
  98. 6227efc1 selftests: rtnetlink.sh: add vxlan and fou test cases by Florian Westphal · 7 years ago
  99. 08e2091 Merge branch 'flow_dissector-dissect-tunnel-info' by David S. Miller · 7 years ago
  100. a38402b flow_dissector: dissect tunnel info by Simon Horman · 7 years ago