1. d0bae4a net: remove duplicate fetch in sock_getsockopt by JingYi Hou · 6 years ago
  2. da0f382 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  3. f3e92cb neigh: fix use-after-free read in pneigh_get_next by Eric Dumazet · 6 years ago
  4. 36b2f61 net: handle 802.1P vlan 0 packets properly by Govindarajulu Varadarajan · 6 years ago
  5. 1eb4169 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 6 years ago
  6. 8574921 bpf: Fix out of bounds memory access in bpf_sk_storage by Arthur Fabre · 6 years ago
  7. ce27ec6 net: add high_order_alloc_disable sysctl/static key by Eric Dumazet · 6 years ago
  8. f0d2ca1 net: ethtool: Allow matching on vlan DEI bit by Maxime Chevallier · 6 years ago
  9. f12dd75 bpf: net: Set sk_bpf_storage back to NULL for cloned sk by Martin KaFai Lau · 6 years ago
  10. 9331b67 Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
  11. 38e406f Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 6 years ago
  12. 1e1d926 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  13. 983695f bpf: fix unconnected udp hooks by Daniel Borkmann · 6 years ago
  14. 720f1de pktgen: do not sleep with the thread lock held. by Paolo Abeni · 6 years ago
  15. 4970b42 Revert "fib_rules: return 0 directly if an exactly same rule exists when NLM_F_EXCL not supplied" by Hangbin Liu · 6 years ago
  16. 0ee4e76 ethtool: fix potential userspace buffer overflow by Vivien Didelot · 6 years ago
  17. a10e763 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372 by Thomas Gleixner · 6 years ago
  18. ddc64d0 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 363 by Thomas Gleixner · 6 years ago
  19. 5b497af treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295 by Thomas Gleixner · 6 years ago
  20. fdf7142 net: fix indirect calls helpers for ptype list hooks. by Paolo Abeni · 6 years ago
  21. 2f4c533 Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
  22. 036e343 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  23. 100f6d8 net: correct zerocopy refcnt with udp MSG_MORE by Willem de Bruijn · 6 years ago
  24. b73484b ethtool: Check for vlan etype or vlan tci when parsing flow_rule by Maxime Chevallier · 6 years ago
  25. a4270d6 net-gro: fix use-after-free read in napi_gro_frags() by Eric Dumazet · 6 years ago
  26. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  27. 458bf2f net: core: support XDP generic on stacked devices. by Stephen Hemminger · 6 years ago
  28. bd95e678 bpf: sockmap, fix use after free from sleep in psock backlog workqueue by John Fastabend · 6 years ago
  29. 74ba920 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61 by Thomas Gleixner · 6 years ago
  30. 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
  31. f7355a6 bpf: Check sk_fullsock() before returning from bpf_sk_lookup() by Martin KaFai Lau · 6 years ago
  32. 9b28ae2 bpf: fix out-of-bounds read in __bpf_skc_lookup by Lorenz Bauer · 6 years ago
  33. 09c434b treewide: Add SPDX license identifier for more missed files by Thomas Gleixner · 6 years ago
  34. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  35. d7c04b0 net: avoid weird emergency message by Eric Dumazet · 6 years ago
  36. bae9ed6 flow_offload: support CVLAN match by Edward Cree · 6 years ago
  37. c7d5ec2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 6 years ago
  38. feadc4b rtnetlink: always put IFLA_LINK for links with a link-netnsid by Sabrina Dubroca · 6 years ago
  39. cabede8 bpf: sockmap fix msg->sg.size account on ingress skb by John Fastabend · 6 years ago
  40. 0148943 bpf: sockmap, only stop/flush strp if it was enabled at some point by John Fastabend · 6 years ago
  41. b1c17a9 flow_dissector: disable preemption around BPF calls by Eric Dumazet · 6 years ago
  42. e9919a2 fib_rules: return 0 directly if an exactly same rule exists when NLM_F_EXCL not supplied by Hangbin Liu · 6 years ago
  43. 80f2321 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  44. a9e41a5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  45. cf482a4 Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
  46. 14cfbda Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  47. 0968621 Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 6 years ago
  48. f5737cb net: use indirect calls helpers for ptype hook by Paolo Abeni · 6 years ago
  49. 71f150f bpf: Use PTR_ERR_OR_ZERO in bpf_fd_sk_storage_update_elem() by YueHaibing · 6 years ago
  50. 4b2a2bf neighbor: Call __ipv4_neigh_lookup_noref in neigh_xmit by David Ahern · 6 years ago
  51. 64c6f4b neighbor: Reset gc_entries counter if new entry is released before insert by David Ahern · 6 years ago
  52. b587bda devlink: Change devlink health locking mechanism by Moshe Shemesh · 6 years ago
  53. a658a3f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 6 years ago
  54. 5f0d736 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  55. ef6243a genetlink: optionally validate strictly/dumps by Johannes Berg · 6 years ago
  56. 8cb0817 netlink: make validation more configurable for future strictness by Johannes Berg · 6 years ago
  57. ae0be8d netlink: make nla_nest_start() add NLA_F_NESTED flag by Michal Kubecek · 6 years ago
  58. 6ac99e8 bpf: Introduce bpf sk local storage by Martin KaFai Lau · 6 years ago
  59. e55449e ipv6: Initialize fib6_result in bpf_ipv6_fib_lookup by David Ahern · 6 years ago
  60. 118c8e9 bpf: support BPF_PROG_QUERY for BPF_FLOW_DISSECTOR attach_type by Stanislav Fomichev · 6 years ago
  61. be0d692 net-sysfs: Replace ktype default_attrs field with groups by Kimberly Brown · 6 years ago
  62. ffa8ce5 lwtunnel: Pass encap and encap type attributes to lwtunnel_fill_encap by David Ahern · 6 years ago
  63. c98f482 net: fix sparc64 compilation of sock_gettstamp by Stephen Rothwell · 6 years ago
  64. 1b00e0d bpf: update skb->protocol in bpf_skb_net_grow by Willem de Bruijn · 6 years ago
  65. 9b52e3f flow_dissector: handle no-skb use case by Stanislav Fomichev · 6 years ago
  66. 3cbf4ff net: plumb network namespace into __skb_flow_dissect by Stanislav Fomichev · 6 years ago
  67. 089b19a flow_dissector: switch kernel context to struct bpf_flow_dissector by Stanislav Fomichev · 6 years ago
  68. f2ad1a5 net: devlink: Add extack to shared buffer operations by Ido Schimmel · 6 years ago
  69. 9628495 cgroup: net: remove left over MODULE_LICENSE tag by Paul Gortmaker · 6 years ago
  70. 3c618c1 net: Rename net/nexthop.h net/rtnh.h by David Ahern · 6 years ago
  71. 2843ba2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  72. c7cbdbf net: rework SIOCGSTAMP ioctl handling by Arnd Bergmann · 6 years ago
  73. b8fb1ab net ipv6: Prevent neighbor add if protocol is disabled on device by David Ahern · 6 years ago
  74. 7d21fec ipv6: Add fib6_type and fib6_flags to fib6_result by David Ahern · 6 years ago
  75. effda4d ipv6: Pass fib6_result to fib lookups by David Ahern · 6 years ago
  76. b748f26 ipv6: Pass fib6_result to ip6_mtu_from_fib6 and fib6_mtu by David Ahern · 6 years ago
  77. b1d4099 ipv6: Rename fib6_multipath_select and pass fib6_result by David Ahern · 6 years ago
  78. ba0509b net: core: introduce build_skb_around by Jesper Dangaard Brouer · 6 years ago
  79. 6b0a7f8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  80. e698642 socket: fix compat SO_RCVTIMEO_NEW/SO_SNDTIMEO_NEW by Arnd Bergmann · 6 years ago
  81. d85e8be net: Fix missing meta data in skb with vlan packet by Yuya Kusakabe · 6 years ago
  82. ad910c7 net/core: work around section mismatch warning for ptp_classifier by Ard Biesheuvel · 6 years ago
  83. 725721a bpf: allow clearing all sock_ops callback flags by Viet Hoang Tran · 6 years ago
  84. 43537b8 bpf: reserve flags in bpf_skb_net_shrink by Willem de Bruijn · 6 years ago
  85. 8ed633b Revert "net-sysfs: Fix memory leak in netdev_register_kobject" by Wang Hai · 6 years ago
  86. 69f23a0 rtnetlink: fix rtnl_valid_stats_req() nlmsg_len check by Eric Dumazet · 6 years ago
  87. ba024f2 bpf: Check address length before reading address family by Tetsuo Handa · 6 years ago
  88. bb23581 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  89. 58dfc90 bpf: add layer 2 encap support to bpf_skb_adjust_room by Alan Maguire · 6 years ago
  90. ecce39e netns: read NETNSA_NSID as s32 attribute in rtnl_net_getid() by Guillaume Nault · 6 years ago
  91. 8065a77 failover: allow name change on IFF_UP slave interfaces by Si-Wei Liu · 6 years ago
  92. 73eb628 Revert: "net: sched: put back q.qlen into a single location" by Paolo Abeni · 6 years ago
  93. d75f773 treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively by Sakari Ailus · 6 years ago
  94. 6f5f68d bpf: Handle ipv6 gateway in bpf_ipv4_fib_lookup by David Ahern · 6 years ago
  95. bdf0046 net: Replace nhc_has_gw with nhc_gw_family by David Ahern · 6 years ago
  96. 71df577 ipv6: Add neighbor helpers that use the ipv6 stub by David Ahern · 6 years ago
  97. fd69c39 datagram: remove rendundant 'peeked' argument by Paolo Abeni · 6 years ago
  98. 0c620e9 xfrm: remove output indirection from xfrm_mode by Florian Westphal · 6 years ago
  99. f83f715 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  100. 119c0b5 net: devlink: add warning for ndo_get_port_parent_id set when not needed by Jiri Pirko · 6 years ago