summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2022-03-02net-timestamp: convert sk->sk_tskey to atomic_tEric Dumazet
2022-03-02udp_tunnel: Fix end of loop test in udp_tunnel_nic_unregister()Dan Carpenter
2022-03-02net/smc: Use a mutex for locking "struct smc_pnettable"Fabio M. De Francesco
2022-03-02netfilter: nf_tables: fix memory leak during stateful obj updateFlorian Westphal
2022-03-02netfilter: nf_tables: unregister flowtable hooks on netns exitPablo Neira Ayuso
2022-03-02net/sched: act_ct: Fix flow table lookup after ct clear or switching zonesPaul Blakey
2022-03-02openvswitch: Fix setting ipv6 fields causing hw csum failurePaul Blakey
2022-03-02gso: do not skip outer ip header in case of ipip and net_failoverTao Liu
2022-03-02tipc: Fix end of loop tests for list_for_each_entry()Dan Carpenter
2022-03-02net: __pskb_pull_tail() & pskb_carve_frag_list() drop_monitor friendsEric Dumazet
2022-03-02bpf: Do not try bpf_msg_push_data with len 0Felix Maurer
2022-03-02mptcp: add mibs counter for ignored incoming optionsPaolo Abeni
2022-03-02mptcp: fix race in incoming ADD_ADDR option processingPaolo Abeni
2022-03-02ping: remove pr_err from ping_lookupXin Long
2022-03-02netfilter: nf_tables_offload: incorrect flow offload action array sizePablo Neira Ayuso
2022-03-02netfilter: xt_socket: missing ifdef CONFIG_IP6_NF_IPTABLES dependencyPablo Neira Ayuso
2022-03-02netfilter: xt_socket: fix a typo in socket_mt_destroy()Eric Dumazet
2022-02-23net: sched: limit TC_ACT_REPEAT loopsEric Dumazet
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-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-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-16mptcp: netlink: process IPv6 addrs in creating listening socketsKishen Maloor
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-16netfilter: ctnetlink: disable helper autoassignFlorian 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/smc: Forward wakeup to smc socket waitqueue after fallbackWen Gu