summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* rxrpc: Fix switched parameters in peer tracingDavid Howells2022-12-191-2/+2
* rxrpc: Fix locking issues in rxrpc_put_peer_locked()David Howells2022-12-193-23/+7
* rxrpc: Fix I/O thread startup getting skippedDavid Howells2022-12-193-0/+5
* rxrpc: Fix NULL deref in rxrpc_unuse_local()David Howells2022-12-191-1/+2
* rxrpc: Fix security setting propagationDavid Howells2022-12-193-5/+4
* rxrpc: Fix missing unlock in rxrpc_do_sendmsg()David Howells2022-12-191-1/+1
* net_sched: reject TCF_EM_SIMPLE case for complex ematch moduleCong Wang2022-12-191-0/+2
* skbuff: Account for tail adjustment during pull operationsSubash Abhinov Kasiviswanathan2022-12-171-0/+3
* devlink: protect devlink dump by the instance lockJakub Kicinski2022-12-171-0/+3
* openvswitch: Fix flow lookup to use unmasked keyEelco Chaudron2022-12-161-9/+16
* devlink: hold region lock when flushing snapshotsJakub Kicinski2022-12-161-0/+2
* unix: Fix race in SOCK_SEQPACKET's unix_dgram_sendmsg()Kirill Tkhai2022-12-151-2/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2022-12-142-3/+8
|\
| * ipvs: add a 'default' case in do_ip_vs_set_ctl()Li Qiong2022-12-131-0/+5
| * netfilter: flowtable: really fix NAT IPv6 offloadQingfang DENG2022-12-081-3/+3
* | Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-12-14408-9982/+16701
|\ \
| * | ipvs: fix type warning in do_div() on 32 bitJakub Kicinski2022-12-131-1/+2
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-12-138-21/+85
| |\ \
| | * | net: dsa: tag_8021q: avoid leaking ctx on dsa_tag_8021q_register() error pathVladimir Oltean2022-12-131-1/+10
| | * | mptcp: use proper req destructor for IPv6Matthieu Baerts2022-12-121-3/+16
| | * | mptcp: dedicated request sock for subflow in v6Matthieu Baerts2022-12-121-8/+26
| | * | mptcp: remove MPTCP 'ifdef' in TCP SYN cookiesMatthieu Baerts2022-12-122-5/+14
| | * | mptcp: netlink: fix some error return codeWei Yongjun2022-12-121-0/+4
| | * | af_unix: call proto_unregister() in the error path in af_unix_init()Yang Yingliang2022-12-121-0/+1
| | * | net: setsockopt: fix IPV6_UNICAST_IF option for connected socketsRichard Gobert2022-12-121-5/+10
| | * | net/tunnel: wait until all sk_user_data reader finish before releasing the sockHangbin Liu2022-12-121-0/+1
| | * | net: vmw_vsock: vmci: Check memcpy_from_msg()Artem Chernyshev2022-12-091-1/+5
| | |/
| * | IPv6/GRO: generic helper to remove temporary HBH/jumbo header in driverCoco Li2022-12-131-23/+4
| * | bridge: mcast: Support replacement of MDB port group entriesIdo Schimmel2022-12-132-5/+98
| * | bridge: mcast: Allow user space to specify MDB entry routing protocolIdo Schimmel2022-12-132-2/+14
| * | bridge: mcast: Allow user space to add (*, G) with a source list and filter modeIdo Schimmel2022-12-131-0/+130
| * | bridge: mcast: Add support for (*, G) with a source list and filter modeIdo Schimmel2022-12-132-3/+132
| * | bridge: mcast: Avoid arming group timer when (S, G) corresponds to a sourceIdo Schimmel2022-12-132-1/+2
| * | bridge: mcast: Add a flag for user installed source entriesIdo Schimmel2022-12-132-1/+3
| * | bridge: mcast: Expose __br_multicast_del_group_src()Ido Schimmel2022-12-132-3/+9
| * | bridge: mcast: Expose br_multicast_new_group_src()Ido Schimmel2022-12-132-1/+4
| * | bridge: mcast: Add a centralized error pathIdo Schimmel2022-12-131-4/+6
| * | bridge: mcast: Place netlink policy before validation functionsIdo Schimmel2022-12-131-6/+6
| * | bridge: mcast: Split (*, G) and (S, G) addition into different functionsIdo Schimmel2022-12-131-49/+96
| * | bridge: mcast: Do not derive entry type from its filter modeIdo Schimmel2022-12-131-6/+3
| * | net: failover: use IFF_NO_ADDRCONF flag to prevent ipv6 addrconfXin Long2022-12-131-3/+3
| * | net: add IFF_NO_ADDRCONF and use it in bonding to prevent ipv6 addrconfXin Long2022-12-131-2/+2
| * | net: tso: inline tso_count_descs()Yunsheng Lin2022-12-131-8/+0
| * | net: dsa: don't call ptp_classify_raw() if switch doesn't provide RX timestam...Vladimir Oltean2022-12-131-4/+4
| * | Merge tag 'for-net-next-2022-12-12' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2022-12-1211-54/+102
| |\ \
| | * | Bluetooth: Wait for HCI_OP_WRITE_AUTH_PAYLOAD_TO to completeLuiz Augusto von Dentz2022-12-121-6/+16
| | * | Bluetooth: ISO: Avoid circular locking dependencyLuiz Augusto von Dentz2022-12-121-23/+38
| | * | Bluetooth: RFCOMM: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-12-121-1/+1
| | * | Bluetooth: hci_core: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-12-121-1/+1
| | * | Bluetooth: hci_conn: Fix crash on hci_create_cis_syncLuiz Augusto von Dentz2022-12-121-1/+1