summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-6.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-11-0325-85/+204
|\
| * vsock: fix possible infinite sleep in vsock_connectible_wait_data()Dexuan Cui2022-11-031-1/+4
| * vsock: remove the unused 'wait' in vsock_connectible_recvmsg()Dexuan Cui2022-11-031-2/+0
| * ipv6: fix WARNING in ip6_route_net_exit_late()Zhengchao Shao2022-11-021-4/+10
| * bridge: Fix flushing of dynamic FDB entriesIdo Schimmel2022-11-022-2/+2
| * net, neigh: Fix null-ptr-deref in neigh_table_clear()Chen Zhongjin2022-11-021-1/+1
| * net/smc: Fix possible leaked pernet namespace in smc_init()Chen Zhongjin2022-11-021-2/+4
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2022-11-025-37/+52
| |\
| | * netfilter: ipset: enforce documented limit to prevent allocating huge memoryJozsef Kadlecsik2022-11-021-24/+6
| | * netfilter: nf_nat: Fix possible memory leak in nf_nat_init()Chen Zhongjin2022-11-021-1/+10
| | * ipvs: fix WARNING in ip_vs_app_net_cleanup()Zhengchao Shao2022-11-021-2/+8
| | * ipvs: fix WARNING in __ip_vs_cleanup_batch()Zhengchao Shao2022-11-021-5/+21
| | * ipvs: use explicitly signed charsJason A. Donenfeld2022-11-021-2/+2
| | * netfilter: nf_tables: release flow rule object from commit pathPablo Neira Ayuso2022-11-011-3/+3
| | * netfilter: nf_tables: netlink notifier might race to release objectsPablo Neira Ayuso2022-11-011-0/+2
| * | Bluetooth: L2CAP: Fix attempting to access uninitialized memoryLuiz Augusto von Dentz2022-11-021-1/+2
| * | Bluetooth: L2CAP: Fix l2cap_global_chan_by_psmLuiz Augusto von Dentz2022-11-021-1/+1
| * | Bluetooth: L2CAP: Fix accepting connection request for invalid SPSMLuiz Augusto von Dentz2022-11-021-0/+25
| * | Bluetooth: hci_conn: Fix not restoring ISO buffer count on disconnectLuiz Augusto von Dentz2022-11-021-0/+11
| * | Bluetooth: L2CAP: Fix memory leak in vhci_writeHawkins Jiawei2022-11-021-4/+3
| * | Bluetooth: L2CAP: fix use-after-free in l2cap_conn_del()Zhengchao Shao2022-11-021-0/+1
| * | Bluetooth: hci_conn: Fix CIS connection dst_type handlingPauli Virtanen2022-11-022-8/+13
| * | Bluetooth: L2CAP: Fix use-after-free caused by l2cap_reassemble_sduMaxim Mikityanskiy2022-11-021-7/+41
| * | rose: Fix NULL pointer dereference in rose_send_frame()Zhang Qilong2022-11-021-0/+3
| * | netlink: introduce bigendian integer typesFlorian Westphal2022-11-011-3/+3
| |/
| * net: sched: Fix use after free in red_enqueue()Dan Carpenter2022-10-311-1/+3
| * net: dsa: fall back to default tagger if we can't load the one from DTVladimir Oltean2022-10-281-3/+10
| * net: also flag accepted sockets supporting msghdr originated zerocopyStefan Metzmacher2022-10-281-0/+2
| * net/ulp: remove SOCK_SUPPORT_ZC from tls socketsPavel Begunkov2022-10-281-0/+3
| * net: remove SOCK_SUPPORT_ZC from sockmapPavel Begunkov2022-10-283-8/+8
| * udp: advertise ipv6 udp support for msghdr::ubuf_infoPavel Begunkov2022-10-281-0/+1
| * net: openvswitch: add missing .resv_start_opJakub Kicinski2022-10-281-0/+1
* | Merge tag 'nfs-for-6.1-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2022-11-022-3/+11
|\ \ | |/ |/|
| * SUNRPC: Fix crasher in gss_unwrap_resp_integ()Chuck Lever2022-10-271-1/+1
| * SUNRPC: Fix null-ptr-deref when xps sysfs alloc failedZhang Xiaoxu2022-10-271-2/+10
* | kcm: do not sense pfmemalloc status in kcm_sendpage()Eric Dumazet2022-10-271-1/+1
* | net: do not sense pfmemalloc status in skb_append_pagefrags()Eric Dumazet2022-10-271-1/+1
* | Merge tag 'linux-can-fixes-for-6.1-20221027' of git://git.kernel.org/pub/scm/...Jakub Kicinski2022-10-271-1/+3
|\ \
| * | can: j1939: transport: j1939_session_skb_drop_old(): spin_unlock_irqrestore()...Yang Yingliang2022-10-271-1/+3
* | | nh: fix scope used to find saddr when adding non gw nhNicolas Dichtel2022-10-271-1/+1
* | | Revert "ip: fix dflt addr selection for connected nexthop"Nicolas Dichtel2022-10-271-1/+1
* | | Revert "ip: fix triggering of 'icmp redirect'"Nicolas Dichtel2022-10-271-2/+2
* | | genetlink: limit the use of validation workarounds to old opsJakub Kicinski2022-10-271-0/+2
* | | openvswitch: switch from WARN to pr_warnAaron Conole2022-10-271-1/+2
|/ /
* | ipv6: ensure sane device mtu in tunnelsEric Dumazet2022-10-253-13/+18
* | Merge tag 'ieee802154-for-net-2022-10-24' of git://git.kernel.org/pub/scm/lin...Jakub Kicinski2022-10-242-3/+6
|\ \
| * | mac802154: Fix LQI recordingMiquel Raynal2022-10-241-2/+3
| * | net: ieee802154: fix error return code in dgram_bind()Wei Yongjun2022-10-071-1/+3
* | | mptcp: fix abba deadlock on fastopenPaolo Abeni2022-10-241-15/+34
* | | mptcp: factor out mptcp_connect()Paolo Abeni2022-10-242-67/+73