summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-08-15Merge tag 'net-6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds13-101/+222
2024-08-15Merge tag 'nf-24-08-15' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni6-50/+149
2024-08-15net: ethtool: Allow write mechanism of LPL and both LPL and EPLDanielle Ratson1-2/+6
2024-08-15vsock: fix recursive ->recvmsg callsCong Wang2-23/+31
2024-08-15netfilter: nf_tables: Add locking for NFT_MSG_GETOBJ_RESET requestsPhil Sutter1-13/+59
2024-08-15netfilter: nf_tables: Introduce nf_tables_getobj_singlePhil Sutter1-31/+44
2024-08-15netfilter: nf_tables: Audit log dump reset after the factPhil Sutter1-15/+13
2024-08-15netfilter: nf_queue: drop packets with cloned unconfirmed conntracksFlorian Westphal2-3/+38
2024-08-15netfilter: flowtable: initialise extack before useDonald Hunter1-1/+1
2024-08-15netfilter: nfnetlink: Initialise extack before use in ACKsDonald Hunter1-1/+4
2024-08-14netfilter: allow ipv6 fragments to arrive on different devicesTom Hughes1-0/+4
2024-08-14tcp: Update window clamping conditionSubash Abhinov Kasiviswanathan1-16/+12
2024-08-14mptcp: correct MPTCP_SUBFLOW_ATTR_SSN_OFFSET reserved sizeEugene Syromiatnikov1-1/+1
2024-08-10Merge tag 'nfsd-6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds1-1/+1
2024-08-10udp: Fall back to software USO if IPv6 extension headers are presentJakub Sitnicki1-0/+6
2024-08-10net: Make USO depend on CSUM offloadJakub Sitnicki1-9/+17
2024-08-08ethtool: Fix context creation with no parametersGal Pressman1-5/+8
2024-08-08net: ethtool: fix off-by-one error in max RSS context IDsEdward Cree1-2/+3
2024-08-08l2tp: fix lockdep splatJames Chapman1-2/+13
2024-08-08Merge tag 'for-net-2024-08-07' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2-0/+15
2024-08-08net/smc: add the max value of fallback reason countZhengchao Shao1-1/+1
2024-08-07Bluetooth: hci_sync: avoid dup filtering when passive scanning with adv monitorAnton Khirnov1-0/+14
2024-08-07Bluetooth: l2cap: always unlock channel in l2cap_conless_channel()Dmitry Antipov1-0/+1
2024-08-06net: linkwatch: use system_unbound_wqEric Dumazet1-2/+2
2024-08-06net: bridge: mcast: wait for previous gc cycles when removing portNikolay Aleksandrov1-3/+1
2024-08-04net/tcp: Disable TCP-AO static key after RCU grace periodDmitry Safonov1-13/+30
2024-08-03sctp: Fix null-ptr-deref in reuseport_add_sock().Kuniyuki Iwashima1-8/+11
2024-08-02mptcp: pm: do not ignore 'subflow' if 'signal' flag is also setMatthieu Baerts (NGI0)1-4/+12
2024-08-02mptcp: pm: don't try to create sf if alloc failedMatthieu Baerts (NGI0)1-4/+6
2024-08-02mptcp: pm: reduce indentation blocksMatthieu Baerts (NGI0)1-8/+11
2024-08-02mptcp: pm: deny endp with signal + subflow + portMatthieu Baerts (NGI0)1-2/+2
2024-08-02mptcp: fully established after ADD_ADDR echo on MPJMatthieu Baerts (NGI0)1-1/+2
2024-08-01Merge tag 'net-6.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds30-93/+261
2024-08-01mptcp: fix duplicate data handlingPaolo Abeni1-4/+12
2024-08-01mptcp: fix bad RCVPRUNED mib accountingPaolo Abeni1-4/+4
2024-08-01Merge tag 'nf-24-07-31' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni2-13/+19
2024-08-01ipv6: fix ndisc_is_useropt() handling for PIOMaciej Żenczykowski1-16/+18
2024-08-01netfilter: iptables: Fix potential null-ptr-deref in ip6table_nat_table_init().Kuniyuki Iwashima1-5/+9
2024-08-01netfilter: iptables: Fix null-ptr-deref in iptable_nat_table_init().Kuniyuki Iwashima1-8/+10
2024-07-31net: drop bad gso csum_start and offset in virtio_net_hdrWillem de Bruijn2-0/+7
2024-07-30net/iucv: fix use after free in iucv_sock_close()Alexandra Winter1-2/+2
2024-07-30net/smc: prevent UAF in inet_create()D. Wythe1-3/+4
2024-07-30mptcp: pm: fix backup support in signal endpointsMatthieu Baerts (NGI0)5-0/+54
2024-07-30mptcp: mib: count MPJ with backup flagMatthieu Baerts (NGI0)3-0/+10
2024-07-30mptcp: pm: only set request_bkup flag when sending MP_PRIOMatthieu Baerts (NGI0)1-1/+0
2024-07-30mptcp: distinguish rcv vs sent backup flag in requestsMatthieu Baerts (NGI0)3-1/+3
2024-07-30mptcp: sched: check both directions for backupMatthieu Baerts (NGI0)1-4/+6
2024-07-29mptcp: fix NL PM announced address accountingPaolo Abeni1-4/+6
2024-07-29mptcp: fix user-space PM announced address accountingPaolo Abeni1-4/+13
2024-07-29rtnetlink: Don't ignore IFLA_TARGET_NETNSID when ifname is specified in rtnl_...Kuniyuki Iwashima1-1/+1