1. f00cbf19 net/sched: use the hardware intermediate representation for matchall by Pieter Jansen van Vuuren · 6 years ago
  2. a7a7be6 net/sched: add sample action to the hardware intermediate representation by Pieter Jansen van Vuuren · 6 years ago
  3. 1ffad6d Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 6 years ago
  4. eabb478 netfilter: xt_hashlimit: use struct_size() helper by Gustavo A. R. Silva · 6 years ago
  5. 19ab5f4 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 6 years ago
  6. 8c3c447 net: use indirect calls helpers at the socket layer by Paolo Abeni · 6 years ago
  7. 97ff7ff net: use indirect calls helpers at early demux stage by Paolo Abeni · 6 years ago
  8. 0e219ae net: use indirect calls helpers for L3 handler hooks by Paolo Abeni · 6 years ago
  9. f5737cb net: use indirect calls helpers for ptype hook by Paolo Abeni · 6 years ago
  10. f80c5da Bluetooth: Ignore CC events not matching the last HCI command by João Paulo Rechi Vita · 6 years ago
  11. fdd1a81 net: atm: clean up a range check by Dan Carpenter · 6 years ago
  12. ca96534 openvswitch: check for null pointer return from nla_nest_start_noflag by Colin Ian King · 6 years ago
  13. a5995e7 ipv4: Move exception bucket to nh_common by David Ahern · 6 years ago
  14. 87063a1f ipv4: Pass fib_nh_common to rt_cache_route by David Ahern · 6 years ago
  15. 0f457a3 ipv4: Move cached routes to fib_nh_common by David Ahern · 6 years ago
  16. a734d1f net: openvswitch: return an error instead of doing BUG_ON() by Eelco Chaudron · 6 years ago
  17. 05d7f54 genetlink: do not validate dump requests if there is no policy by Michal Kubecek · 6 years ago
  18. c0b14a08 tipc: fix missing Name entries due to half-failover by Tuong Lien · 6 years ago
  19. e512fcf net: sched: cls_u32: use struct_size() helper by Gustavo A. R. Silva · 6 years ago
  20. 141b6b2 net: add a generic tracepoint for TX queue timeout by Cong Wang · 6 years ago
  21. ff24e49 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  22. 4dd2b82 udp: fix GRO packet of death by Eric Dumazet · 6 years ago
  23. 886b7a5 ipv6: A few fixes on dereferencing rt->from by Martin KaFai Lau · 6 years ago
  24. f350574 rds: ib: force endiannes annotation by Nicholas Mc Guire · 6 years ago
  25. d2f0c96 ipv4: ip_do_fragment: Preserve skb_iif during fragmentation by Shmulik Ladkani · 6 years ago
  26. c25031e taprio: Add support for cycle-time-extension by Vinicius Costa Gomes · 6 years ago
  27. 6ca6a66 taprio: Add support for setting the cycle-time manually by Vinicius Costa Gomes · 6 years ago
  28. a3d43c0 taprio: Add support adding an admin schedule by Vinicius Costa Gomes · 6 years ago
  29. 8c79f0e taprio: Fix potencial use of invalid memory during dequeue() by Vinicius Costa Gomes · 6 years ago
  30. 98fa627 tcp: refactor setting the initial congestion window by Yuchung Cheng · 6 years ago
  31. 6b94b1c tcp: refactor to consolidate TFO passive open code by Yuchung Cheng · 6 years ago
  32. 794200d tcp: undo cwnd on Fast Open spurious SYNACK retransmit by Yuchung Cheng · 6 years ago
  33. 8c3cfe1 tcp: lower congestion window on Fast Open SYNACK timeout by Yuchung Cheng · 6 years ago
  34. 336c39a tcp: undo init congestion window on false SYNACK timeout by Yuchung Cheng · 6 years ago
  35. 9e450c1 tcp: better SYNACK sent timestamp by Yuchung Cheng · 6 years ago
  36. 7c1f081 tcp: undo initial congestion window on false SYN timeout by Yuchung Cheng · 6 years ago
  37. bc9f38c tcp: avoid unconditional congestion window undo on SYN retransmit by Yuchung Cheng · 6 years ago
  38. 2dcb003 net/tls: avoid NULL pointer deref on nskb->sk in fallback by Jakub Kicinski · 6 years ago
  39. 486efdc packet: validate msg_namelen in send directly by Willem de Bruijn · 6 years ago
  40. b2cf86e packet: in recvmsg msg_name return at least sizeof sockaddr_ll by Willem de Bruijn · 6 years ago
  41. b587bda devlink: Change devlink health locking mechanism by Moshe Shemesh · 6 years ago
  42. fbd0197 sctp: avoid running the sctp state machine recursively by Xin Long · 6 years ago
  43. 0e23387 ipv6: fix races in ip6_dst_destroy() by Eric Dumazet · 6 years ago
  44. 93e86b3 net: dsa: Remove legacy probing support by Andrew Lunn · 6 years ago
  45. 314f76d net: dsa: Add more convenient functions for installing port VLANs by Vladimir Oltean · 6 years ago
  46. ec9121e net: dsa: Skip calling .port_vlan_filtering on no change by Vladimir Oltean · 6 years ago
  47. 14574676 net: dsa: Keep the vlan_filtering setting in dsa_switch if it's global by Vladimir Oltean · 6 years ago
  48. d371b7c net: dsa: Unset vlan_filtering when ports leave the bridge by Vladimir Oltean · 6 years ago
  49. 8f5d16f net: dsa: Be aware of switches where VLAN filtering is a global setting by Vladimir Oltean · 6 years ago
  50. 33162e9 net: dsa: Store vlan_filtering as a property of dsa_port by Vladimir Oltean · 6 years ago
  51. 85478d7 net: dsa: Fix pharse -> phase typo by Vladimir Oltean · 6 years ago
  52. a622b40 l2ip: fix possible use-after-free by Eric Dumazet · 6 years ago
  53. c93ad13 appletalk: Set error code if register_snap_client failed by YueHaibing · 6 years ago
  54. b130234 rxrpc: Fix net namespace cleanup by David Howells · 6 years ago
  55. a658a3f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 6 years ago
  56. b145745 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 6 years ago
  57. 1de6f33 netfilter: connlabels: fix spelling mistake "trackling" -> "tracking" by Colin Ian King · 6 years ago
  58. 3087c3f netfilter: nft_ct: Add ct id support by Brett Mastbergen · 6 years ago
  59. fec9c27 openvswitch: load and reference the NAT helper. by Flavio Leitner · 6 years ago
  60. 53b1130 netfilter: nf_nat: register NAT helpers. by Flavio Leitner · 6 years ago
  61. 08010a2 netfilter: add API to manage NAT helpers. by Flavio Leitner · 6 years ago
  62. e1f172e netfilter: use macros to create module aliases. by Flavio Leitner · 6 years ago
  63. 8f14c99 netfilter: conntrack: limit sysctl setting for boolean options by Tonghao Zhang · 6 years ago
  64. c5f1931 netfilter: nf_tables: fix implicit include of module.h by Paul Gortmaker · 6 years ago
  65. f1f86d09 netfilter: nf_tables: relocate header content to consumer by Paul Gortmaker · 6 years ago
  66. 6c0afef ipv6/flowlabel: wait rcu grace period before put_pid() by Eric Dumazet · 6 years ago
  67. 1d3fd8a vrf: Use orig netdev to count Ip6InNoRoutes and a fresh route lookup when sending dest unreach by Stephen Suryaputra · 6 years ago
  68. ca2fe29 tcp: add sanity tests in tcp_add_backlog() by Eric Dumazet · 6 years ago
  69. 95c1692 ipv6: invert flowlabel sharing check in process and user mode by Willem de Bruijn · 6 years ago
  70. 2ae7a39 Merge tag 'mac80211-for-davem-2019-04-26' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by David S. Miller · 6 years ago
  71. 0b9f9df dsa: Allow tag drivers to be built as modules by Andrew Lunn · 6 years ago
  72. 3aa475e dsa: tag_brcm: Avoid unused symbols by Andrew Lunn · 6 years ago
  73. f81a43e dsa: Cleanup unneeded table and make tag structures static by Andrew Lunn · 6 years ago
  74. 3675617 dsa: Make use of the list of tag drivers by Andrew Lunn · 6 years ago
  75. 4dad81e dsa: Add stub tag driver put method by Andrew Lunn · 6 years ago
  76. c39e2a1 dsa: Rename dsa_resolve_tag_protocol() to _get ready for locking by Andrew Lunn · 6 years ago
  77. 409065b dsa: Register the none tagger ops by Andrew Lunn · 6 years ago
  78. bdc6fe5 dsa: Keep link list of tag drivers by Andrew Lunn · 6 years ago
  79. d3b8c04 dsa: Add boilerplate helper to register DSA tag driver modules by Andrew Lunn · 6 years ago
  80. 056eed2 dsa: Add TAG protocol to tag ops by Andrew Lunn · 6 years ago
  81. f18bba5 dsa: Add MODULE_LICENSE to tag drivers by Andrew Lunn · 6 years ago
  82. 0b42f03 dsa: Add MODULE_ALIAS to taggers in preparation to become modules by Andrew Lunn · 6 years ago
  83. 875138f dsa: Move tagger name into its ops structure by Andrew Lunn · 6 years ago
  84. dfedd3b dsa: Add SPDX header to tag drivers. by Andrew Lunn · 6 years ago
  85. 5f0d736 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  86. 21f1b8a udp: fix GRO reception in case of length mismatch by Paolo Abeni · 6 years ago
  87. eb3d38d net/tls: fix copy to fragments in reencrypt by Jakub Kicinski · 6 years ago
  88. 97e1caa net/tls: don't copy negative amounts of data in reencrypt by Jakub Kicinski · 6 years ago
  89. ef6243a genetlink: optionally validate strictly/dumps by Johannes Berg · 6 years ago
  90. 8cb0817 netlink: make validation more configurable for future strictness by Johannes Berg · 6 years ago
  91. f78c603 net: fix two coding style issues by Michal Kubecek · 6 years ago
  92. 12ad5f6 ipset: drop ipset_nest_start() and ipset_nest_end() by Michal Kubecek · 6 years ago
  93. ae0be8d netlink: make nla_nest_start() add NLA_F_NESTED flag by Michal Kubecek · 6 years ago
  94. 63a1c95 net/tls: byte swap device req TCP seq no upon setting by Jakub Kicinski · 6 years ago
  95. 9e99579 net/tls: remove old exports of sk_destruct functions by Jakub Kicinski · 6 years ago
  96. e49d268d net/tls: don't log errors every time offload can't proceed by Jakub Kicinski · 6 years ago
  97. 6ac99e8 bpf: Introduce bpf sk local storage by Martin KaFai Lau · 6 years ago
  98. e950e84 selftests: bpf: test writable buffers in raw tps by Matt Mullins · 6 years ago
  99. 30e5a9a Merge tag 'mac80211-next-for-davem-2019-04-26' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by David S. Miller · 6 years ago
  100. 0e58156 tipc: remove rcu_read_unlock() left in tipc_udp_recv() by Eric Dumazet · 6 years ago