1. fed9ce2 net/mlx5: E-Switch, Add API to create vport rx rules by Or Gerlitz · 8 years ago
  2. c116c6e net/mlx5: E-Switch, Add offloads table by Or Gerlitz · 8 years ago
  3. acbc200 net/mlx5: Introduce offloads steering namespace by Or Gerlitz · 8 years ago
  4. ab22be9 net/mlx5: E-Switch, Add API to create send-to-vport rules by Or Gerlitz · 8 years ago
  5. 3aa3357 net/mlx5: E-Switch, Add miss rule for offloads mode by Or Gerlitz · 8 years ago
  6. 69697b6 net/mlx5: E-Switch, Add support for the sriov offloads mode by Or Gerlitz · 8 years ago
  7. 6ab36e3 net/mlx5: E-Switch, Add operational mode to the SRIOV e-Switch by Or Gerlitz · 8 years ago
  8. 3ea0044 Merge tag 'batadv-next-for-davem-20160701' of git://git.open-mesh.org/linux-merge by David S. Miller · 8 years ago
  9. ca9354a Merge branch 'hns-next' by David S. Miller · 8 years ago
  10. b15dc29 net: hns: get reset registers from DT by Kejian Yan · 8 years ago
  11. 5d2525f net: hns: add media-type property for hns by Kejian Yan · 8 years ago
  12. 2e14b21 net: hns: remove redundant hns_mac_dev_to_enet_if() by Kejian Yan · 8 years ago
  13. 45fc764 net: hns: normalize two different loop by Daode Huang · 8 years ago
  14. 6ba312e net: hns: add a space before "*/" by Daode Huang · 8 years ago
  15. 68fa163 net: hns: delete redundant parenthese by Daode Huang · 8 years ago
  16. 8ec98ba net: hns: change code style from a = a + x to a += x by Daode Huang · 8 years ago
  17. d9fdb4e net: hns: fix code style about hns driver by Daode Huang · 8 years ago
  18. b30d74e MAINTAINERS: add maintainers for hns driver by Daode Huang · 8 years ago
  19. 1364db4 Merge branch 'rds-multipath-datastructures' by David S. Miller · 8 years ago
  20. 11bb62f RDS: Do not send a pong to an incoming ping with 0 src port by Sowmini Varadhan · 8 years ago
  21. 8315011 RDS: TCP: Simplify reconnect to avoid duelling reconnnect attempts by Sowmini Varadhan · 8 years ago
  22. b04e855 RDS: TCP: Hooks to set up a single connection path by Sowmini Varadhan · 8 years ago
  23. 2da43c4 RDS: TCP: make receive path use the rds_conn_path by Sowmini Varadhan · 8 years ago
  24. ea3b1ea RDS: TCP: make ->sk_user_data point to a rds_conn_path by Sowmini Varadhan · 8 years ago
  25. afb4164 RDS: TCP: Refactor connection destruction to handle multiple paths by Sowmini Varadhan · 8 years ago
  26. 02105b2 RDS: TCP: Make rds_tcp_connection track the rds_conn_path by Sowmini Varadhan · 8 years ago
  27. 26e4e6b RDS: TCP: Remove dead logic around c_passive in rds-tcp by Sowmini Varadhan · 8 years ago
  28. 226f7a7 RDS: Rework path specific indirections by Sowmini Varadhan · 8 years ago
  29. dc9a200 Merge branch 'bpf-cgroup2' by David S. Miller · 8 years ago
  30. a3f7461 cgroup: bpf: Add an example to do cgroup checking in BPF by Martin KaFai Lau · 8 years ago
  31. 4a482f3 cgroup: bpf: Add bpf_skb_in_cgroup_proto by Martin KaFai Lau · 8 years ago
  32. 4ed8ec5 cgroup: bpf: Add BPF_MAP_TYPE_CGROUP_ARRAY by Martin KaFai Lau · 8 years ago
  33. 1f3fe7e cgroup: Add cgroup_get_from_fd by Martin KaFai Lau · 8 years ago
  34. 6bd3847 Merge branch 'bpf-robustify' by David S. Miller · 8 years ago
  35. 113214b bpf: refactor bpf_prog_get and type check into helper by Daniel Borkmann · 8 years ago
  36. 1aacde3 bpf: generally move prog destruction to RCU deferral by Daniel Borkmann · 8 years ago
  37. 466fc79 atm: horizon: Use setup_timer by Amitoj Kaur Chawla · 8 years ago
  38. e3cc6e3 Merge branch 'qed-next' by David S. Miller · 8 years ago
  39. 831a8e6 qede: Bump up driver version to 8.10.1.20 by Manish Chopra · 8 years ago
  40. 3d78999 qede: Add get/set rx copy break tunable support by Manish Chopra · 8 years ago
  41. 312e067 qede: Utilize xmit_more by Manish Chopra · 8 years ago
  42. c774169 qede: qede_poll refactoring by Manish Chopra · 8 years ago
  43. c72a612 qede: Add support for handling IP fragmented packets. by Manish Chopra · 8 years ago
  44. beb528d Merge branch 'tun-skb_array' by David S. Miller · 8 years ago
  45. 1576d98 tun: switch to use skb array for tx by Jason Wang · 8 years ago
  46. 08294a2 net: introduce NETDEV_CHANGE_TX_QUEUE_LEN by Jason Wang · 8 years ago
  47. bf900b3 skb_array: add wrappers for resizing by Jason Wang · 8 years ago
  48. 59e6ae5 ptr_ring: support resizing multiple queues by Michael S. Tsirkin · 8 years ago
  49. fd68ade skb_array: minor tweak by Jason Wang · 8 years ago
  50. 982fb49 ptr_ring: support zero length ring by Jason Wang · 8 years ago
  51. 8dc7243 Merge branch 'sch_hfsc-fixes-cleanups' by David S. Miller · 8 years ago
  52. 33ef84a net/sched/sch_hfsc.c: anchor virtual curve at proper vt in hfsc_change_fsc() by Michal Soltys · 8 years ago
  53. ab12cb4 net/sched/sch_hfsc.c: go passive after vt update by Michal Soltys · 8 years ago
  54. 2354f05 net/sched/sch_hfsc.c: remove leftover dlist and droplist by Michal Soltys · 8 years ago
  55. d1d0fc5 net/sched/sch_hfsc.c: add unlikely() in qdisc_peek_len() by Michal Soltys · 8 years ago
  56. 12d0ad3 net/sched/sch_hfsc.c: handle corner cases where head may change invalidating calculated deadline by Michal Soltys · 8 years ago
  57. 19689e3 tcp: md5: use kmalloc() backed scratch areas by Eric Dumazet · 8 years ago
  58. 435c556 Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 8 years ago
  59. c435e6e Merge branch 'nfp-next' by David S. Miller · 8 years ago
  60. 2370def nfp: implement ethtool .get_link() callback by Jakub Kicinski · 8 years ago
  61. f642963 nfp: remove unused parameter from nfp_net_write_mac_addr() by Jakub Kicinski · 8 years ago
  62. 796312c nfp: correct name of control BAR define by Jakub Kicinski · 8 years ago
  63. 6fde0e6 be2net: signedness bug in be_msix_enable() by Dan Carpenter · 8 years ago
  64. 9b9a553 net: netcp: Fix a typo in keystone-netcp.txt by Masanari Iida · 8 years ago
  65. 833ba3d Merge branch 'mediatek-next' by David S. Miller · 8 years ago
  66. 8067302 net-next: mediatek: add support for IRQ grouping by John Crispin · 8 years ago
  67. 7bc9cce net-next: mediatek: add IRQ locking by John Crispin · 8 years ago
  68. eece71e net-next: mediatek: don't use intermediate variables to store IRQ masks by John Crispin · 8 years ago
  69. 6e6edd8 net-next: mediatek: remove superfluous register reads by John Crispin · 8 years ago
  70. 153380e fib_rules: Added NLM_F_EXCL support to fib_nl_newrule by Mateusz Bajorski · 8 years ago
  71. 2631b79 tcp: increase size at which tcp_bound_to_half_wnd bounds to > TCP_MSS_DEFAULT by Seymour, Shane M · 8 years ago
  72. b1ed4c4 tcp: add an ability to dump and restore window parameters by Andrey Vagin · 8 years ago
  73. 641f7e4 Merge branch 'bridge-igmp-stats' by David S. Miller · 8 years ago
  74. 1080ab9 net: bridge: add support for IGMP/MLD stats and export them via netlink by Nikolay Aleksandrov · 8 years ago
  75. 80e73cc net: rtnetlink: add support for the IFLA_STATS_LINK_XSTATS_SLAVE attribute by Nikolay Aleksandrov · 8 years ago
  76. 545c321 Merge branch 'bpf-helper-improvements' by David S. Miller · 8 years ago
  77. d2485c4 bpf: add bpf_skb_change_type helper by Daniel Borkmann · 8 years ago
  78. 6578171 bpf: add bpf_skb_change_proto helper by Daniel Borkmann · 8 years ago
  79. 80b48c4 bpf: don't use raw processor id in generic helper by Daniel Borkmann · 8 years ago
  80. 6816a7f bpf, trace: add BPF_F_CURRENT_CPU flag for bpf_perf_event_read by Daniel Borkmann · 8 years ago
  81. d793133 bpf, trace: fetch current cpu only once by Daniel Borkmann · 8 years ago
  82. 1ca1cc9 bpf: minor cleanups on fd maps and helpers by Daniel Borkmann · 8 years ago
  83. ee58b57 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  84. 4e3e823 batman-adv: Add debugfs table for mcast flags by Linus Lüssing · 8 years ago
  85. 72f7b2d batman-adv: Adding logging of mcast flag changes by Linus Lüssing · 8 years ago
  86. 687937a batman-adv: Add multicast optimization support for bridged setups by Linus Lüssing · 8 years ago
  87. bd2a979 batman-adv: Always flood IGMP/MLD reports by Linus Lüssing · 8 years ago
  88. c0f25c8 batman-adv: Include frame priority in fragment header by Andrew Lunn · 8 years ago
  89. 1914848 batman-adv: Set skb priority in fragments by Andrew Lunn · 8 years ago
  90. 7db682d batman-adv: init ELP tweaking options only once by Marek Lindner · 8 years ago
  91. 3a24a63 batman-adv: move GW mode and selection class to private data structure by Antonio Quartulli · 8 years ago
  92. c149ca7 batman-adv: remove useless inline attribute for sysfs helper function by Antonio Quartulli · 8 years ago
  93. f0d9725 batman-adv: remove ogm_emit and ogm_schedule API calls by Antonio Quartulli · 8 years ago
  94. d9f1798 batman-adv: remove unused callback from batadv_algo_ops struct by Marek Lindner · 8 years ago
  95. 6f0a6b5 batman-adv: refactor batadv_neigh_node_* functions to follow common style by Marek Lindner · 8 years ago
  96. 21c02be batman-adv: update elp interval documentation by Marek Lindner · 8 years ago
  97. 29cac32 batman-adv: document sysfs files in alphabetical order by Marek Lindner · 8 years ago
  98. 118dc95 batman-adv: remove unused vid local variable in tt seq print by Simon Wunderlich · 8 years ago
  99. 92d2b1a batman-adv: statically print gateway table header by Antonio Quartulli · 8 years ago
  100. 7bed2ab batman-adv: Start new development cycle by Simon Wunderlich · 8 years ago