summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2022-02-14net: fix documentation for kernel_getsocknameAlex Maydanik
2022-02-14net_sched: add __rcu annotation to netdev->qdiscEric Dumazet
2022-02-14net: dsa: mv88e6xxx: flush switchdev FDB workqueue before removing VLANVladimir Oltean
2022-02-14ipv6: mcast: use rcu-safe version of ipv6_get_lladdr()Ignat Korchagin
2022-02-13tipc: fix a bit overflow in tipc_crypto_key_rcv()Hangyu Hua
2022-02-11Merge tag 'wireless-2022-02-11' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller
2022-02-11Merge ra.kernel.org:/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller
2022-02-11drop_monitor: fix data-race in dropmon_net_event / trace_napi_poll_hitEric Dumazet
2022-02-11net/smc: Avoid overwriting the copies of clcsock callback functionsWen Gu
2022-02-10Merge tag 'net-5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-02-10netfilter: nft_synproxy: unregister hooks on init error pathPablo Neira Ayuso
2022-02-10net: mpls: Fix GCC 12 warningVictor Erminpour
2022-02-10skbuff: cleanup double word in commentTom Rix
2022-02-10tipc: improve size validations for received domain recordsJon Maloy
2022-02-09mptcp: netlink: process IPv6 addrs in creating listening socketsKishen Maloor
2022-02-09vlan: move dev_put into vlan_dev_uninitXin Long
2022-02-09vlan: introduce vlan_dev_free_egress_priorityXin Long
2022-02-09ax25: fix UAF bugs of net_device caused by rebinding operationDuoming Zhou
2022-02-09net: dsa: fix panic when DSA master device unbinds on shutdownVladimir Oltean
2022-02-09tipc: rate limit warning for received illegal binding updateJon Maloy
2022-02-09Merge tag 'linux-can-fixes-for-5.17-20220209' of git://git.kernel.org/pub/scm...David S. Miller
2022-02-09ax25: fix NPD bug in ax25_disconnectDuoming Zhou
2022-02-09netfilter: xt_socket: fix a typo in socket_mt_destroy()Eric Dumazet
2022-02-09can: isotp: fix error path in isotp_sendmsg() to unlock wait queueOliver Hartkopp
2022-02-09can: isotp: fix potential CAN frame reception race in isotp_rcv()Oliver Hartkopp
2022-02-08ipmr,ip6mr: acquire RTNL before calling ip[6]mr_free_table() on failure pathEric Dumazet
2022-02-08Merge tag 'nfs-for-5.17-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2022-02-08SUNRPC: lock against ->sock changing during sysfs readNeilBrown
2022-02-08xprtrdma: fix pointer derefs in error cases of rpcrdma_ep_createDan Aloni
2022-02-07net/smc: use GFP_ATOMIC allocation in smc_pnet_add_eth()Eric Dumazet
2022-02-06net/smc: fix ref_tracker issue in smc_pnet_add()Eric Dumazet
2022-02-04tcp: take care of mixed splice()/sendmsg(MSG_ZEROCOPY) caseEric Dumazet
2022-02-04Merge tag 'ceph-for-5.17-rc3' of git://github.com/ceph/ceph-clientLinus Torvalds
2022-02-04cfg80211: fix race in netlink owner interface destructionJohannes Berg
2022-02-04netfilter: ctnetlink: disable helper autoassignFlorian Westphal
2022-02-04netfilter: conntrack: re-init state for retransmitted syn-ackFlorian Westphal
2022-02-04netfilter: conntrack: move synack init code to helperFlorian Westphal
2022-02-04netfilter: nft_payload: don't allow th access for fragmentsFlorian Westphal
2022-02-04netfilter: conntrack: don't refresh sctp entries in closed stateFlorian Westphal
2022-02-03Merge tag 'net-5.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-02-03ax25: fix reference count leaks of ax25_devDuoming Zhou
2022-02-02net, neigh: Do not trigger immediate probes on NUD_FAILED from neigh_managed_...Daniel Borkmann
2022-02-02tcp: add missing tcp_skb_can_collapse() test in tcp_shift_skb_data()Eric Dumazet
2022-02-02libceph: optionally use bounce buffer on recv path in crc modeIlya Dryomov
2022-02-02libceph: make recv path in secure mode work the same as send pathIlya Dryomov
2022-02-02Partially revert "net/smc: Add netlink net namespace support"Dmitry V. Levin
2022-02-01tcp: fix mem under-charging with zerocopy sendmsg()Eric Dumazet
2022-02-01af_packet: fix data-race in packet_setsockopt / packet_setsockoptEric Dumazet
2022-02-01rtnetlink: make sure to refresh master_dev/m_ops in __rtnl_newlink()Eric Dumazet
2022-02-01net: sched: fix use-after-free in tc_new_tfilter()Eric Dumazet