aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2025-04-14page_pool: Track DMA-mapped pages and unmap them when destroying the poolToke Høiland-Jørgensen2-14/+95
2025-04-14page_pool: Move pp_magic check into helper functionsToke Høiland-Jørgensen3-16/+9
2025-04-14net: pktgen: fix code style (WARNING: quoted string split across lines)Peter Seiderer1-4/+2
2025-04-14net: pktgen: fix code style (WARNING: macros should not use a trailing semicolon)Peter Seiderer1-3/+3
2025-04-14net: pktgen: fix code style (WARNING: Missing a blank line after declarations)Peter Seiderer1-0/+16
2025-04-14net: pktgen: fix code style (WARNING: Block comments)Peter Seiderer1-16/+23
2025-04-14net: pktgen: fix code style (WARNING: suspect code indent for conditional statements)Peter Seiderer1-1/+1
2025-04-14net: pktgen: fix code style (ERROR: space prohibited after that '&')Peter Seiderer1-1/+1
2025-04-14net: pktgen: fix code style (ERROR: "foo * bar" should be "foo *bar")Peter Seiderer1-4/+4
2025-04-14net: convert dev->rtnl_link_state to a boolJakub Kicinski2-11/+10
2025-04-14net: don't mix device locking in dev_close_many() callsJakub Kicinski1-4/+13
2025-04-12Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-36/+44
2025-04-11net: Unexport shared functions for DCCP.Kuniyuki Iwashima1-18/+14
2025-04-11net: Retire DCCP socket.Kuniyuki Iwashima2-44/+0
2025-04-11sock: Correct error checking condition for (assign|release)_proto_idx()Zijun Hu1-2/+2
2025-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski9-35/+68
2025-04-10Merge tag 'net-6.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds6-23/+56
2025-04-09bpf: support SKF_NET_OFF and SKF_LL_OFF on skb fragsWillem de Bruijn1-36/+44
2025-04-09bpf, sockmap: Fix panic when calling skb_linearizeJiayuan Chen1-15/+16
2025-04-09bpf, sockmap: fix duplicated data transmissionJiayuan Chen1-5/+9
2025-04-09bpf, sockmap: Fix data lost during EAGAIN retriesJiayuan Chen1-1/+2
2025-04-09net: Fix null-ptr-deref by sock_lock_init_class_and_name() and rmmod.Kuniyuki Iwashima1-0/+5
2025-04-09netdev: depend on netdev->lock for qstats in ops locked driversJakub Kicinski1-12/+17
2025-04-09netdev: depend on netdev->lock for xdp featuresJakub Kicinski1-14/+12
2025-04-09xdp: double protect netdev->xdp_flags with netdev->lockJakub Kicinski2-2/+12
2025-04-09netdev: don't hold rtnl_lock over nl queue info get when possibleJakub Kicinski1-11/+7
2025-04-09netdev: add "ops compat locking" helpersJakub Kicinski2-0/+66
2025-04-09net: avoid potential race between netdev_get_by_index_lock() and netns switchJakub Kicinski2-8/+19
2025-04-08net: Drop unused @sk of __skb_try_recv_from_queue()Michal Luczaj1-3/+2
2025-04-08rtnetlink: Fix bad unlock balance in do_setlink().Kuniyuki Iwashima1-1/+1
2025-04-08net: rps: remove kfree_rcu_mightsleep() useEric Dumazet2-2/+3
2025-04-08net: add data-race annotations in softnet_seq_show()Eric Dumazet2-5/+7
2025-04-08net: rps: annotate data-races around (struct sd_flow_limit)->countEric Dumazet3-3/+5
2025-04-08net: rps: change skb_flow_limit() hash functionEric Dumazet3-3/+3
2025-04-07net: hold instance lock during NETDEV_CHANGEStanislav Fomichev5-22/+50
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner4-12/+12
2025-04-04net: avoid false positive warnings in __net_mp_close_rxq()Jakub Kicinski2-8/+8
2025-04-04net: move mp dev config validation to __net_mp_open_rxq()Jakub Kicinski3-57/+48
2025-04-03netdevsim: add dummy device notifiersStanislav Fomichev1-5/+9
2025-04-03net: rename rtnl_net_debug to lock_debugStanislav Fomichev2-1/+1
2025-04-03net: use netif_disable_lro in ipv6_add_devStanislav Fomichev1-0/+1
2025-04-03net: hold instance lock during NETDEV_REGISTER/UPStanislav Fomichev3-14/+14
2025-04-03net: decrease cached dst counters in dst_releaseAntoine Tenart1-0/+8
2025-04-02rtnetlink: Use register_pernet_subsys() in rtnl_net_debug_init().Kuniyuki Iwashima1-1/+1
2025-04-02bpf: add missing ops lock around dev_xdp_attach_linkStanislav Fomichev1-0/+2
2025-04-01Merge tag 'net-6.15-rc0' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-2/+7
2025-03-31net: fix use-after-free in the netdev_nl_sock_priv_destroy()Taehee Yoo1-2/+4
2025-03-30Merge tag 'bpf-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextLinus Torvalds1-2/+4
2025-03-27rtnetlink: Allocate vfinfo size for VF GUIDs when supportedMark Zhang1-0/+3
2025-03-26Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds32-943/+2220