1. fdf7142 net: fix indirect calls helpers for ptype list hooks. by Paolo Abeni · 6 years ago
  2. 82ba25c udp: only choose unbound UDP socket for multicast when not in a VRF by Tim Beale · 6 years ago
  3. e52972c net/tls: replace the sleeping lock around RX resync with a bit lock by Jakub Kicinski · 6 years ago
  4. 27393f8 Revert "net/tls: avoid NULL-deref on resync during device removal" by Jakub Kicinski · 6 years ago
  5. afa0925 packet: unconditionally free po->rollover by Willem de Bruijn · 6 years ago
  6. e8d67fa net: dsa: sja1105: Don't store frame type in skb->cb by Vladimir Oltean · 6 years ago
  7. 036e343 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  8. 100f6d8 net: correct zerocopy refcnt with udp MSG_MORE by Willem de Bruijn · 6 years ago
  9. b73484b ethtool: Check for vlan etype or vlan tci when parsing flow_rule by Maxime Chevallier · 6 years ago
  10. 2b81f81 net: don't clear sock->sk early to avoid trouble in strparser by Jakub Kicinski · 6 years ago
  11. a4270d6 net-gro: fix use-after-free read in napi_gro_frags() by Eric Dumazet · 6 years ago
  12. 0471dd4 net: dsa: tag_8021q: Create a stable binary format by Vladimir Oltean · 6 years ago
  13. d34d2ba net: dsa: tag_8021q: Change order of rx_vid setup by Ioana Ciornei · 6 years ago
  14. 9609dad ipv4: tcp_input: fix stack out of bounds when parsing TCP options. by Young Xiao · 6 years ago
  15. 458bf2f net: core: support XDP generic on stacked devices. by Stephen Hemminger · 6 years ago
  16. 8fb44d6 llc: fix skb leak in llc_build_and_send_ui_pkt() by Eric Dumazet · 6 years ago
  17. 04b25a5 net/tls: fix no wakeup on partial reads by Jakub Kicinski · 6 years ago
  18. 46a1695 net/tls: fix lowat calculation if some data came from previous record by Jakub Kicinski · 6 years ago
  19. 425aa0e ip_sockglue: Fix missing-check bug in ip_ra_control() by Gen Zhang · 6 years ago
  20. 95baa60 ipv6_sockglue: Fix a missing-check bug in ip6_ra_control() by Gen Zhang · 6 years ago
  21. 86c2f5d Merge tag 'spdx-5.2-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
  22. 4097e9d2 net: sched: don't use tc_action->order during action dump by Vlad Buslov · 6 years ago
  23. 47505b8 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104 by Thomas Gleixner · 6 years ago
  24. 8e8caf9 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 103 by Thomas Gleixner · 6 years ago
  25. f17b7ee treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 93 by Thomas Gleixner · 6 years ago
  26. e97150d treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 77 by Thomas Gleixner · 6 years ago
  27. 1b402f7 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 72 by Thomas Gleixner · 6 years ago
  28. a85036f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 62 by Thomas Gleixner · 6 years ago
  29. 74ba920 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61 by Thomas Gleixner · 6 years ago
  30. e14ca97 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 53 by Thomas Gleixner · 6 years ago
  31. ee5d8f4 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 41 by Thomas Gleixner · 6 years ago
  32. b4d0d23 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36 by Thomas Gleixner · 6 years ago
  33. 71e15f7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 6 years ago
  34. d2daa12 hsr: fix don't prune the master node from the node_db by Andreas Oetken · 6 years ago
  35. 903869b ipv4/igmp: fix build error if !CONFIG_IP_MULTICAST by Eric Dumazet · 6 years ago
  36. 3580d04 ipv4/igmp: fix another memory leak in igmpv3_del_delrec() by Eric Dumazet · 6 years ago
  37. 31680ac ipv6: Fix redirect with VRF by David Ahern · 6 years ago
  38. c3f4a6c net/tls: don't ignore netdev notifications if no TLS features by Jakub Kicinski · 6 years ago
  39. 3686637 net/tls: fix state removal with feature flags off by Jakub Kicinski · 6 years ago
  40. 38030d7 net/tls: avoid NULL-deref on resync during device removal by Jakub Kicinski · 6 years ago
  41. 7dc2bcc Validate required parameters in inet6_validate_link_af by Maxim Mikityanskiy · 6 years ago
  42. f75b6f3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  43. 69aeb53 netfilter: nft_flow_offload: IPCB is only valid for ipv4 family by Florian Westphal · 6 years ago
  44. 91a9048 netfilter: nft_flow_offload: don't offload when sequence numbers need adjustment by Florian Westphal · 6 years ago
  45. 8437a62 netfilter: nft_flow_offload: set liberal tracking mode for tcp by Florian Westphal · 6 years ago
  46. e75b3e1 netfilter: nf_flow_table: ignore DF bit setting by Florian Westphal · 6 years ago
  47. 72f7cfa ipv6: Consider sk_bound_dev_if when binding a raw socket to an address by Mike Manning · 6 years ago
  48. 2c1212d Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
  49. 6bac76d netfilter: nat: fix udp checksum corruption by Florian Westphal · 6 years ago
  50. 719c7d5 ipvs: Fix use-after-free in ip_vs_in by YueHaibing · 6 years ago
  51. e633508 netfilter: nft_fib: Fix existence check support by Phil Sutter · 6 years ago
  52. 946c0d8 netfilter: nf_queue: fix reinject verdict handling by Jagdish Motwani · 6 years ago
  53. fd9871f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 24 by Thomas Gleixner · 6 years ago
  54. 1ccea77 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13 by Thomas Gleixner · 6 years ago
  55. ef65e43 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 11 by Thomas Gleixner · 6 years ago
  56. 3a63cbb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 3 by Thomas Gleixner · 6 years ago
  57. 1621633 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1 by Thomas Gleixner · 6 years ago
  58. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  59. 09c434b treewide: Add SPDX license identifier for more missed files by Thomas Gleixner · 6 years ago
  60. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  61. 7036e62 net: qrtr: Fix message type of outgoing packets by Bjorn Andersson · 6 years ago
  62. fa2c52be vlan: Mark expected switch fall-through by Gustavo A. R. Silva · 6 years ago
  63. 526f5b8 tipc: fix modprobe tipc failed after switch order of device registration by Junwei Hu · 6 years ago
  64. 2c82c7e7 netfilter: nf_tables: fix oops during rule dump by Florian Westphal · 6 years ago
  65. 78e0365 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  66. 85806af net: fix kernel-doc warnings for socket.c by Randy Dunlap · 6 years ago
  67. ea9a037 net: Treat sock->sk_drops as an unsigned int when printing by Patrick Talbert · 6 years ago
  68. ba95e5df vsock/virtio: Initialize core virtio vsock before registering the driver by Jorge E. Moreira · 6 years ago
  69. 9cc342f treewide: prefix header search paths with $(srctree)/ by Masahiro Yamada · 6 years ago
  70. 5593530 Revert "tipc: fix modprobe tipc failed after switch order of device registration" by David S. Miller · 6 years ago
  71. ac03046 vsock/virtio: free packets during the socket release by Stefano Garzarella · 6 years ago
  72. 532b0f7 tipc: fix modprobe tipc failed after switch order of device registration by Junwei Hu · 6 years ago
  73. 34dcf6a net: caif: fix the value of size argument of snprintf by swkhack · 6 years ago
  74. 227747f Merge tag 'afs-fixes-20190516' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 6 years ago
  75. 1d9d7cb Merge tag 'ceph-for-5.2-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 6 years ago
  76. 510e2ce ipv6: fix src addr routing with the exception table by Wei Wang · 6 years ago
  77. d7c04b0 net: avoid weird emergency message by Eric Dumazet · 6 years ago
  78. 858e540 xfrm: ressurrect "Fix uninitialized memory read in _decode_session4" by Florian Westphal · 6 years ago
  79. 7e27e8d tipc: switch order of device registration to fix a crash by Junwei Hu · 6 years ago
  80. 61fb0d0 ipv6: prevent possible fib6 leaks by Eric Dumazet · 6 years ago
  81. 752beb5 net: bpfilter: fallback to netfilter if failed to load bpfilter kernel module by Konstantin Khlebnikov · 6 years ago
  82. a9eeb99 hv_sock: Add support for delayed close by Sunil Muthuswamy · 6 years ago
  83. bae9ed6 flow_offload: support CVLAN match by Edward Cree · 6 years ago
  84. b960a34 rxrpc: Allow the kernel to mark a call as being non-interruptible by David Howells · 6 years ago
  85. bbd172e rxrpc: Provide kernel interface to set max lifespan on a call by David Howells · 6 years ago
  86. c7d5ec2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 6 years ago
  87. 700a800 Merge tag 'nfsd-5.2' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 6 years ago
  88. 5fa2ca7 bpf, tcp: correctly handle DONT_WAIT flags and timeo == 0 by John Fastabend · 6 years ago
  89. d0660f0 dns_resolver: Allow used keys to be invalidated by David Howells · 6 years ago
  90. 858f501 tcp: do not recycle cloned skbs by Eric Dumazet · 6 years ago
  91. 432d822 net: replace CONFIG_DEBUG_KERNEL with CONFIG_DEBUG_MISC by Sinan Kaya · 6 years ago
  92. feadc4b rtnetlink: always put IFLA_LINK for links with a link-netnsid by Sabrina Dubroca · 6 years ago
  93. cd736d8 tcp: fix retrans timestamp on passive Fast Open by Yuchung Cheng · 6 years ago
  94. 318222a Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  95. 73b0140 mm/gup: change GUP fast to use flags rather than a write 'bool' by Ira Weiny · 6 years ago
  96. 932f4a6 mm/gup: replace get_user_pages_longterm() with FOLL_LONGTERM by Ira Weiny · 6 years ago
  97. cabede8 bpf: sockmap fix msg->sg.size account on ingress skb by John Fastabend · 6 years ago
  98. c42253c bpf: sockmap remove duplicate queue free by John Fastabend · 6 years ago
  99. 0148943 bpf: sockmap, only stop/flush strp if it was enabled at some point by John Fastabend · 6 years ago
  100. b1c17a9 flow_dissector: disable preemption around BPF calls by Eric Dumazet · 6 years ago