summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2025-02-18netdev: Switch to use hrtimer_setup()Nam Cao-2/+1
2025-02-17net: move stale comment about ntuple validationJakub Kicinski-1/+3
2025-02-17netdev-genl: Add an XSK attribute to queuesJoe Damato-0/+12
2025-02-17net: use napi_id_valid helperStefano Jordhani-7/+7
2025-02-17drop_monitor: fix incorrect initialization orderGavrilov Ilia-15/+14
2025-02-15ndisc: ndisc_send_redirect() cleanupEric Dumazet-5/+3
2025-02-15net/sched: cls_api: fix error handling causing NULL dereferencePierre Riteau-1/+1
2025-02-14vsock/virtio: fix variables initialization during resumingJunnan Wu-3/+7
2025-02-14inet: consolidate inet_csk_clone_lock()Eric Dumazet-23/+25
2025-02-14inet: reduce inet_csk_clone_lock() indent levelEric Dumazet-23/+27
2025-02-14udp: use EXPORT_IPV6_MOD[_GPL]()Eric Dumazet-32/+31
2025-02-14tcp: use EXPORT_IPV6_MOD[_GPL]()Eric Dumazet-73/+71
2025-02-14inetpeer: use EXPORT_IPV6_MOD[_GPL]()Eric Dumazet-4/+4
2025-02-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-335/+463
2025-02-13Merge tag 'net-6.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-333/+457
2025-02-13rxrpc: Fix ipv6 path MTU discoveryDavid Howells-0/+7
2025-02-13Merge tag 'for-net-2025-02-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski-98/+86
2025-02-13Merge tag 'nf-25-02-13' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski-6/+2
2025-02-13Reapply "net: skb: introduce and use a single page frag cache"Jakub Kicinski-22/+98
2025-02-13ipv6: mcast: add RCU protection to mld_newpack()Eric Dumazet-4/+10
2025-02-13Bluetooth: L2CAP: Fix corrupted list in hci_chan_delLuiz Augusto von Dentz-97/+56
2025-02-13Bluetooth: L2CAP: Fix slab-use-after-free Read in l2cap_send_cmdLuiz Augusto von Dentz-5/+34
2025-02-13arp: Convert SIOCDARP and SIOCSARP to per-netns RTNL.Kuniyuki Iwashima-6/+6
2025-02-12vsock: Orphan socket after transport releaseMichal Luczaj-1/+7
2025-02-12net: avoid unconditionally touching sk_tsflags on RXPaolo Abeni-0/+1
2025-02-12net: dsa: allow use of phylink managed EEE supportRussell King (Oracle)-8/+17
2025-02-12net: report csum_complete via qstatsJakub Kicinski-0/+1
2025-02-12xfrm: prevent high SEQ input in non-ESN modeLeon Romanovsky-0/+12
2025-02-12Revert "netfilter: flowtable: teardown flow if cached mtu is stale"Pablo Neira Ayuso-6/+2
2025-02-11rxrpc: Fix alteration of headers whilst zerocopy pendingDavid Howells-57/+54
2025-02-11tcp: add tcp_rto_max_ms sysctlEric Dumazet-3/+14
2025-02-11tcp: add the ability to control max RTOEric Dumazet-12/+25
2025-02-11tcp: use tcp_reset_xmit_timer()Eric Dumazet-21/+18
2025-02-11tcp: add a @pace_delay parameter to tcp_reset_xmit_timer()Eric Dumazet-5/+5
2025-02-11tcp: remove tcp_reset_xmit_timer() @max_when argumentEric Dumazet-7/+5
2025-02-11mptcp: pm: add local parameter for set_flagsGeliang Tang-38/+38
2025-02-11mptcp: pm: change rem type of set_flagsGeliang Tang-4/+4
2025-02-11mptcp: pm: drop skb parameter of set_flagsGeliang Tang-9/+9
2025-02-11mptcp: pm: reuse sending nlmsg code in get_addrGeliang Tang-77/+50
2025-02-11mptcp: pm: add id parameter for get_addrGeliang Tang-30/+26
2025-02-11mptcp: pm: drop skb parameter of get_addrGeliang Tang-10/+8
2025-02-11mptcp: pm: make three pm wrappers staticGeliang Tang-22/+20
2025-02-11mptcp: pm: use NL_SET_ERR_MSG_ATTR when possibleMatthieu Baerts (NGI0)-22/+31
2025-02-11mptcp: pm: mark missing address attributesMatthieu Baerts (NGI0)-7/+32
2025-02-11mptcp: pm: remove duplicated error messagesMatthieu Baerts (NGI0)-15/+5
2025-02-11mptcp: pm: userspace: use GENL_REQ_ATTR_CHECKGeliang Tang-22/+19
2025-02-11mptcp: pm: improve error messagesMatthieu Baerts (NGI0)-3/+13
2025-02-11mptcp: pm: more precise error messagesMatthieu Baerts (NGI0)-7/+24
2025-02-11mptcp: pm: userspace: flags: clearer msg if no remote addrMatthieu Baerts (NGI0)-5/+3
2025-02-11mptcp: pm: drop info of userspace_pm_remove_id_zero_addressGeliang Tang-7/+8