summaryrefslogtreecommitdiff
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | xprtrdma: fix pointer derefs in error cases of rpcrdma_ep_createDan Aloni2022-02-081-0/+3
* | | Merge tag 'ceph-for-5.17-rc3' of git://github.com/ceph/ceph-clientLinus Torvalds2022-02-044-70/+245
|\ \ \ | |_|/ |/| |
| * | libceph: optionally use bounce buffer on recv path in crc modeIlya Dryomov2022-02-024-20/+103
| * | libceph: make recv path in secure mode work the same as send pathIlya Dryomov2022-02-021-62/+154
| |/
* | Merge tag 'net-5.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-02-0321-69/+247
|\ \ | |/ |/|
| * ax25: fix reference count leaks of ax25_devDuoming Zhou2022-02-033-16/+36
| * net, neigh: Do not trigger immediate probes on NUD_FAILED from neigh_managed_...Daniel Borkmann2022-02-021-6/+12
| * tcp: add missing tcp_skb_can_collapse() test in tcp_shift_skb_data()Eric Dumazet2022-02-021-0/+2
| * Partially revert "net/smc: Add netlink net namespace support"Dmitry V. Levin2022-02-021-2/+0
| * tcp: fix mem under-charging with zerocopy sendmsg()Eric Dumazet2022-02-011-2/+5
| * af_packet: fix data-race in packet_setsockopt / packet_setsockoptEric Dumazet2022-02-011-2/+6
| * rtnetlink: make sure to refresh master_dev/m_ops in __rtnl_newlink()Eric Dumazet2022-02-011-2/+4
| * net: sched: fix use-after-free in tc_new_tfilter()Eric Dumazet2022-02-011-4/+7
| * net/smc: Forward wakeup to smc socket waitqueue after fallbackWen Gu2022-01-312-16/+137
| * Merge tag 'ieee802154-for-net-2022-01-28' of git://git.kernel.org/pub/scm/lin...David S. Miller2022-01-281-4/+4
| |\
| | * net: ieee802154: Return meaningful error codes from the netlink helpersMiquel Raynal2022-01-271-4/+4
| * | ax25: add refcount in ax25_dev to avoid UAF bugsDuoming Zhou2022-01-283-2/+15
| * | ax25: improve the incomplete fix to avoid UAF and NPD bugsDuoming Zhou2022-01-281-3/+6
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2022-01-278-17/+20
| |\ \
| | * | netfilter: nf_tables: remove assignment with no effect in chain blob builderPablo Neira Ayuso2022-01-271-1/+0
| | * | netfilter: nft_byteorder: track register operationsPablo Neira Ayuso2022-01-271-0/+12
| | * | netfilter: nft_reject_bridge: Fix for missing reply from preroutingPhil Sutter2022-01-271-4/+4
| | * | netfilter: nft_ct: fix use after free when attaching zone templateFlorian Westphal2022-01-271-1/+4
| | * | netfilter: Remove flowtable relicsGeert Uytterhoeven2022-01-274-11/+0
| | |/
* | | Merge tag 'fsnotify_for_v5.17-rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-01-281-2/+2
|\ \ \ | |/ / |/| |