summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2024-06-27net: do not leave a dangling sk pointer, when socket creation failsIgnat Korchagin1-0/+3
2024-06-27netns: Make get_net_ns() handle zero refcount netYue Haibing1-2/+7
2024-06-27netdev-genl: fix error codes when outputting XDP featuresJakub Kicinski1-8/+8
2024-06-27bpf: Avoid splat in pskb_pull_reasonFlorian Westphal1-0/+5
2024-06-27netpoll: Fix race condition in netpoll_owner_activeBreno Leitao1-1/+1
2024-06-27drop_monitor: replace spin_lock by raw_spin_lockWander Lairson Costa1-10/+10
2024-06-21sock_map: avoid race between sock_map_close and sk_psock_putThadeu Lima de Souza Cascardo1-6/+10
2024-06-21rtnetlink: make the "split" NLM_DONE handling genericJakub Kicinski1-2/+42
2024-06-12inet: introduce dst_rtable() helperEric Dumazet2-3/+2
2024-06-12ipv6: introduce dst_rt6_info() helperEric Dumazet2-2/+2
2024-05-30net: give more chances to rcu in netdev_wait_allrefs_any()Eric Dumazet1-1/+2
2024-05-06net: fix out-of-bounds access in ops_initThadeu Lima de Souza Cascardo1-3/+10
2024-05-04rtnetlink: Correct nested IFLA_VF_VLAN_LIST attribute validationRoded Zats1-1/+1
2024-05-02net: gro: fix udp bad offset in socket lookup by adding {inner_}network_offse...Richard Gobert1-0/+1
2024-05-01net: core: reject skb_copy(_expand) for fraglist GSO skbsFelix Fietkau1-8/+19
2024-04-27Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2-14/+33
2024-04-22xdp: use flags field to disambiguate broadcast redirectToke Høiland-Jørgensen1-10/+32
2024-04-18net/sched: Fix mirred deadlock on device recursionEric Dumazet1-0/+6
2024-04-08bpf, skmsg: Fix NULL pointer dereference in sk_psock_skb_ingress_enqueueJason Xing1-4/+1
2024-04-04Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-0/+6
2024-04-02bpf, sockmap: Prevent lock inversion deadlock in map delete elemJakub Sitnicki1-0/+6
2024-03-29net: do not consume a cacheline for system_page_poolEric Dumazet1-1/+1
2024-03-29gro: fix ownership transferAntoine Tenart1-1/+2
2024-03-25net: mark racy access on sk->sk_rcvbuflinke li1-2/+2
2024-03-21net: report RCU QS on threaded NAPI repollingYan Zhai1-0/+3
2024-03-19net: move dev->state into net_device_read_txrx groupEric Dumazet1-1/+2
2024-03-18packet: annotate data-races around ignore_outgoingEric Dumazet1-1/+1
2024-03-13Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds25-518/+1227
2024-03-11net: page_pool: factor out page_pool recycle checkMina Almasry1-2/+7
2024-03-11Merge tag 'for-6.9/io_uring-20240310' of git://git.kernel.dk/linuxLinus Torvalds1-14/+43
2024-03-11Merge tag 'linux_kselftest-kunit-6.9-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-1/+1
2024-03-08net: add skb_data_unref() helperEric Dumazet1-3/+1
2024-03-08net: dqs: add NIC stall detector based on BQLJakub Kicinski1-0/+62
2024-03-08netdev: add queue stat for alloc failuresJakub Kicinski1-1/+2
2024-03-08netdev: add per-queue statisticsJakub Kicinski3-0/+227
2024-03-08net: move rps_sock_flow_table to net_hotdataEric Dumazet2-12/+9
2024-03-08net: introduce include/net/rps.hEric Dumazet3-0/+3
2024-03-08net: move skbuff_cache(s) to net_hotdataEric Dumazet2-26/+23
2024-03-08net: move dev_rx_weight to net_hotdataEric Dumazet3-3/+3
2024-03-08net: move dev_tx_weight to net_hotdataEric Dumazet3-2/+2
2024-03-08net: move netdev_max_backlog to net_hotdataEric Dumazet4-7/+8
2024-03-08net: move ptype_all into net_hotdataEric Dumazet3-12/+12
2024-03-08net: move netdev_tstamp_prequeue into net_hotdataEric Dumazet4-7/+8
2024-03-08net: move netdev_budget and netdev_budget to net_hotdataEric Dumazet4-9/+10
2024-03-08net: introduce struct net_hotdataEric Dumazet5-12/+20
2024-03-08netlink: let core handle error cases in dump operationsEric Dumazet1-4/+1
2024-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-25/+4
2024-03-06netdev: let netlink core handle -EMSGSIZE errorsJakub Kicinski2-14/+3
2024-03-06dpll: move all dpll<>netdev helpers to dpll codeJakub Kicinski2-24/+2
2024-03-06sock: Use unsafe_memcpy() for sock_copy()Kees Cook1-2/+3