1. 7c422d0 net: add READ_ONCE() annotation in __skb_wait_for_more_packets() by Eric Dumazet · 5 years ago
  2. 3f926af net: use skb_queue_empty_lockless() in busy poll contexts by Eric Dumazet · 5 years ago
  3. 3ef7cf5 net: use skb_queue_empty_lockless() in poll() handlers by Eric Dumazet · 5 years ago
  4. 137a0db udp: use skb_queue_empty_lockless() by Eric Dumazet · 5 years ago
  5. fc11078 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 5 years ago
  6. 1a51a47 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 5 years ago
  7. 0b834ba ipv4: fix route update on metric change. by Paolo Abeni · 5 years ago
  8. 5ff223e8 net: Zeroing the structure ethtool_wolinfo in ethtool_get_wol() by zhanglin · 5 years ago
  9. 52b33b4 Merge tag 'ipvs-fixes-for-v5.4' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs by Pablo Neira Ayuso · 5 years ago
  10. d4e4fdf netns: fix GFP flags in rtnl_net_notifyid() by Guillaume Nault · 5 years ago
  11. ca5f8d2 net/smc: keep vlan_id for SMC-R in smc_listen_work() by Ursula Braun · 5 years ago
  12. f536dff net/smc: fix closing of fallback SMC sockets by Ursula Braun · 5 years ago
  13. fa784f2 net: sch_generic: Use pfifo_fast as fallback scheduler for CAN hardware by Vincent Prince · 5 years ago
  14. f3b0a18 net: remove unnecessary variables and callback by Taehee Yoo · 5 years ago
  15. 32b6d34 net: core: add ignore flag to netdev_adjacent structure by Taehee Yoo · 5 years ago
  16. ab92d68 net: core: add generic lockdep keys by Taehee Yoo · 5 years ago
  17. 5343da4 net: core: limit nested device depth by Taehee Yoo · 5 years ago
  18. 82ecff6 keys: Fix memory leak in copy_net_ns by Takeshi Misawa · 5 years ago
  19. a69a85da netfilter: nft_payload: fix missing check for matching length in offloads by wenxu · 5 years ago
  20. c24b75e ipvs: move old_secure_tcp into struct netns_ipvs by Eric Dumazet · 5 years ago
  21. 62931f5 ipvs: don't ignore errors in case refcounting ip_vs module fails by Davide Caratti · 5 years ago
  22. 2afd23f xsk: Fix registration of Rx-only sockets by Magnus Karlsson · 5 years ago
  23. 5566744 net/flow_dissector: switch to siphash by Eric Dumazet · 5 years ago
  24. 085461c netfilter: nf_tables_offload: restore basechain deletion by Pablo Neira Ayuso · 5 years ago
  25. daf61b0 netfilter: nf_flow_table: set timeout before insertion into hashes by Pablo Neira Ayuso · 5 years ago
  26. 6c5d9c2 ipv6: include <net/addrconf.h> for missing declarations by Ben Dooks (Codethink) · 5 years ago
  27. 9464cc3 net: openvswitch: free vport unless register_netdevice() succeeds by Hillf Danton · 5 years ago
  28. d665c12 net: sched: taprio: fix -Wmissing-prototypes warnings by Yi Wang · 5 years ago
  29. e7a409c ipv4: fix IPSKB_FRAG_PMTU handling with fragmentation by Eric Dumazet · 5 years ago
  30. 531e93d Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 5 years ago
  31. 50c7d2ba net: dsa: fix switch tree list by Vivien Didelot · 5 years ago
  32. e0ad032 net: netem: correct the parent's backlog when corrupted packet was dropped by Jakub Kicinski · 5 years ago
  33. a7fa12d net: netem: fix error path for corrupted GSO frames by Jakub Kicinski · 5 years ago
  34. ae6fcfbf vsock/virtio: discard packets if credit is not respected by Stefano Garzarella · 5 years ago
  35. ec3359b vsock/virtio: send a credit update when buffer size is changed by Stefano Garzarella · 5 years ago
  36. 9669fff net: ensure correct skb->tstamp in various fragmenters by Eric Dumazet · 5 years ago
  37. 5018c59 ipv4: fix race condition between route lookup and invalidation by Wei Wang · 5 years ago
  38. 595e065 ipv4: Return -ENETUNREACH if we can't create route but saddr is valid by Stefano Brivio · 5 years ago
  39. 2ca4f6c rxrpc: use rcu protection while reading sk->sk_user_data by Eric Dumazet · 5 years ago
  40. bd74708 Revert "blackhole_netdev: fix syzkaller reported issue" by Mahesh Bandewar · 5 years ago
  41. 63dfb79 sctp: change sctp_prot .no_autobind with true by Xin Long · 5 years ago
  42. 28aa7c8 sched: etf: Fix ordering of packets with same txtime by Vinicius Costa Gomes · 5 years ago
  43. 39f13ea net: avoid potential infinite loop in tc_ctl_action() by Eric Dumazet · 5 years ago
  44. cab209e tcp: fix a possible lockdep splat in tcp_done() by Eric Dumazet · 5 years ago
  45. fa4e0f8 net/sched: fix corrupted L2 header with MPLS 'push' and 'pop' actions by Davide Caratti · 5 years ago
  46. dedc5a0 net: avoid errors when trying to pop MLPS header on non-MPLS packets by Davide Caratti · 5 years ago
  47. b0818f8 blackhole_netdev: fix syzkaller reported issue by Mahesh Bandewar · 5 years ago
  48. 9e8acd9 bpf: lwtunnel: Fix reroute supplying invalid dst by Jiri Benc · 5 years ago
  49. ab4e846 tcp: annotate sk->sk_wmem_queued lockless reads by Eric Dumazet · 5 years ago
  50. e292f05 tcp: annotate sk->sk_sndbuf lockless reads by Eric Dumazet · 5 years ago
  51. ebb3b78 tcp: annotate sk->sk_rcvbuf lockless reads by Eric Dumazet · 5 years ago
  52. d9b55bf tcp: annotate tp->urg_seq lockless reads by Eric Dumazet · 5 years ago
  53. e0d694d tcp: annotate tp->snd_nxt lockless reads by Eric Dumazet · 5 years ago
  54. 0f31746 tcp: annotate tp->write_seq lockless reads by Eric Dumazet · 5 years ago
  55. 7db48e9 tcp: annotate tp->copied_seq lockless reads by Eric Dumazet · 5 years ago
  56. dba7d9b tcp: annotate tp->rcv_nxt lockless reads by Eric Dumazet · 5 years ago
  57. d983ea6 tcp: add rcu protection around tp->fastopen_rsk by Eric Dumazet · 5 years ago
  58. 8caf8a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 5 years ago
  59. f0308fb rxrpc: Fix possible NULL pointer access in ICMP handling by David Howells · 5 years ago
  60. 1c0cc5f Merge tag 'nfs-for-5.4-2' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 5 years ago
  61. 48f9bcf net: sctp: Rename fallthrough label to unhandled by Joe Perches · 5 years ago
  62. 107529e net/smc: receive pending data after RCV_SHUTDOWN by Karsten Graul · 5 years ago
  63. 882dcfe net/smc: receive returns without data by Karsten Graul · 5 years ago
  64. 29ee270 net/smc: fix SMCD link group creation with VLAN id by Ursula Braun · 5 years ago
  65. af84537 SUNRPC: fix race to sk_err after xs_error_report by Benjamin Coddington · 5 years ago
  66. 70c2655 net: silence KCSAN warnings about sk->sk_backlog.len reads by Eric Dumazet · 5 years ago
  67. eac6640 net: annotate sk->sk_rcvlowat lockless reads by Eric Dumazet · 5 years ago
  68. 8265792 net: silence KCSAN warnings around sk_add_backlog() calls by Eric Dumazet · 5 years ago
  69. 1f142c1 tcp: annotate lockless access to tcp_memory_pressure by Eric Dumazet · 5 years ago
  70. 60b173c net: add {READ|WRITE}_ONCE() annotations on ->rskq_accept_head by Eric Dumazet · 5 years ago
  71. 503978a net: avoid possible false sharing in sk_leave_memory_pressure() by Eric Dumazet · 5 years ago
  72. e37542b netfilter: conntrack: avoid possible false sharing by Eric Dumazet · 5 years ago
  73. 993e4c9 netns: fix NLM_F_ECHO mechanism for RTM_NEWNSID by Nicolas Dichtel · 5 years ago
  74. 11c9a7d act_mirred: Fix mirred_init_module error handling by YueHaibing · 5 years ago
  75. a954380 net: taprio: Fix returning EINVAL when configuring without flags by Vinicius Costa Gomes · 5 years ago
  76. 819be81 sctp: add chunks to sk_backlog when the newsk sk_socket is not set by Xin Long · 5 years ago
  77. 4123f63 ip6erspan: remove the incorrect mtu limit for ip6erspan by Haishuang Yan · 5 years ago
  78. a17fd2c Merge tag 'mac80211-for-davem-2019-10-08' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by Jakub Kicinski · 5 years ago
  79. 4b793fe net_sched: fix backward compatibility for TCA_ACT_KIND by Cong Wang · 5 years ago
  80. 6f96c3c net_sched: fix backward compatibility for TCA_KIND by Cong Wang · 5 years ago
  81. 36453c85 llc: fix sk_buff refcounting in llc_conn_state_process() by Eric Biggers · 5 years ago
  82. fc8d5db llc: fix another potential sk_buff leak in llc_ui_sendmsg() by Eric Biggers · 5 years ago
  83. b74555d llc: fix sk_buff leak in llc_conn_service() by Eric Biggers · 5 years ago
  84. c6ee11c llc: fix sk_buff leak in llc_sap_state_process() by Eric Biggers · 5 years ago
  85. dc0c18e mac80211: fix scan when operating on DFS channels in ETSI domains by Aaron Komisar · 5 years ago
  86. 95697f9 mac80211: accept deauth frames in IBSS mode by Johannes Berg · 5 years ago
  87. 461c4c2 cfg80211: fix a bunch of RCU issues in multi-bssid code by Sara Sharon · 5 years ago
  88. 1399c59 nl80211: fix memory leak in nl80211_get_ftm_responder_stats by Navid Emamdoost · 5 years ago
  89. 91fcfbe rxrpc: Fix call crypto state cleanup by David Howells · 5 years ago
  90. 9ebedde rxrpc: rxrpc_peer needs to hold a ref on the rxrpc_local record by David Howells · 5 years ago
  91. 48c9e0e rxrpc: Fix trace-after-put looking at the put call record by David Howells · 5 years ago
  92. 4c1295d rxrpc: Fix trace-after-put looking at the put connection record by David Howells · 5 years ago
  93. 55f6c98e rxrpc: Fix trace-after-put looking at the put peer record by David Howells · 5 years ago
  94. c48fc11 rxrpc: Fix call ref leak by David Howells · 5 years ago
  95. a0c2dc1 nfc: fix memory leak in llcp_sock_bind() by Eric Dumazet · 5 years ago
  96. 474f081 sch_dsmark: fix potential NULL deref in dsmark_init() by Eric Dumazet · 5 years ago
  97. 2d819d25 ipv6: Handle missing host route in __ipv6_ifa_notify by David Ahern · 5 years ago
  98. b406472 net: ipv4: avoid mixed n_redirects and rate_tokens usage by Paolo Abeni · 5 years ago
  99. 8ae72cb Revert "ipv6: Handle race in addrconf_dad_work" by David Ahern · 5 years ago
  100. 7a512eb net: make sock_prot_memory_pressure() return "const char *" by Alexey Dobriyan · 5 years ago