summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | 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
* | | | mptcp: set msk local address earlierPaolo Abeni2022-10-243-2/+9
* | | | genetlink: piggy back on resv_op to default to a reject policyJakub Kicinski2022-10-241-0/+23
* | | | ethtool: eeprom: fix null-deref on genl_info in dumpXin Long2022-10-241-1/+1
* | | | Merge tag 'net-6.1-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-10-246-15/+40
|\ \ \ \ | |_|/ / |/| | |
| * | | tcp: fix indefinite deferral of RTO with SACK renegingNeal Cardwell2022-10-241-1/+2
| * | | tcp: fix a signed-integer-overflow bug in tcp_add_backlog()Lu Wei2022-10-241-1/+3
| * | | net: fix UAF issue in nfqnl_nf_hook_drop() when ops_init() failedZhengchao Shao2022-10-241-0/+7
| * | | kcm: annotate data-races around kcm->rx_waitEric Dumazet2022-10-241-6/+11
| * | | kcm: annotate data-races around kcm->rx_psockEric Dumazet2022-10-241-3/+5
| * | | ethtool: pse-pd: fix null-deref on genl_info in dumpJakub Kicinski2022-10-211-1/+1
| * | | tipc: fix a null-ptr-deref in tipc_topsrv_acceptXin Long2022-10-201-4/+12
| | |/ | |/|
* | | Merge tag 'io_uring-6.1-2022-10-22' of git://git.kernel.dk/linuxLinus Torvalds2022-10-232-0/+2
|\ \ \ | |/ / |/| |
| * | net: flag sockets supporting msghdr originated zerocopyPavel Begunkov2022-10-222-0/+2