1. 08141e0 bnxt_en: Request firmware reset after successful firwmare update by Rob Swindell · 8 years ago
  2. a4c3634 bnxt_en: Add support for updating flash more securely by Rob Swindell · 8 years ago
  3. 2a5bedf bnxt_en: Do function reset on the 1st PF open only. by Michael Chan · 8 years ago
  4. a58a3e6 bnxt_en: Update firmware spec. to 1.3.0. by Michael Chan · 8 years ago
  5. 75362a3 bnxt_en: VF/NPAR should return -EOPNOTSUPP for unsupported ethtool ops. by Michael Chan · 8 years ago
  6. efb15c3 net: ethernet: davinci_emac: use phy_ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  7. c332177 net: ethernet: davinci_emac: use phydev from struct net_device by Philippe Reynes · 8 years ago
  8. 513334e Merge branch 'mlx5-next' by David S. Miller · 8 years ago
  9. cb67b83 net/mlx5e: Introduce SRIOV VF representors by Hadar Hen Zion · 8 years ago
  10. 127ea38 net/mlx5: Add Representors registration API by Hadar Hen Zion · 8 years ago
  11. 6bfd390 net/mlx5e: Add support for multiple profiles by Hadar Hen Zion · 8 years ago
  12. 398f335 net/mlx5e: Mark enabled RQTs instances explicitly by Hadar Hen Zion · 8 years ago
  13. 724b2aa net/mlx5e: TIRs management refactoring by Hadar Hen Zion · 8 years ago
  14. b50d292 net/mlx5e: Create NIC global resources only once by Hadar Hen Zion · 8 years ago
  15. c930a3a net/mlx5e: Add devlink based SRIOV mode changes by Or Gerlitz · 8 years ago
  16. feae908 net/mlx5: Add devlink interface by Or Gerlitz · 8 years ago
  17. 08f4b59 net/devlink: Add E-Switch mode control by Or Gerlitz · 8 years ago
  18. fed9ce2 net/mlx5: E-Switch, Add API to create vport rx rules by Or Gerlitz · 8 years ago
  19. c116c6e net/mlx5: E-Switch, Add offloads table by Or Gerlitz · 8 years ago
  20. acbc200 net/mlx5: Introduce offloads steering namespace by Or Gerlitz · 8 years ago
  21. ab22be9 net/mlx5: E-Switch, Add API to create send-to-vport rules by Or Gerlitz · 8 years ago
  22. 3aa3357 net/mlx5: E-Switch, Add miss rule for offloads mode by Or Gerlitz · 8 years ago
  23. 69697b6 net/mlx5: E-Switch, Add support for the sriov offloads mode by Or Gerlitz · 8 years ago
  24. 6ab36e3 net/mlx5: E-Switch, Add operational mode to the SRIOV e-Switch by Or Gerlitz · 8 years ago
  25. 3ea0044 Merge tag 'batadv-next-for-davem-20160701' of git://git.open-mesh.org/linux-merge by David S. Miller · 8 years ago
  26. ca9354a Merge branch 'hns-next' by David S. Miller · 8 years ago
  27. b15dc29 net: hns: get reset registers from DT by Kejian Yan · 8 years ago
  28. 5d2525f net: hns: add media-type property for hns by Kejian Yan · 8 years ago
  29. 2e14b21 net: hns: remove redundant hns_mac_dev_to_enet_if() by Kejian Yan · 8 years ago
  30. 45fc764 net: hns: normalize two different loop by Daode Huang · 8 years ago
  31. 6ba312e net: hns: add a space before "*/" by Daode Huang · 8 years ago
  32. 68fa163 net: hns: delete redundant parenthese by Daode Huang · 8 years ago
  33. 8ec98ba net: hns: change code style from a = a + x to a += x by Daode Huang · 8 years ago
  34. d9fdb4e net: hns: fix code style about hns driver by Daode Huang · 8 years ago
  35. b30d74e MAINTAINERS: add maintainers for hns driver by Daode Huang · 8 years ago
  36. 1364db4 Merge branch 'rds-multipath-datastructures' by David S. Miller · 8 years ago
  37. 11bb62f RDS: Do not send a pong to an incoming ping with 0 src port by Sowmini Varadhan · 8 years ago
  38. 8315011 RDS: TCP: Simplify reconnect to avoid duelling reconnnect attempts by Sowmini Varadhan · 8 years ago
  39. b04e855 RDS: TCP: Hooks to set up a single connection path by Sowmini Varadhan · 8 years ago
  40. 2da43c4 RDS: TCP: make receive path use the rds_conn_path by Sowmini Varadhan · 8 years ago
  41. ea3b1ea RDS: TCP: make ->sk_user_data point to a rds_conn_path by Sowmini Varadhan · 8 years ago
  42. afb4164 RDS: TCP: Refactor connection destruction to handle multiple paths by Sowmini Varadhan · 8 years ago
  43. 02105b2 RDS: TCP: Make rds_tcp_connection track the rds_conn_path by Sowmini Varadhan · 8 years ago
  44. 26e4e6b RDS: TCP: Remove dead logic around c_passive in rds-tcp by Sowmini Varadhan · 8 years ago
  45. 226f7a7 RDS: Rework path specific indirections by Sowmini Varadhan · 8 years ago
  46. dc9a200 Merge branch 'bpf-cgroup2' by David S. Miller · 8 years ago
  47. a3f7461 cgroup: bpf: Add an example to do cgroup checking in BPF by Martin KaFai Lau · 8 years ago
  48. 4a482f3 cgroup: bpf: Add bpf_skb_in_cgroup_proto by Martin KaFai Lau · 8 years ago
  49. 4ed8ec5 cgroup: bpf: Add BPF_MAP_TYPE_CGROUP_ARRAY by Martin KaFai Lau · 8 years ago
  50. 1f3fe7e cgroup: Add cgroup_get_from_fd by Martin KaFai Lau · 8 years ago
  51. 6bd3847 Merge branch 'bpf-robustify' by David S. Miller · 8 years ago
  52. 113214b bpf: refactor bpf_prog_get and type check into helper by Daniel Borkmann · 8 years ago
  53. 1aacde3 bpf: generally move prog destruction to RCU deferral by Daniel Borkmann · 8 years ago
  54. 466fc79 atm: horizon: Use setup_timer by Amitoj Kaur Chawla · 8 years ago
  55. e3cc6e3 Merge branch 'qed-next' by David S. Miller · 8 years ago
  56. 831a8e6 qede: Bump up driver version to 8.10.1.20 by Manish Chopra · 8 years ago
  57. 3d78999 qede: Add get/set rx copy break tunable support by Manish Chopra · 8 years ago
  58. 312e067 qede: Utilize xmit_more by Manish Chopra · 8 years ago
  59. c774169 qede: qede_poll refactoring by Manish Chopra · 8 years ago
  60. c72a612 qede: Add support for handling IP fragmented packets. by Manish Chopra · 8 years ago
  61. beb528d Merge branch 'tun-skb_array' by David S. Miller · 8 years ago
  62. 1576d98 tun: switch to use skb array for tx by Jason Wang · 8 years ago
  63. 08294a2 net: introduce NETDEV_CHANGE_TX_QUEUE_LEN by Jason Wang · 8 years ago
  64. bf900b3 skb_array: add wrappers for resizing by Jason Wang · 8 years ago
  65. 59e6ae5 ptr_ring: support resizing multiple queues by Michael S. Tsirkin · 8 years ago
  66. fd68ade skb_array: minor tweak by Jason Wang · 8 years ago
  67. 982fb49 ptr_ring: support zero length ring by Jason Wang · 8 years ago
  68. 8dc7243 Merge branch 'sch_hfsc-fixes-cleanups' by David S. Miller · 8 years ago
  69. 33ef84a net/sched/sch_hfsc.c: anchor virtual curve at proper vt in hfsc_change_fsc() by Michal Soltys · 8 years ago
  70. ab12cb4 net/sched/sch_hfsc.c: go passive after vt update by Michal Soltys · 8 years ago
  71. 2354f05 net/sched/sch_hfsc.c: remove leftover dlist and droplist by Michal Soltys · 8 years ago
  72. d1d0fc5 net/sched/sch_hfsc.c: add unlikely() in qdisc_peek_len() by Michal Soltys · 8 years ago
  73. 12d0ad3 net/sched/sch_hfsc.c: handle corner cases where head may change invalidating calculated deadline by Michal Soltys · 8 years ago
  74. 19689e3 tcp: md5: use kmalloc() backed scratch areas by Eric Dumazet · 8 years ago
  75. 435c556 Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 8 years ago
  76. c435e6e Merge branch 'nfp-next' by David S. Miller · 8 years ago
  77. 2370def nfp: implement ethtool .get_link() callback by Jakub Kicinski · 8 years ago
  78. f642963 nfp: remove unused parameter from nfp_net_write_mac_addr() by Jakub Kicinski · 8 years ago
  79. 796312c nfp: correct name of control BAR define by Jakub Kicinski · 8 years ago
  80. 6fde0e6 be2net: signedness bug in be_msix_enable() by Dan Carpenter · 8 years ago
  81. 9b9a553 net: netcp: Fix a typo in keystone-netcp.txt by Masanari Iida · 8 years ago
  82. 833ba3d Merge branch 'mediatek-next' by David S. Miller · 8 years ago
  83. 8067302 net-next: mediatek: add support for IRQ grouping by John Crispin · 8 years ago
  84. 7bc9cce net-next: mediatek: add IRQ locking by John Crispin · 8 years ago
  85. eece71e net-next: mediatek: don't use intermediate variables to store IRQ masks by John Crispin · 8 years ago
  86. 6e6edd8 net-next: mediatek: remove superfluous register reads by John Crispin · 8 years ago
  87. 153380e fib_rules: Added NLM_F_EXCL support to fib_nl_newrule by Mateusz Bajorski · 8 years ago
  88. 2631b79 tcp: increase size at which tcp_bound_to_half_wnd bounds to > TCP_MSS_DEFAULT by Seymour, Shane M · 8 years ago
  89. b1ed4c4 tcp: add an ability to dump and restore window parameters by Andrey Vagin · 8 years ago
  90. 641f7e4 Merge branch 'bridge-igmp-stats' by David S. Miller · 8 years ago
  91. 1080ab9 net: bridge: add support for IGMP/MLD stats and export them via netlink by Nikolay Aleksandrov · 8 years ago
  92. 80e73cc net: rtnetlink: add support for the IFLA_STATS_LINK_XSTATS_SLAVE attribute by Nikolay Aleksandrov · 8 years ago
  93. 545c321 Merge branch 'bpf-helper-improvements' by David S. Miller · 8 years ago
  94. d2485c4 bpf: add bpf_skb_change_type helper by Daniel Borkmann · 8 years ago
  95. 6578171 bpf: add bpf_skb_change_proto helper by Daniel Borkmann · 8 years ago
  96. 80b48c4 bpf: don't use raw processor id in generic helper by Daniel Borkmann · 8 years ago
  97. 6816a7f bpf, trace: add BPF_F_CURRENT_CPU flag for bpf_perf_event_read by Daniel Borkmann · 8 years ago
  98. d793133 bpf, trace: fetch current cpu only once by Daniel Borkmann · 8 years ago
  99. 1ca1cc9 bpf: minor cleanups on fd maps and helpers by Daniel Borkmann · 8 years ago
  100. ee58b57 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago