summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2025-02-24mptcp: blackhole: avoid checking the state twiceMatthieu Baerts (NGI0)
2025-02-24mptcp: sched: reduce size for unused dataMatthieu Baerts (NGI0)
2025-02-24mptcp: sched: split get_subflow interface into twoGeliang Tang
2025-02-24mptcp: pm: use ipv6_addr_equal in addresses_equalGeliang Tang
2025-02-24mptcp: pm: drop inet6_sk after inet_skGeliang Tang
2025-02-24mptcp: pm: drop match in userspace_pm_append_new_local_addrGeliang Tang
2025-02-24mptcp: pm: add mptcp_pm_genl_fill_addr helperGeliang Tang
2025-02-24mptcp: pm: add a build check for userspace_pm_dump_addrGeliang Tang
2025-02-24mptcp: pm: change to fullmesh only for 'subflow'Matthieu Baerts (NGI0)
2025-02-24mptcp: pm: remove unused ret value to set flagsMatthieu Baerts (NGI0)
2025-02-24net: Remove shadow variable in netdev_run_todo()Breno Leitao
2025-02-24net: remove '__' from __skb_flow_get_ports()Nicolas Dichtel
2025-02-24net-sysfs: restore behavior for not running devicesEric Dumazet
2025-02-24net: ethtool: fix ioctl confusing drivers about desired HDS user configJakub Kicinski
2025-02-23batman-adv: add missing newlines for log macrosSven Eckelmann
2025-02-22batman-adv: Limit aggregation size to outgoing MTUSven Eckelmann
2025-02-22batman-adv: Use actual packet count for aggregated packetsSven Eckelmann
2025-02-22batman-adv: Switch to bitmap helper for aggregation handlingSven Eckelmann
2025-02-22batman-adv: Limit number of aggregated packets directlySven Eckelmann
2025-02-22batman-adv: Use consistent name for mesh interfaceSven Eckelmann
2025-02-22batman-adv: Add support for jumbo framesSven Eckelmann
2025-02-22batman-adv: adopt netdev_hold() / netdev_put()Eric Dumazet
2025-02-22batman-adv: Drop batadv_priv_debug_log structSven Eckelmann
2025-02-22batman-adv: Start new development cycleSimon Wunderlich
2025-02-21net: set the minimum for net_hotdata.netdev_budget_usecsJiri Slaby (SUSE)
2025-02-21net: fib_rules: Enable DSCP mask usageIdo Schimmel
2025-02-21ipv6: fib_rules: Add DSCP mask matchingIdo Schimmel
2025-02-21ipv4: fib_rules: Add DSCP mask matchingIdo Schimmel
2025-02-21net: fib_rules: Add DSCP mask attributeIdo Schimmel
2025-02-21net: better track kernel sockets lifetimeEric Dumazet
2025-02-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2025-02-21Merge tag 'for-net-2025-02-21' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2025-02-21net/rds: Replace deprecated strncpy() with strscpy_pad()Thorsten Blum
2025-02-21rtnetlink: Create link directly in target net namespaceXiao Liang
2025-02-21rtnetlink: Remove "net" from newlink paramsXiao Liang
2025-02-21net: xfrm: Use link netns in newlink() of rtnl_link_opsXiao Liang
2025-02-21net: ipv6: Use link netns in newlink() of rtnl_link_opsXiao Liang
2025-02-21net: ipv6: Init tunnel link-netns before registering devXiao Liang
2025-02-21net: ip_tunnel: Use link netns in newlink() of rtnl_link_opsXiao Liang
2025-02-21net: ip_tunnel: Don't set tunnel->net in ip_tunnel_init()Xiao Liang
2025-02-21ieee802154: 6lowpan: Validate link netns in newlink() of rtnl_link_opsXiao Liang
2025-02-21net: Use link/peer netns in newlink() of rtnl_link_opsXiao Liang
2025-02-21rtnetlink: Pack newlink() params into structXiao Liang
2025-02-21rtnetlink: Lookup device in target netns when creating linkXiao Liang
2025-02-21rxrpc: Fix locking issues with the peer record hashDavid Howells
2025-02-21rxrpc: peer->mtu_lock is redundantDavid Howells
2025-02-21rxrpc: rxperf: Fix missing decoding of terminal magic cookieDavid Howells
2025-02-20neighbour: Replace kvzalloc() with kzalloc() when GFP_ATOMIC is specifiedKohei Enju
2025-02-20net: pktgen: fix access outside of user given buffer in pktgen_thread_write()Peter Seiderer
2025-02-20net: pktgen: fix ctrl interface command parsingPeter Seiderer