summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
5 daysnet: ieee8021q: fix insufficient table-size assertionRubenKelevra1-31/+13
5 daysnet: page_pool: allow enabling recycling late, fix false positive warningJakub Kicinski1-0/+29
10 daysnetpoll: prevent hanging NAPI when netcons gets enabledJakub Kicinski1-0/+7
10 daysbpf: Check flow_dissector ctx accesses are alignedPaul Chaignon1-0/+3
10 daysneighbour: Fix null-ptr-deref in neigh_flush_dev().Kuniyuki Iwashima1-27/+61
10 daysnet: dst: add four helpers to annotate data-races around dst->devEric Dumazet2-6/+6
10 daysnet: dst: annotate data-races around dst->outputEric Dumazet1-1/+1
10 daysnet: dst: annotate data-races around dst->inputEric Dumazet1-1/+1
10 daysbpf, sockmap: Fix psock incorrectly pointing to skJiayuan Chen1-0/+7
2025-07-06net: selftests: fix TCP packet checksumJakub Kicinski1-2/+3
2025-07-06net: netpoll: Initialize UDP checksum field before checksummingBreno Leitao1-1/+1
2025-06-27net: netmem: fix skb_ensure_writable with unreadable skbsMina Almasry1-3/+0
2025-06-27net: clear the dst when changing skb protocolJakub Kicinski1-6/+13
2025-06-27bpf, sockmap: Fix data lost during EAGAIN retriesJiayuan Chen1-1/+2
2025-06-27sock: Correct error checking condition for (assign|release)_proto_idx()Zijun Hu1-2/+2
2025-06-27net: page_pool: Don't recycle into cache on PREEMPT_RTSebastian Andrzej Siewior1-0/+4
2025-06-27hv_netvsc: fix potential deadlock in netvsc_vf_setxdp()Saurabh Sengar1-0/+1
2025-06-19net: prevent a NULL deref in rtnl_create_link()Eric Dumazet1-1/+1
2025-06-19net: annotate data-races around cleanup_net_taskEric Dumazet2-3/+3
2025-06-19bpf: Fix L4 csum update on IPv6 in CHECKSUM_COMPLETEPaul Chaignon1-2/+3
2025-06-19net: Fix checksum update for ILA adj-transportPaul Chaignon2-3/+3
2025-06-19page_pool: Fix use-after-free in page_pool_recycle_in_ringDong Chenchen1-13/+14
2025-06-19Fix sock_exceed_buf_limit not being triggered in __sk_mem_raise_allocatedTengteng Yang1-4/+4
2025-06-19bpf, sockmap: Avoid using sk_socket after free when sendingJiayuan Chen1-0/+8
2025-06-19page_pool: Track DMA-mapped pages and unmap them when destroying the poolToke Høiland-Jørgensen2-14/+95
2025-06-19page_pool: Move pp_magic check into helper functionsToke Høiland-Jørgensen3-16/+9
2025-06-19bpf, sockmap: Fix panic when calling skb_linearizeJiayuan Chen1-15/+16
2025-06-19bpf, sockmap: fix duplicated data transmissionJiayuan Chen1-5/+9
2025-05-15net: devmem: fix kernel panic when netlink socket close after module unloadTaehee Yoo3-0/+20
2025-05-12net: Lock lower level devices when updating featuresCosmin Ratiu1-0/+2
2025-05-08net: export a helper for adding up queue statsJakub Kicinski1-19/+50
2025-05-07bpf: Scrub packet on bpf_redirect_peerPaul Chaignon1-0/+1
2025-05-06net: add missing instance lock to dev_set_promiscuityStanislav Fomichev2-13/+24
2025-05-06net: Lock netdevices during dev_shutdownCosmin Ratiu1-1/+3
2025-04-22net: lwtunnel: disable BHs when requiredJustin Iurman1-6/+20
2025-04-22net: selftests: initialize TCP header and skb payload with zeroOleksij Rempel1-5/+13
2025-04-21net: fix the missing unlock for detached devicesJakub Kicinski1-3/+6
2025-04-17Merge tag 'net-6.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds3-16/+56
2025-04-16net: don't try to ops lock uninitialized devsJakub Kicinski2-4/+3
2025-04-15net: fib_rules: Fix iif / oif matching on L3 master deviceIdo Schimmel1-8/+40
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-10Merge tag 'net-6.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds6-23/+56
2025-04-09bpf: support SKF_NET_OFF and SKF_LL_OFF on skb fragsWillem de Bruijn1-36/+44
2025-04-09net: Fix null-ptr-deref by sock_lock_init_class_and_name() and rmmod.Kuniyuki Iwashima1-0/+5
2025-04-08rtnetlink: Fix bad unlock balance in do_setlink().Kuniyuki Iwashima1-1/+1
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