aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2025-02-10net: fib_rules: Convert RTM_DELRULE to per-netns RTNL.Kuniyuki Iwashima1-7/+16
2025-02-10net: fib_rules: Add error_free label in fib_delrule().Kuniyuki Iwashima1-5/+6
2025-02-10net: fib_rules: Convert RTM_NEWRULE to per-netns RTNL.Kuniyuki Iwashima1-2/+14
2025-02-10net: fib_rules: Factorise fib_newrule() and fib_delrule().Kuniyuki Iwashima1-13/+23
2025-02-10ip: fib_rules: Fetch net from fib_rule in fib[46]_rule_configure().Kuniyuki Iwashima2-4/+4
2025-02-10net: fib_rules: Split fib_nl2rule().Kuniyuki Iwashima1-17/+41
2025-02-10net: fib_rules: Pass net to fib_nl2rule() instead of skb.Kuniyuki Iwashima1-4/+3
2025-02-10net: fib_rules: Don't check net in rule_exists() and rule_find().Kuniyuki Iwashima1-6/+0
2025-02-10ipv6: mcast: extend RCU protection in igmp6_send()Eric Dumazet1-16/+15
2025-02-10ndisc: extend RCU protection in ndisc_send_skb()Eric Dumazet1-4/+8
2025-02-10openvswitch: use RCU protection in ovs_vport_cmd_fill_info()Eric Dumazet1-3/+9
2025-02-10arp: use RCU protection in arp_xmit()Eric Dumazet1-1/+3
2025-02-10neighbour: use RCU protection in __neigh_notify()Eric Dumazet1-2/+6
2025-02-10ndisc: use RCU protection in ndisc_alloc_skb()Eric Dumazet1-6/+4
2025-02-10ndisc: ndisc_send_redirect() must use dev_get_by_index_rcu()Eric Dumazet1-1/+1
2025-02-10xsk: add helper to get &xdp_desc's DMA and meta pointer in one goAlexander Lobakin1-4/+42
2025-02-10Merge tag 'hid-for-linus-2025021001' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hidLinus Torvalds1-2/+1
2025-02-10net: ethtool: prevent flow steering to RSS contexts which don't existJakub Kicinski1-4/+8
2025-02-08batman-adv: Ignore own maximum aggregation size during RXSven Eckelmann2-4/+2
2025-02-08can: j1939: j1939_sk_send_loop(): fix unable to send messages with data length zeroAlexander Hölzl2-4/+5
2025-02-07net: page_pool: avoid false positive warning if NAPI was never addedJakub Kicinski2-5/+14
2025-02-07net: devmem: don't call queue stop / start when the interface is downJakub Kicinski1-6/+10
2025-02-07net: refactor netdev_rx_queue_restart() to use local qopsJakub Kicinski1-13/+12
2025-02-07Revert "net: skb: introduce and use a single page frag cache"Paolo Abeni2-98/+22
2025-02-07tcp: rename inet_csk_{delete|reset}_keepalive_timer()Eric Dumazet5-25/+21
2025-02-07tcp: do not export tcp_parse_mss_option() and tcp_mtup_init()Eric Dumazet2-2/+0
2025-02-07net: fib_rules: annotate data-races around rule->[io]ifindexEric Dumazet1-11/+13
2025-02-07Merge tag 'vfs-6.14-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-0/+5
2025-02-07sunrpc: simplify rpcauth_cache_shrink_count()Kaixiong Yu1-1/+1
2025-02-07fsnotify: disable notification by default for all pseudo filesAmir Goldstein1-0/+5
2025-02-06rtnetlink: fix netns leak with rtnl_setlink()Nicolas Dichtel1-0/+1
2025-02-06ax25: Fix refcount leak caused by setting SO_BINDTODEVICE sockoptMurad Masimov1-0/+11
2025-02-06netdev-genl: Elide napi_id when not presentJoe Damato1-5/+9
2025-02-06net: ethtool: tsconfig: Fix netlink type of hwtstamp flagsKory Maincent4-10/+35
2025-02-06Merge branch 'io_uring-zero-copy-rx'Jakub Kicinski8-80/+223
2025-02-06net: add helpers for setting a memory provider on an rx queueDavid Wei1-0/+69
2025-02-06net: page_pool: add memory provider helpersPavel Begunkov1-0/+28
2025-02-06net: prepare for non devmem TCP memory providersPavel Begunkov3-0/+17
2025-02-06net: page_pool: add a mp hook to unregister_netdevice*Pavel Begunkov3-26/+31
2025-02-06net: page_pool: add callback for mp info printingPavel Begunkov3-8/+18
2025-02-06net: page_pool: create hooks for custom memory providersPavel Begunkov2-9/+29
2025-02-06net: generalise net_iov chunk ownersPavel Begunkov2-28/+22
2025-02-06net: prefix devmem specific helpersPavel Begunkov3-9/+9
2025-02-06net: page_pool: don't cast mp param to devmemPavel Begunkov1-1/+1
2025-02-06ipv6: Use RCU in ip6_input()Eric Dumazet1-5/+9
2025-02-06ipv6: icmp: convert to dev_net_rcu()Eric Dumazet1-19/+23
2025-02-06ipv6: use RCU protection in ip6_default_advmss()Eric Dumazet1-1/+6
2025-02-06flow_dissector: use RCU protection to fetch dev_net()Eric Dumazet1-10/+11
2025-02-06ipv4: icmp: convert to dev_net_rcu()Eric Dumazet1-14/+17
2025-02-06ipv4: use RCU protection in __ip_rt_update_pmtu()Eric Dumazet1-5/+6