summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2022-02-10Merge tag 'net-5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
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-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-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
2022-01-31net/smc: Forward wakeup to smc socket waitqueue after fallbackWen Gu
2022-01-28Merge tag 'fsnotify_for_v5.17-rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-01-28Merge tag 'ieee802154-for-net-2022-01-28' of git://git.kernel.org/pub/scm/lin...David S. Miller
2022-01-28ax25: add refcount in ax25_dev to avoid UAF bugsDuoming Zhou
2022-01-28ax25: improve the incomplete fix to avoid UAF and NPD bugsDuoming Zhou
2022-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski
2022-01-27Merge tag 'net-5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-01-27net: bridge: vlan: fix memory leak in __allowed_ingressTim Yi
2022-01-27netfilter: nf_tables: remove assignment with no effect in chain blob builderPablo Neira Ayuso
2022-01-27net: socket: rename SKB_DROP_REASON_SOCKET_FILTERMenglong Dong
2022-01-27ipv4: tcp: send zero IPID in SYNACK messagesEric Dumazet
2022-01-27ipv4: raw: lock the socket in raw_bind()Eric Dumazet