aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-08-03l2tp: Don't assign net->gen->ptr[] for pppol2tp_net_ops.Kuniyuki Iwashima1-3/+0
2024-08-02rxrpc: Remove unused function declarationsYue Haibing1-2/+0
2024-08-02net: core: annotate socks of struct sock_reuseport with __counted_byDmitry Antipov1-3/+2
2024-08-02tipc: guard against string buffer overrunSimon Horman1-2/+6
2024-08-02vsock/virtio: add SIOCOUTQ support for all virtio based transportsLuigi Leonardi3-1/+44
2024-08-02vsock: add support for SIOCOUTQ ioctlLuigi Leonardi1-3/+55
2024-08-01net: mctp: Consistent peer address handling in ioctl tag allocationJohn Wang1-0/+3
2024-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski32-95/+263
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-01ethtool: Don't check for NULL info in prepare_data callbacksSimon Horman3-4/+3
2024-08-01RDS: IB: Remove unused declarationsYue Haibing1-4/+0
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-07-31netfilter: iptables: Fix potential null-ptr-deref in ip6table_nat_table_init().Kuniyuki Iwashima1-5/+9
2024-07-31netfilter: iptables: Fix null-ptr-deref in iptable_nat_table_init().Kuniyuki Iwashima1-8/+10
2024-07-31Add support for PIO p flagPatrick Rohr1-1/+14
2024-07-31net/smc: remove unused input parameters in smcr_new_buf_createZhengchao Shao1-2/+2
2024-07-31net/smc: remove redundant code in smc_connect_check_aclcZhengchao Shao1-4/+0
2024-07-31net/smc: remove the fallback in __smc_connectZhengchao Shao1-4/+0
2024-07-31net/smc: remove unreferenced header in smc_loopback.h fileZhengchao Shao1-1/+0
2024-07-31l2tp: use pre_exit pernet hook to avoid rcu_barrierJames Chapman1-2/+7
2024-07-31l2tp: cleanup eth/ppp pseudowire setup codeJames Chapman2-4/+6
2024-07-31l2tp: add idr consistency check in session_registerJames Chapman1-2/+9
2024-07-31l2tp: use rcu list add/del when updating listsJames Chapman1-6/+6
2024-07-31l2tp: prevent possible tunnel refcount underflowJames Chapman4-10/+24
2024-07-31l2tp: refactor ppp socket/session relationshipJames Chapman1-55/+39
2024-07-31l2tp: free sessions using rcuJames Chapman2-3/+2
2024-07-31l2tp: delete sessions using work queueJames Chapman2-16/+21
2024-07-31l2tp: simplify tunnel and socket cleanupJames Chapman2-62/+21
2024-07-31l2tp: remove unused tunnel magic fieldJames Chapman2-4/+0
2024-07-31l2tp: don't set sk_user_data in tunnel socketJames Chapman1-4/+6
2024-07-31l2tp: don't use tunnel socket sk_user_data in ppp procfs outputJames Chapman1-1/+1
2024-07-31l2tp: have l2tp_ip_destroy_sock use ip_flush_pending_framesJames Chapman1-3/+3
2024-07-31ipv4: export ip_flush_pending_framesJames Chapman1-0/+1
2024-07-31l2tp: lookup tunnel from socket without using sk_user_dataJames Chapman4-17/+54
2024-07-30net/tcp: Expand goo.gl linkDr. David Alan Gilbert1-1/+2
2024-07-30net: 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
2024-07-29tcp: Adjust clamping window for applications specifying SO_RCVBUFSubash Abhinov Kasiviswanathan1-7/+16