summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_tables: fix memory leak during stateful obj updateFlorian Westphal2022-02-221-4/+9
* netfilter: nft_limit: fix stateful object memory leakFlorian Westphal2022-02-211-0/+18
* netfilter: nf_tables: unregister flowtable hooks on netns exitPablo Neira Ayuso2022-02-211-0/+3
* netfilter: nf_tables_offload: incorrect flow offload action array sizePablo Neira Ayuso2022-02-204-2/+25
* netfilter: xt_socket: missing ifdef CONFIG_IP6_NF_IPTABLES dependencyPablo Neira Ayuso2022-02-131-0/+2
* 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-1119-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-101-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-092-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-051-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-0421-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-031-6/+12
| * | tcp: add missing tcp_skb_can_collapse() test in tcp_shift_skb_data()Eric Dumazet2022-02-031-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-021-2/+5
| * | af_packet: fix data-race in packet_setsockopt / packet_setsockoptEric Dumazet2022-02-021-2/+6