summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-08-05udp: constify 'struct net' parameter of socket lookupsEric Dumazet
2024-08-05inet: constify 'struct net' parameter of various lookup helpersEric Dumazet
2024-08-05inet: constify inet_sk_bound_dev_eq() net parameterEric Dumazet
2024-08-05net: skbuff: sprinkle more __GFP_NOWARN on ingress allocsJakub Kicinski
2024-08-03net: Initialise net.core sysctl defaults in preinit_net().Kuniyuki Iwashima
2024-08-03net: Slim down setup_net().Kuniyuki Iwashima
2024-08-03net: Call preinit_net() without pernet_ops_rwsem.Kuniyuki Iwashima
2024-08-03net: Initialise net->passive once in preinit_net().Kuniyuki Iwashima
2024-08-03net: Don't register pernet_operations if only one of id or size is specified.Kuniyuki Iwashima
2024-08-03l2tp: Don't assign net->gen->ptr[] for pppol2tp_net_ops.Kuniyuki Iwashima
2024-08-02rxrpc: Remove unused function declarationsYue Haibing
2024-08-02net: core: annotate socks of struct sock_reuseport with __counted_byDmitry Antipov
2024-08-02tipc: guard against string buffer overrunSimon Horman
2024-08-02vsock/virtio: add SIOCOUTQ support for all virtio based transportsLuigi Leonardi
2024-08-02vsock: add support for SIOCOUTQ ioctlLuigi Leonardi
2024-08-01net: mctp: Consistent peer address handling in ioctl tag allocationJohn Wang
2024-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-08-01Merge tag 'net-6.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-08-01ethtool: Don't check for NULL info in prepare_data callbacksSimon Horman
2024-08-01RDS: IB: Remove unused declarationsYue Haibing
2024-08-01mptcp: fix duplicate data handlingPaolo Abeni
2024-08-01mptcp: fix bad RCVPRUNED mib accountingPaolo Abeni
2024-08-01Merge tag 'nf-24-07-31' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni
2024-08-01ipv6: fix ndisc_is_useropt() handling for PIOMaciej Żenczykowski
2024-07-31netfilter: iptables: Fix potential null-ptr-deref in ip6table_nat_table_init().Kuniyuki Iwashima
2024-07-31netfilter: iptables: Fix null-ptr-deref in iptable_nat_table_init().Kuniyuki Iwashima
2024-07-31Add support for PIO p flagPatrick Rohr
2024-07-31net/smc: remove unused input parameters in smcr_new_buf_createZhengchao Shao
2024-07-31net/smc: remove redundant code in smc_connect_check_aclcZhengchao Shao
2024-07-31net/smc: remove the fallback in __smc_connectZhengchao Shao
2024-07-31net/smc: remove unreferenced header in smc_loopback.h fileZhengchao Shao
2024-07-31l2tp: use pre_exit pernet hook to avoid rcu_barrierJames Chapman
2024-07-31l2tp: cleanup eth/ppp pseudowire setup codeJames Chapman
2024-07-31l2tp: add idr consistency check in session_registerJames Chapman
2024-07-31l2tp: use rcu list add/del when updating listsJames Chapman
2024-07-31l2tp: prevent possible tunnel refcount underflowJames Chapman
2024-07-31l2tp: refactor ppp socket/session relationshipJames Chapman
2024-07-31l2tp: free sessions using rcuJames Chapman
2024-07-31l2tp: delete sessions using work queueJames Chapman
2024-07-31l2tp: simplify tunnel and socket cleanupJames Chapman
2024-07-31l2tp: remove unused tunnel magic fieldJames Chapman
2024-07-31l2tp: don't set sk_user_data in tunnel socketJames Chapman
2024-07-31l2tp: don't use tunnel socket sk_user_data in ppp procfs outputJames Chapman
2024-07-31l2tp: have l2tp_ip_destroy_sock use ip_flush_pending_framesJames Chapman
2024-07-31ipv4: export ip_flush_pending_framesJames Chapman
2024-07-31l2tp: lookup tunnel from socket without using sk_user_dataJames Chapman
2024-07-30net/tcp: Expand goo.gl linkDr. David Alan Gilbert
2024-07-30net: drop bad gso csum_start and offset in virtio_net_hdrWillem de Bruijn
2024-07-30net/iucv: fix use after free in iucv_sock_close()Alexandra Winter
2024-07-30net/smc: prevent UAF in inet_create()D. Wythe