summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2022-02-23xprtrdma: fix pointer derefs in error cases of rpcrdma_ep_createDan Aloni
2022-02-23netfilter: conntrack: don't refresh sctp entries in closed stateFlorian Westphal
2022-02-23net: sched: limit TC_ACT_REPEAT loopsEric Dumazet
2022-02-23tipc: fix wrong notification node addressesJon Maloy
2022-02-23net: bridge: multicast: notify switchdev driver whenever MC processing gets d...Oleksandr Mazur
2022-02-23tipc: fix wrong publisher node address in link publicationsJon Maloy
2022-02-23net/smc: Avoid overwriting the copies of clcsock callback functionsWen Gu
2022-02-23net_sched: add __rcu annotation to netdev->qdiscEric Dumazet
2022-02-23drop_monitor: fix data-race in dropmon_net_event / trace_napi_poll_hitEric Dumazet
2022-02-23mctp: fix use after freeTom Rix
2022-02-23ping: fix the dif and sdif check in ping_lookupXin Long
2022-02-23net: dsa: lan9303: handle hwaccel VLAN tagsMans Rullgard
2022-02-23net: dsa: mv88e6xxx: flush switchdev FDB workqueue before removing VLANVladimir Oltean
2022-02-23cfg80211: fix race in netlink owner interface destructionJohannes Berg
2022-02-23mac80211: mlme: check for null after calling kmemdupJiasheng Jiang
2022-02-23ipv6: per-netns exclusive flowlabel checksWillem de Bruijn
2022-02-23ipv6: mcast: use rcu-safe version of ipv6_get_lladdr()Ignat Korchagin
2022-02-23ipv6: fix data-race in fib6_info_hw_flags_set / fib6_purge_rtEric Dumazet
2022-02-23ipv4: fix data races in fib_alias_hw_flags_setEric Dumazet
2022-02-23netfilter: nft_synproxy: unregister hooks on init error pathPablo Neira Ayuso
2022-02-23vsock: remove vsock from connected table when connect is interrupted by a signalSeth Forshee
2022-02-23ax25: improve the incomplete fix to avoid UAF and NPD bugsDuoming Zhou
2022-02-23bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem.Hao Luo
2022-02-23bpf: Introduce MEM_RDONLY flagHao Luo
2022-02-23bpf: Replace PTR_TO_XXX_OR_NULL with PTR_TO_XXX | PTR_MAYBE_NULLHao Luo
2022-02-16mptcp: netlink: process IPv6 addrs in creating listening socketsKishen Maloor
2022-02-16net: dsa: fix panic when DSA master device unbinds on shutdownVladimir Oltean
2022-02-16tipc: rate limit warning for received illegal binding updateJon Maloy
2022-02-16ipmr,ip6mr: acquire RTNL before calling ip[6]mr_free_table() on failure pathEric Dumazet
2022-02-16SUNRPC: lock against ->sock changing during sysfs readNeilBrown
2022-02-16tcp: take care of mixed splice()/sendmsg(MSG_ZEROCOPY) caseEric Dumazet
2022-02-16netfilter: ctnetlink: disable helper autoassignFlorian Westphal
2022-02-16netfilter: nft_payload: don't allow th access for fragmentsFlorian Westphal
2022-02-16net: sched: Clarify error message when qdisc kind is unknownVictor Nogueira
2022-02-16sunrpc: Fix potential race conditions in rpc_sysfs_xprt_state_change()Anna Schumaker
2022-02-16net/sunrpc: fix reference count leaks in rpc_sysfs_xprt_state_changeXiyu Yang
2022-02-16SUNRPC allow for unspecified transport time in rpc_clnt_add_xprtOlga Kornievskaia
2022-02-16can: isotp: fix error path in isotp_sendmsg() to unlock wait queueOliver Hartkopp
2022-02-16can: isotp: fix potential CAN frame reception race in isotp_rcv()Oliver Hartkopp
2022-02-11tipc: improve size validations for received domain recordsJon Maloy
2022-02-08net, neigh: Do not trigger immediate probes on NUD_FAILED from neigh_managed_...Daniel Borkmann
2022-02-08net/smc: Forward wakeup to smc socket waitqueue after fallbackWen Gu
2022-02-08net: ieee802154: Return meaningful error codes from the netlink helpersMiquel Raynal
2022-02-08netfilter: nft_reject_bridge: Fix for missing reply from preroutingPhil Sutter
2022-02-08mptcp: fix msk traversal in mptcp_nl_cmd_set_flags()Paolo Abeni
2022-02-05tcp: add missing tcp_skb_can_collapse() test in tcp_shift_skb_data()Eric Dumazet
2022-02-05tcp: fix mem under-charging with zerocopy sendmsg()Eric Dumazet
2022-02-05af_packet: fix data-race in packet_setsockopt / packet_setsockoptEric Dumazet
2022-02-05rtnetlink: make sure to refresh master_dev/m_ops in __rtnl_newlink()Eric Dumazet
2022-02-05net: sched: fix use-after-free in tc_new_tfilter()Eric Dumazet