summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* ipv6: fix data-race in fib6_info_hw_flags_set / fib6_purge_rtEric Dumazet2022-02-171-9/+10
* ipv4: fix data races in fib_alias_hw_flags_setEric Dumazet2022-02-174-18/+21
* net: dsa: lan9303: handle hwaccel VLAN tagsMans Rullgard2022-02-171-14/+7
* vsock: remove vsock from connected table when connect is interrupted by a signalSeth Forshee2022-02-171-0/+1
* ping: fix the dif and sdif check in ping_lookupXin Long2022-02-171-2/+9
* net: sched: limit TC_ACT_REPEAT loopsEric Dumazet2022-02-161-3/+10
* tipc: fix wrong notification node addressesJon Maloy2022-02-161-5/+6
* ipv6: per-netns exclusive flowlabel checksWillem de Bruijn2022-02-161-1/+3
* net: bridge: multicast: notify switchdev driver whenever MC processing gets d...Oleksandr Mazur2022-02-161-0/+4
* mctp: fix use after freeTom Rix2022-02-151-5/+6
* ipv4: add description about martian sourceZhang Yunkai2022-02-151-0/+3
* tipc: fix wrong publisher node address in link publicationsJon Maloy2022-02-141-1/+1
* net: fix documentation for kernel_getsocknameAlex Maydanik2022-02-141-2/+2
* net_sched: add __rcu annotation to netdev->qdiscEric Dumazet2022-02-144-28/+35
* net: dsa: mv88e6xxx: flush switchdev FDB workqueue before removing VLANVladimir Oltean2022-02-142-1/+1
* ipv6: mcast: use rcu-safe version of ipv6_get_lladdr()Ignat Korchagin2022-02-142-3/+3
* tipc: fix a bit overflow in tipc_crypto_key_rcv()Hangyu Hua2022-02-131-1/+1
* Merge tag 'wireless-2022-02-11' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller2022-02-112-21/+25
|\
| * cfg80211: fix race in netlink owner interface destructionJohannes Berg2022-02-041-13/+4
| * mac80211: mlme: check for null after calling kmemdupJiasheng Jiang2022-01-311-8/+21
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller2022-02-112-2/+4
|\ \
| * | netfilter: nft_synproxy: unregister hooks on init error pathPablo Neira Ayuso2022-02-101-1/+3
| * | netfilter: xt_socket: fix a typo in socket_mt_destroy()Eric Dumazet2022-02-091-1/+1
* | | drop_monitor: fix data-race in dropmon_net_event / trace_napi_poll_hitEric Dumazet2022-02-111-2/+9
* | | net/smc: Avoid overwriting the copies of clcsock callback functionsWen Gu2022-02-111-3/+7
* | | Merge tag 'net-5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-02-1019-82/+144
|\ \ \
| * | | net: mpls: Fix GCC 12 warningVictor Erminpour2022-02-101-1/+1
| * | | skbuff: cleanup double word in commentTom Rix2022-02-101-1/+1
| * | | mptcp: netlink: process IPv6 addrs in creating listening socketsKishen Maloor2022-02-091-2/+6
| * | | vlan: move dev_put into vlan_dev_uninitXin Long2022-02-091-3/+5
| * | | vlan: introduce vlan_dev_free_egress_priorityXin Long2022-02-093-5/+11
| * | | ax25: fix UAF bugs of net_device caused by rebinding operationDuoming Zhou2022-02-091-1/+4
| * | | net: dsa: fix panic when DSA master device unbinds on shutdownVladimir Oltean2022-02-091-19/+6
| * | | tipc: rate limit warning for received illegal binding updateJon Maloy2022-02-091-1/+1
| * | | Merge tag 'linux-can-fixes-for-5.17-20220209' of git://git.kernel.org/pub/scm...David S. Miller2022-02-091-7/+22
| |\ \ \
| | * | | can: isotp: fix error path in isotp_sendmsg() to unlock wait queueOliver Hartkopp2022-02-091-6/+9
| | * | | can: isotp: fix potential CAN frame reception race in isotp_rcv()Oliver Hartkopp2022-02-091-1/+13
| | |/ /
| * / / ax25: fix NPD bug in ax25_disconnectDuoming Zhou2022-02-091-1/+1
| |/ /
| * | ipmr,ip6mr: acquire RTNL before calling ip[6]mr_free_table() on failure pathEric Dumazet2022-02-082-0/+4
| * | net/smc: use GFP_ATOMIC allocation in smc_pnet_add_eth()Eric Dumazet2022-02-071-1/+1
| * | net/smc: fix ref_tracker issue in smc_pnet_add()Eric Dumazet2022-02-061-3/+5
| * | tcp: take care of mixed splice()/sendmsg(MSG_ZEROCOPY) caseEric Dumazet2022-02-041-14/+19
| * | netfilter: ctnetlink: disable helper autoassignFlorian Westphal2022-02-041-1/+2
| * | netfilter: conntrack: re-init state for retransmitted syn-ackFlorian Westphal2022-02-041-0/+12
| * | netfilter: conntrack: move synack init code to helperFlorian Westphal2022-02-041-18/+29
| * | netfilter: nft_payload: don't allow th access for fragmentsFlorian Westphal2022-02-042-5/+6
| * | netfilter: conntrack: don't refresh sctp entries in closed stateFlorian Westphal2022-02-041-0/+9
* | | tipc: improve size validations for received domain recordsJon Maloy2022-02-102-2/+9
* | | Merge tag 'nfs-for-5.17-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2022-02-083-2/+13
|\ \ \
| * | | SUNRPC: lock against ->sock changing during sysfs readNeilBrown2022-02-082-2/+10