summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-08-1513-101/+222
|\
| * Merge tag 'nf-24-08-15' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni2024-08-156-50/+149
| |\
| | * netfilter: nf_tables: Add locking for NFT_MSG_GETOBJ_RESET requestsPhil Sutter2024-08-141-13/+59
| | * netfilter: nf_tables: Introduce nf_tables_getobj_singlePhil Sutter2024-08-141-31/+44
| | * netfilter: nf_tables: Audit log dump reset after the factPhil Sutter2024-08-141-15/+13
| | * netfilter: nf_queue: drop packets with cloned unconfirmed conntracksFlorian Westphal2024-08-142-3/+38
| | * netfilter: flowtable: initialise extack before useDonald Hunter2024-08-141-1/+1
| | * netfilter: nfnetlink: Initialise extack before use in ACKsDonald Hunter2024-08-141-1/+4
| | * netfilter: allow ipv6 fragments to arrive on different devicesTom Hughes2024-08-141-0/+4
| * | net: ethtool: Allow write mechanism of LPL and both LPL and EPLDanielle Ratson2024-08-151-2/+6
| * | vsock: fix recursive ->recvmsg callsCong Wang2024-08-152-23/+31
| |/
| * tcp: Update window clamping conditionSubash Abhinov Kasiviswanathan2024-08-141-16/+12
| * mptcp: correct MPTCP_SUBFLOW_ATTR_SSN_OFFSET reserved sizeEugene Syromiatnikov2024-08-141-1/+1
| * udp: Fall back to software USO if IPv6 extension headers are presentJakub Sitnicki2024-08-101-0/+6
| * net: Make USO depend on CSUM offloadJakub Sitnicki2024-08-101-9/+17
* | Merge tag 'nfsd-6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2024-08-101-1/+1
|\ \ | |/ |/|
| * sunrpc: avoid -Wformat-security warningArnd Bergmann2024-07-191-1/+1
* | ethtool: Fix context creation with no parametersGal Pressman2024-08-081-5/+8
* | net: ethtool: fix off-by-one error in max RSS context IDsEdward Cree2024-08-081-2/+3
* | l2tp: fix lockdep splatJames Chapman2024-08-081-2/+13
* | Merge tag 'for-net-2024-08-07' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2024-08-082-0/+15
|\ \
| * | Bluetooth: hci_sync: avoid dup filtering when passive scanning with adv monitorAnton Khirnov2024-08-071-0/+14
| * | Bluetooth: l2cap: always unlock channel in l2cap_conless_channel()Dmitry Antipov2024-08-071-0/+1
* | | net/smc: add the max value of fallback reason countZhengchao Shao2024-08-081-1/+1
|/ /
* | net: linkwatch: use system_unbound_wqEric Dumazet2024-08-061-2/+2
* | net: bridge: mcast: wait for previous gc cycles when removing portNikolay Aleksandrov2024-08-061-3/+1
* | net/tcp: Disable TCP-AO static key after RCU grace periodDmitry Safonov2024-08-041-13/+30
* | sctp: Fix null-ptr-deref in reuseport_add_sock().Kuniyuki Iwashima2024-08-031-8/+11
* | mptcp: pm: do not ignore 'subflow' if 'signal' flag is also setMatthieu Baerts (NGI0)2024-08-021-4/+12
* | mptcp: pm: don't try to create sf if alloc failedMatthieu Baerts (NGI0)2024-08-021-4/+6
* | mptcp: pm: reduce indentation blocksMatthieu Baerts (NGI0)2024-08-021-8/+11
* | mptcp: pm: deny endp with signal + subflow + portMatthieu Baerts (NGI0)2024-08-021-2/+2
* | mptcp: fully established after ADD_ADDR echo on MPJMatthieu Baerts (NGI0)2024-08-021-1/+2
* | Merge tag 'net-6.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-08-0130-93/+261
|\ \
| * | mptcp: fix duplicate data handlingPaolo Abeni2024-08-011-4/+12
| * | mptcp: fix bad RCVPRUNED mib accountingPaolo Abeni2024-08-011-4/+4
| * | Merge tag 'nf-24-07-31' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni2024-08-012-13/+19
| |\ \
| | * | netfilter: iptables: Fix potential null-ptr-deref in ip6table_nat_table_init().Kuniyuki Iwashima2024-07-311-5/+9
| | * | netfilter: iptables: Fix null-ptr-deref in iptable_nat_table_init().Kuniyuki Iwashima2024-07-311-8/+10
| * | | ipv6: fix ndisc_is_useropt() handling for PIOMaciej Żenczykowski2024-08-011-16/+18
| |/ /
| * | net: drop bad gso csum_start and offset in virtio_net_hdrWillem de Bruijn2024-07-312-0/+7
| * | net/iucv: fix use after free in iucv_sock_close()Alexandra Winter2024-07-301-2/+2
| * | net/smc: prevent UAF in inet_create()D. Wythe2024-07-301-3/+4
| * | mptcp: pm: fix backup support in signal endpointsMatthieu Baerts (NGI0)2024-07-305-0/+54
| * | mptcp: mib: count MPJ with backup flagMatthieu Baerts (NGI0)2024-07-303-0/+10
| * | mptcp: pm: only set request_bkup flag when sending MP_PRIOMatthieu Baerts (NGI0)2024-07-301-1/+0
| * | mptcp: distinguish rcv vs sent backup flag in requestsMatthieu Baerts (NGI0)2024-07-303-1/+3
| * | mptcp: sched: check both directions for backupMatthieu Baerts (NGI0)2024-07-301-4/+6
| * | mptcp: fix NL PM announced address accountingPaolo Abeni2024-07-291-4/+6
| * | mptcp: fix user-space PM announced address accountingPaolo Abeni2024-07-291-4/+13