summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | rtnetlink: Don't ignore IFLA_TARGET_NETNSID when ifname is specified in rtnl_...Kuniyuki Iwashima2024-07-291-1/+1
| * | tcp: Adjust clamping window for applications specifying SO_RCVBUFSubash Abhinov Kasiviswanathan2024-07-291-7/+16
| * | ethtool: fix the state of additional contexts with old APIJakub Kicinski2024-07-291-8/+30
| * | ethtool: fix setting key and resetting indir at onceJakub Kicinski2024-07-291-2/+3
| * | tun: Add missing bpf_net_ctx_clear() in do_xdp_generic()Jeongjun Park2024-07-291-0/+1
| * | Merge tag 'for-net-2024-07-26' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2024-07-273-9/+24
| |\ \
| | * | Bluetooth: hci_event: Fix setting DISCOVERY_FINDING for passive scanningLuiz Augusto von Dentz2024-07-262-9/+3
| | * | Bluetooth: hci_sync: Fix suspending with wrong filter policyLuiz Augusto von Dentz2024-07-261-0/+21
| * | | Merge tag 'wireless-2024-07-26' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2024-07-275-8/+18
| |\ \ \ | | |/ / | |/| |
| | * | wifi: cfg80211: correct S1G beacon length calculationJohannes Berg2024-07-261-3/+8
| | * | wifi: cfg80211: fix reporting failed MLO links status with cfg80211_connect_doneVeerendranath Jakkam2024-07-261-0/+1
| | * | wifi: mac80211: use monitor sdata with driver only if desiredJohannes Berg2024-07-263-5/+9
| * | | sched: act_ct: take care of padding in struct zones_ht_keyEric Dumazet2024-07-261-1/+3
| * | | ethtool: rss: echo the context number backJakub Kicinski2024-07-261-1/+7
| |/ /
* / / minmax: add a few more MIN_T/MAX_T usersLinus Torvalds2024-07-282-2/+2
|/ /