aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2025-02-25ipvs: Always clear ipvs_property flag in skb_scrub_packet()Philo Lu1-1/+1
2025-02-24mptcp: blackhole: avoid checking the state twiceMatthieu Baerts (NGI0)1-13/+17
2025-02-24mptcp: sched: reduce size for unused dataMatthieu Baerts (NGI0)1-7/+7
2025-02-24mptcp: sched: split get_subflow interface into twoGeliang Tang1-11/+24
2025-02-24mptcp: pm: use ipv6_addr_equal in addresses_equalGeliang Tang1-1/+1
2025-02-24mptcp: pm: drop inet6_sk after inet_skGeliang Tang2-9/+3
2025-02-24mptcp: pm: drop match in userspace_pm_append_new_local_addrGeliang Tang1-8/+3
2025-02-24mptcp: pm: add mptcp_pm_genl_fill_addr helperGeliang Tang4-22/+26
2025-02-24mptcp: pm: add a build check for userspace_pm_dump_addrGeliang Tang1-0/+2
2025-02-24mptcp: pm: change to fullmesh only for 'subflow'Matthieu Baerts (NGI0)1-7/+9
2025-02-24mptcp: pm: remove unused ret value to set flagsMatthieu Baerts (NGI0)1-6/+4
2025-02-24net: Remove shadow variable in netdev_run_todo()Breno Leitao1-3/+2
2025-02-24net: remove '__' from __skb_flow_get_ports()Nicolas Dichtel1-5/+5
2025-02-24net-sysfs: restore behavior for not running devicesEric Dumazet1-1/+4
2025-02-24net: ethtool: fix ioctl confusing drivers about desired HDS user configJakub Kicinski4-7/+28
2025-02-23batman-adv: add missing newlines for log macrosSven Eckelmann1-1/+1
2025-02-22batman-adv: Limit aggregation size to outgoing MTUSven Eckelmann1-6/+11
2025-02-22batman-adv: Use actual packet count for aggregated packetsSven Eckelmann2-3/+4
2025-02-22batman-adv: Switch to bitmap helper for aggregation handlingSven Eckelmann3-11/+11
2025-02-22batman-adv: Limit number of aggregated packets directlySven Eckelmann2-3/+4
2025-02-22batman-adv: Use consistent name for mesh interfaceSven Eckelmann36-863/+863
2025-02-22batman-adv: Add support for jumbo framesSven Eckelmann3-4/+5
2025-02-22batman-adv: adopt netdev_hold() / netdev_put()Eric Dumazet2-12/+14
2025-02-22batman-adv: Drop batadv_priv_debug_log structSven Eckelmann1-28/+0
2025-02-22batman-adv: Start new development cycleSimon Wunderlich1-1/+1
2025-02-21net: set the minimum for net_hotdata.netdev_budget_usecsJiri Slaby (SUSE)1-1/+2
2025-02-21net: fib_rules: Enable DSCP mask usageIdo Schimmel1-1/+1
2025-02-21ipv6: fib_rules: Add DSCP mask matchingIdo Schimmel1-2/+43
2025-02-21ipv4: fib_rules: Add DSCP mask matchingIdo Schimmel1-3/+44
2025-02-21net: fib_rules: Add DSCP mask attributeIdo Schimmel1-0/+1
2025-02-21net: better track kernel sockets lifetimeEric Dumazet7-39/+29
2025-02-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski11-9/+160
2025-02-21Merge tag 'for-net-2025-02-21' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothJakub Kicinski1-2/+7
2025-02-21net/rds: Replace deprecated strncpy() with strscpy_pad()Thorsten Blum1-2/+1
2025-02-21rtnetlink: Create link directly in target net namespaceXiao Liang1-7/+2
2025-02-21rtnetlink: Remove "net" from newlink paramsXiao Liang1-6/+0
2025-02-21net: xfrm: Use link netns in newlink() of rtnl_link_opsXiao Liang1-4/+4
2025-02-21net: ipv6: Use link netns in newlink() of rtnl_link_opsXiao Liang4-18/+17
2025-02-21net: ipv6: Init tunnel link-netns before registering devXiao Liang4-7/+9
2025-02-21net: ip_tunnel: Use link netns in newlink() of rtnl_link_opsXiao Liang4-8/+12
2025-02-21net: ip_tunnel: Don't set tunnel->net in ip_tunnel_init()Xiao Liang1-1/+0
2025-02-21ieee802154: 6lowpan: Validate link netns in newlink() of rtnl_link_opsXiao Liang1-0/+2
2025-02-21net: Use link/peer netns in newlink() of rtnl_link_opsXiao Liang2-6/+6
2025-02-21rtnetlink: Pack newlink() params into structXiao Liang15-41/+78
2025-02-21rtnetlink: Lookup device in target netns when creating linkXiao Liang1-2/+8
2025-02-21rxrpc: Fix locking issues with the peer record hashDavid Howells1-2/+2
2025-02-21rxrpc: peer->mtu_lock is redundantDavid Howells4-12/+1
2025-02-21rxrpc: rxperf: Fix missing decoding of terminal magic cookieDavid Howells1-0/+12
2025-02-21xfrm_output: Force software GSO only in tunnel modeCosmin Ratiu1-1/+1
2025-02-21xfrm: fix tunnel mode TX datapath in packet offload modeAlexandre Cassen1-0/+41