summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* mptcp: pm: re-using ID of unused flushed subflowsMatthieu Baerts (NGI0)2024-08-201-0/+7
* mptcp: pm: re-using ID of unused removed subflowsMatthieu Baerts (NGI0)2024-08-201-1/+10
* mptcp: pm: re-using ID of unused removed ADD_ADDRMatthieu Baerts (NGI0)2024-08-201-1/+4
* netem: fix return value if duplicate enqueue failsStephen Hemminger2024-08-201-18/+29
* ip6_tunnel: Fix broken GROThomas Bogendoerfer2024-08-201-5/+7
* kcm: Serialise kcm_sendmsg() for the same socket.Kuniyuki Iwashima2024-08-191-0/+4
* net: mctp: test: Use correct skb for route input checkJeremy Kerr2024-08-191-1/+1
* tcp: prevent concurrent execution of tcp_sk_exit_batchFlorian Westphal2024-08-191-0/+14
* Merge tag 'for-net-2024-08-15' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2024-08-164-85/+84
|\
| * Bluetooth: MGMT: Add error handling to pair_device()Griffin Kroah-Hartman2024-08-151-0/+4
| * Bluetooth: SMP: Fix assumption of Central always being InitiatorLuiz Augusto von Dentz2024-08-151-72/+72
| * Bluetooth: hci_core: Fix LE quote calculationLuiz Augusto von Dentz2024-08-151-12/+7
| * Bluetooth: HCI: Invert LE State quirk to be opt-out rather then opt-inLuiz Augusto von Dentz2024-08-151-1/+1
* | net: dsa: provide a software untagging function on RX for VLAN-aware bridgesVladimir Oltean2024-08-162-32/+108
* | net: mscc: ocelot: use ocelot_xmit_get_vlan_info() also for FDMA and register...Vladimir Oltean2024-08-161-35/+2
* | 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-131-1/+1
| * udp: Fall back to software USO if IPv6 extension headers are presentJakub Sitnicki2024-08-091-0/+6
| * net: Make USO depend on CSUM offloadJakub Sitnicki2024-08-091-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-072-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-071-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-051-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-021-8/+11
* | mptcp: pm: do not ignore 'subflow' if 'signal' flag is also setMatthieu Baerts (NGI0)2024-08-011-4/+12
* | mptcp: pm: don't try to create sf if alloc failedMatthieu Baerts (NGI0)2024-08-011-4/+6
* | mptcp: pm: reduce indentation blocksMatthieu Baerts (NGI0)2024-08-011-8/+11
* | mptcp: pm: deny endp with signal + subflow + portMatthieu Baerts (NGI0)2024-08-011-2/+2
* | mptcp: fully established after ADD_ADDR echo on MPJMatthieu Baerts (NGI0)2024-08-011-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