summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* vsock/virtio: add SIOCOUTQ support for all virtio based transportsLuigi Leonardi2024-08-023-1/+44
* vsock: add support for SIOCOUTQ ioctlLuigi Leonardi2024-08-021-3/+55
* net: mctp: Consistent peer address handling in ioctl tag allocationJohn Wang2024-08-011-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-08-0132-95/+263
|\
| * 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-302-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-263-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-265-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-251-1/+7
| | |/
| * / minmax: add a few more MIN_T/MAX_T usersLinus Torvalds2024-07-282-2/+2
| |/
* | ethtool: Don't check for NULL info in prepare_data callbacksSimon Horman2024-08-013-4/+3
* | RDS: IB: Remove unused declarationsYue Haibing2024-08-011-4/+0
* | Add support for PIO p flagPatrick Rohr2024-07-311-1/+14
* | net/smc: remove unused input parameters in smcr_new_buf_createZhengchao Shao2024-07-311-2/+2
* | net/smc: remove redundant code in smc_connect_check_aclcZhengchao Shao2024-07-311-4/+0
* | net/smc: remove the fallback in __smc_connectZhengchao Shao2024-07-311-4/+0
* | net/smc: remove unreferenced header in smc_loopback.h fileZhengchao Shao2024-07-311-1/+0
* | l2tp: use pre_exit pernet hook to avoid rcu_barrierJames Chapman2024-07-311-2/+7
* | l2tp: cleanup eth/ppp pseudowire setup codeJames Chapman2024-07-312-4/+6
* | l2tp: add idr consistency check in session_registerJames Chapman2024-07-311-2/+9
* | l2tp: use rcu list add/del when updating listsJames Chapman2024-07-311-6/+6
* | l2tp: prevent possible tunnel refcount underflowJames Chapman2024-07-314-10/+24
* | l2tp: refactor ppp socket/session relationshipJames Chapman2024-07-311-55/+39
* | l2tp: free sessions using rcuJames Chapman2024-07-312-3/+2