summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2022-03-02net-timestamp: convert sk->sk_tskey to atomic_tEric Dumazet5-6/+6
2022-03-02udp_tunnel: Fix end of loop test in udp_tunnel_nic_unregister()Dan Carpenter1-1/+1
2022-03-02net/smc: Use a mutex for locking "struct smc_pnettable"Fabio M. De Francesco2-22/+22
2022-03-02netfilter: nf_tables: fix memory leak during stateful obj updateFlorian Westphal1-4/+9
2022-03-02netfilter: nf_tables: unregister flowtable hooks on netns exitPablo Neira Ayuso1-0/+3
2022-03-02net/sched: act_ct: Fix flow table lookup after ct clear or switching zonesPaul Blakey1-5/+0
2022-03-02openvswitch: Fix setting ipv6 fields causing hw csum failurePaul Blakey1-8/+38
2022-03-02gso: do not skip outer ip header in case of ipip and net_failoverTao Liu2-1/+6
2022-03-02tipc: Fix end of loop tests for list_for_each_entry()Dan Carpenter2-2/+2
2022-03-02net: __pskb_pull_tail() & pskb_carve_frag_list() drop_monitor friendsEric Dumazet1-2/+2
2022-03-02bpf: Do not try bpf_msg_push_data with len 0Felix Maurer1-0/+3
2022-03-02mptcp: add mibs counter for ignored incoming optionsPaolo Abeni3-2/+10
2022-03-02mptcp: fix race in incoming ADD_ADDR option processingPaolo Abeni1-5/+14
2022-03-02ping: remove pr_err from ping_lookupXin Long1-1/+0
2022-03-02netfilter: nf_tables_offload: incorrect flow offload action array sizePablo Neira Ayuso4-2/+25
2022-03-02netfilter: xt_socket: missing ifdef CONFIG_IP6_NF_IPTABLES dependencyPablo Neira Ayuso1-0/+2
2022-03-02netfilter: xt_socket: fix a typo in socket_mt_destroy()Eric Dumazet1-1/+1
2022-02-23net: sched: limit TC_ACT_REPEAT loopsEric Dumazet1-2/+11
2022-02-23xprtrdma: fix pointer derefs in error cases of rpcrdma_ep_createDan Aloni1-0/+3
2022-02-23netfilter: conntrack: don't refresh sctp entries in closed stateFlorian Westphal1-0/+9
2022-02-23tipc: fix wrong notification node addressesJon Maloy1-5/+6
2022-02-23net: bridge: multicast: notify switchdev driver whenever MC processing gets d...Oleksandr Mazur1-0/+4
2022-02-23tipc: fix wrong publisher node address in link publicationsJon Maloy1-1/+1
2022-02-23net/smc: Avoid overwriting the copies of clcsock callback functionsWen Gu1-3/+7
2022-02-23net_sched: add __rcu annotation to netdev->qdiscEric Dumazet4-28/+35
2022-02-23drop_monitor: fix data-race in dropmon_net_event / trace_napi_poll_hitEric Dumazet1-2/+9
2022-02-23ping: fix the dif and sdif check in ping_lookupXin Long1-2/+9
2022-02-23net: dsa: lan9303: handle hwaccel VLAN tagsMans Rullgard1-14/+7
2022-02-23net: dsa: mv88e6xxx: flush switchdev FDB workqueue before removing VLANVladimir Oltean2-1/+1
2022-02-23cfg80211: fix race in netlink owner interface destructionJohannes Berg1-13/+4
2022-02-23mac80211: mlme: check for null after calling kmemdupJiasheng Jiang1-8/+21
2022-02-23ipv6: per-netns exclusive flowlabel checksWillem de Bruijn1-1/+3
2022-02-23ipv6: mcast: use rcu-safe version of ipv6_get_lladdr()Ignat Korchagin2-3/+3
2022-02-23ipv6: fix data-race in fib6_info_hw_flags_set / fib6_purge_rtEric Dumazet1-9/+10
2022-02-23ipv4: fix data races in fib_alias_hw_flags_setEric Dumazet4-18/+21
2022-02-23netfilter: nft_synproxy: unregister hooks on init error pathPablo Neira Ayuso1-1/+3
2022-02-23vsock: remove vsock from connected table when connect is interrupted by a signalSeth Forshee1-0/+1
2022-02-23ax25: improve the incomplete fix to avoid UAF and NPD bugsDuoming Zhou1-3/+6
2022-02-16mptcp: netlink: process IPv6 addrs in creating listening socketsKishen Maloor1-2/+6
2022-02-16tipc: rate limit warning for received illegal binding updateJon Maloy1-1/+1
2022-02-16ipmr,ip6mr: acquire RTNL before calling ip[6]mr_free_table() on failure pathEric Dumazet2-0/+4
2022-02-16netfilter: ctnetlink: disable helper autoassignFlorian Westphal1-1/+2
2022-02-16net: sched: Clarify error message when qdisc kind is unknownVictor Nogueira1-1/+1
2022-02-16sunrpc: Fix potential race conditions in rpc_sysfs_xprt_state_change()Anna Schumaker1-16/+19
2022-02-16net/sunrpc: fix reference count leaks in rpc_sysfs_xprt_state_changeXiyu Yang1-2/+4
2022-02-16SUNRPC allow for unspecified transport time in rpc_clnt_add_xprtOlga Kornievskaia1-1/+4
2022-02-16can: isotp: fix error path in isotp_sendmsg() to unlock wait queueOliver Hartkopp1-6/+9
2022-02-16can: isotp: fix potential CAN frame reception race in isotp_rcv()Oliver Hartkopp1-1/+13
2022-02-11tipc: improve size validations for received domain recordsJon Maloy2-2/+9
2022-02-08net/smc: Forward wakeup to smc socket waitqueue after fallbackWen Gu2-16/+137