1. b93cfb9 net: icmp6: do not select saddr from iif when route has prefsrc set by Tim Stallard · 4 years, 10 months ago
  2. c2c1128 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 4 years, 10 months ago
  3. 04de788 Merge tag 'nfs-for-5.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 4 years, 10 months ago
  4. 479a72c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 10 months ago
  5. ef516e8 netfilter: nf_tables: reintroduce the NFT_SET_CONCAT flag by Pablo Neira Ayuso · 4 years, 10 months ago
  6. d9583cd netfilter: nf_tables: report EOPNOTSUPP on unsupported flags/object type by Pablo Neira Ayuso · 4 years, 10 months ago
  7. a7f9a6f ipv6: rpl: fix loop iteration by Alexander Aring · 4 years, 10 months ago
  8. e14679b Merge tag '9p-for-5.7' of git://github.com/martinetd/linux by Linus Torvalds · 4 years, 10 months ago
  9. b135fc0 netfilter: ipset: Pass lockdep expression to RCU lists by Amol Grover · 5 years ago
  10. 7fb6f78 netfilter: nf_tables: do not leave dangling pointer in nf_tables_set_alloc_name by Eric Dumazet · 4 years, 10 months ago
  11. bc9fe61 netfilter: xt_IDLETIMER: target v1 - match Android layout by Maciej Żenczykowski · 4 years, 10 months ago
  12. a26c1e4 netfilter: nf_tables: do not update stateful expressions if lookup is inverted by Pablo Neira Ayuso · 4 years, 10 months ago
  13. 72239f2 netfilter: nft_set_rbtree: Drop spurious condition for overlap detection on insertion by Stefano Brivio · 4 years, 10 months ago
  14. 1fab7dc SUNRPC: Don't start a timer on an already queued rpc task by Trond Myklebust · 4 years, 10 months ago
  15. 4c205c8 Merge tag 'keys-fixes-20200329' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 4 years, 10 months ago
  16. b3d8e42 Merge tag 'nfsd-5.7' of git://git.linux-nfs.org/projects/cel/cel-2.6 by Linus Torvalds · 4 years, 10 months ago
  17. c85adce mptcp: add some missing pr_fmt defines by Geliang Tang · 4 years, 10 months ago
  18. a8eab6d net_sched: fix a missing refcnt in tcindex_init() by Cong Wang · 4 years, 10 months ago
  19. ff2ae60 Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx by Linus Torvalds · 4 years, 10 months ago
  20. 19e16d2 neigh: support smaller retrans_time settting by Hangbin Liu · 4 years, 10 months ago
  21. 6494842 net: openvswitch: use hlist_for_each_entry_rcu instead of hlist_for_each_entry by Tonghao Zhang · 4 years, 10 months ago
  22. c427bfe net: core: enable SO_BINDTODEVICE for non-root users by Vincent Bernat · 4 years, 10 months ago
  23. 564cf2f mptcp: fix "fn parameter not described" warnings by Matthieu Baerts · 4 years, 10 months ago
  24. de06f57 mptcp: re-check dsn before reading from subflow by Florian Westphal · 4 years, 10 months ago
  25. 59832e2 mptcp: subflow: check parent mptcp socket on subflow state change by Florian Westphal · 4 years, 10 months ago
  26. 0b4f33d mptcp: fix tcp fallback crash by Florian Westphal · 4 years, 10 months ago
  27. d16fa75 net: ipv6: rpl_iptunnel: remove redundant assignments to variable err by Colin Ian King · 4 years, 10 months ago
  28. bf88dc3 net: dsa: dsa_bridge_mtu_normalization() can be static by kbuild test robot · 4 years, 10 months ago
  29. 744fdc82 ipv6: don't auto-add link-local address to lag ports by Jarod Wilson · 4 years, 10 months ago
  30. 304e024 net_sched: add a temporary refcnt for struct tcindex_data by Cong Wang · 4 years, 10 months ago
  31. 29d9f30 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 10 months ago
  32. 7f80ccf net: ipv6: rpl_iptunnel: Fix potential memory leak in rpl_do_srh_inline by Gustavo A. R. Silva · 4 years, 10 months ago
  33. 765bda9 net: dsa: fix oops while probing Marvell DSA switches by Russell King · 4 years, 10 months ago
  34. 41c55ea net/bpfilter: remove superfluous testing message by Bruno Meneguele · 4 years, 10 months ago
  35. 5a470b1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 10 months ago
  36. ed52f2c Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 10 months ago
  37. d9679cd Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 4 years, 10 months ago
  38. c064875 devlink: Allow setting of packet trap group parameters by Ido Schimmel · 4 years, 10 months ago
  39. f9f5439 devlink: Add packet trap group parameters support by Ido Schimmel · 4 years, 10 months ago
  40. 1e8c661 devlink: Add packet trap policers support by Ido Schimmel · 4 years, 10 months ago
  41. 7ae215d bpf: Don't refcount LISTEN sockets in sk_assign() by Joe Stringer · 4 years, 10 months ago
  42. 71489e2 net: Track socket refcounts in skb_steal_sock() by Joe Stringer · 4 years, 10 months ago
  43. cf7fbe6 bpf: Add socket assign support by Joe Stringer · 4 years, 10 months ago
  44. 481ed29 Merge tag 'docs-5.7' of git://git.lwn.net/linux by Linus Torvalds · 4 years, 10 months ago
  45. e59cd88 Merge tag 'for-5.7/io_uring-2020-03-29' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 10 months ago
  46. e19680f ipvs: fix uninitialized variable warning by Haishuang Yan · 4 years, 10 months ago
  47. 2e34328 netfilter: nft_exthdr: fix endianness of tcp option cast by Sergey Marinkevich · 4 years, 10 months ago
  48. 033c6f3 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 4 years, 10 months ago
  49. 3429717 net: dsa: add port policers by Vladimir Oltean · 4 years, 10 months ago
  50. e13c207 net: dsa: refactor matchall mirred action to separate function by Vladimir Oltean · 4 years, 10 months ago
  51. 48bb52c devlink: Add auto dump flag to health reporter by Eran Ben Elisha · 4 years, 10 months ago
  52. ba7d16c devlink: Implicitly set auto recover flag when registering health reporter by Eran Ben Elisha · 4 years, 10 months ago
  53. 054eae8 net: devlink: use NL_SET_ERR_MSG_MOD instead of NL_SET_ERR_MSG by Jiri Pirko · 4 years, 10 months ago
  54. 93a129e net: sched: expose HW stats types per action used by drivers by Jiri Pirko · 4 years, 10 months ago
  55. 8953b07 net: introduce nla_put_bitfield32() helper and use it by Jiri Pirko · 4 years, 10 months ago
  56. acc086b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 4 years, 10 months ago
  57. ee91a83 net: dsa: Simplify 'dsa_tag_protocol_to_str()' by Christophe JAILLET · 4 years, 10 months ago
  58. cf673ed net: fix fraglist segmentation reference count leak by Florian Westphal · 4 years, 10 months ago
  59. bde1b56 udp: initialize is_flist with 0 in udp_gro_receive by Xin Long · 4 years, 10 months ago
  60. 5b071c5 ethtool: provide timestamping information with TSINFO_GET request by Michal Kubecek · 4 years, 10 months ago
  61. f76510b ethtool: add timestamping related string sets by Michal Kubecek · 4 years, 10 months ago
  62. 6c5bc8f ethtool: add EEE_NTF notification by Michal Kubecek · 4 years, 10 months ago
  63. fd77be7 ethtool: set EEE settings with EEE_SET request by Michal Kubecek · 4 years, 10 months ago
  64. b7eeefe ethtool: provide EEE settings with EEE_GET request by Michal Kubecek · 4 years, 10 months ago
  65. bf37faa ethtool: add PAUSE_NTF notification by Michal Kubecek · 4 years, 10 months ago
  66. 3ab8799 ethtool: set pause parameters with PAUSE_SET request by Michal Kubecek · 4 years, 10 months ago
  67. 7f59fb3 ethtool: provide pause parameters with PAUSE_GET request by Michal Kubecek · 4 years, 10 months ago
  68. 0cf3eac ethtool: add COALESCE_NTF notification by Michal Kubecek · 4 years, 10 months ago
  69. 9881418 ethtool: set coalescing parameters with COALESCE_SET request by Michal Kubecek · 4 years, 10 months ago
  70. 2172754 ethtool: provide coalescing parameters with COALESCE_GET request by Michal Kubecek · 4 years, 10 months ago
  71. b51fb77 ethtool: fix reference leak in ethnl_set_privflags() by Michal Kubecek · 4 years, 10 months ago
  72. a7a29f9 net: ipv6: add rpl sr tunnel by Alexander Aring · 4 years, 10 months ago
  73. faee676 net: add net available in build_state by Alexander Aring · 4 years, 10 months ago
  74. 8610c7c net: ipv6: add support for rpl sr exthdr by Alexander Aring · 4 years, 10 months ago
  75. f37c605 addrconf: add functionality to check on rpl requirements by Alexander Aring · 4 years, 10 months ago
  76. 25629fd net, ip_tunnel: fix interface lookup with no key by William Dauchy · 4 years, 10 months ago
  77. 01cacb0 mptcp: add netlink-based PM by Paolo Abeni · 4 years, 10 months ago
  78. fc51895 mptcp: add and use MIB counter infrastructure by Florian Westphal · 4 years, 10 months ago
  79. 5147dfb mptcp: allow dumping subflow context to userspace by Davide Caratti · 4 years, 10 months ago
  80. 3b1d621 mptcp: implement and use MPTCP-level retransmission by Paolo Abeni · 4 years, 10 months ago
  81. 3f8e0aa mptcp: rework mptcp_sendmsg_frag to accept optional dfrag by Paolo Abeni · 4 years, 10 months ago
  82. 7948f6c mptcp: allow partial cleaning of rtx head dfrag by Florian Westphal · 4 years, 10 months ago
  83. d027236 mptcp: implement memory accounting for mptcp rtx queue by Paolo Abeni · 4 years, 10 months ago
  84. b51f9b8 mptcp: introduce MPTCP retransmission timer by Paolo Abeni · 4 years, 10 months ago
  85. 18b683b mptcp: queue data for mptcp level retransmission by Paolo Abeni · 4 years, 10 months ago
  86. cc9d256 mptcp: update per unacked sequence on pkt reception by Paolo Abeni · 4 years, 10 months ago
  87. 926bdea mptcp: Implement path manager interface commands by Peter Krystad · 4 years, 10 months ago
  88. ec3edaa mptcp: Add handling of outgoing MP_JOIN requests by Peter Krystad · 4 years, 10 months ago
  89. f296234 mptcp: Add handling of incoming MP_JOIN requests by Peter Krystad · 4 years, 10 months ago
  90. 1b1c7a0 mptcp: Add path manager interface by Peter Krystad · 4 years, 10 months ago
  91. 3df523a mptcp: Add ADD_ADDR handling by Peter Krystad · 4 years, 10 months ago
  92. 582eea2 sctp: fix possibly using a bad saddr with a given dst by Marcelo Ricardo Leitner · 4 years, 10 months ago
  93. 5c3e82f sctp: fix refcount bug in sctp_wfree by Qiujun Huang · 4 years, 10 months ago
  94. a08e7fd net: Fix typo of SKB_SGO_CB_OFFSET by Cambda Zhu · 4 years, 10 months ago
  95. fbe4e0c ipv4: fix a RCU-list lock in fib_triestat_seq_show by Qian Cai · 4 years, 10 months ago
  96. 798dda8 net: page pool: allow to pass zero flags to page_pool_init() by Denis Kirjanov · 4 years, 10 months ago
  97. be8c827 mac80211: fix authentication with iwlwifi/mvm by Johannes Berg · 4 years, 10 months ago
  98. f0b5989 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 4 years, 10 months ago
  99. ef803b3 netfilter: flowtable: add counter support in HW offload by wenxu · 4 years, 10 months ago
  100. 9312eaba netfilter: conntrack: add nf_ct_acct_add() by wenxu · 4 years, 10 months ago