summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2024-11-17bpf: Fix mismatched RCU unlock flavour in bpf_out_neigh_v6Jiawei Ye1-1/+1
2024-11-08net: skip offload for NETIF_F_IPV6_CSUM if ipv6 header contains extensionBenoît Monin1-0/+4
2024-11-08net: fix crash when config small gso_max_size/gso_ipv4_max_sizeWang Liang1-2/+2
2024-11-01bpf: Remove MEM_UNINIT from skb/xdp MTU helpersDaniel Borkmann1-27/+15
2024-11-01bpf: Add MEM_WRITE attributeDaniel Borkmann1-2/+2
2024-11-01bpf, sockmap: SK_DROP on attempted redirects of unsupported af_vsockMichal Luczaj1-0/+8
2024-11-01bpf: Make sure internal and UAPI bpf_redirect flags don't overlapToke Høiland-Jørgensen1-3/+5
2024-10-17rtnetlink: add RTNL_FLAG_DUMP_UNLOCKED flagEric Dumazet1-0/+2
2024-10-17rtnetlink: Add bulk registration helpers for rtnetlink message handlers.Kuniyuki Iwashima1-0/+29
2024-10-17net: do not delay dst_entries_add() in dst_release()Eric Dumazet1-5/+12
2024-10-10netpoll: Ensure clean state on setup failuresBreno Leitao1-5/+10
2024-10-10net: add more sanity checks to qdisc_pkt_len_init()Eric Dumazet1-3/+7
2024-10-10net: avoid potential underflow in qdisc_pkt_len_init() with UFOEric Dumazet1-1/+1
2024-10-10net: Fix gso_features_check to check for both dev->gso_{ipv4_,}max_sizeDaniel Borkmann1-1/+1
2024-10-10net: Add netif_get_gro_max_size helper for GRODaniel Borkmann1-7/+2
2024-10-04bpf: Zero former ARG_PTR_TO_{LONG,INT} args in case of errorDaniel Borkmann1-21/+23
2024-10-04bpf: Fix helper writes to read-only mapsDaniel Borkmann1-2/+4
2024-10-04sock_map: Add a cond_resched() in sock_hash_free()Eric Dumazet1-0/+1
2024-09-12net/socket: Break down __sys_getsockoptBreno Leitao1-8/+0
2024-09-04ethtool: check device is present when getting link settingsJamie Bainbridge1-1/+1
2024-08-29Revert "bpf, sockmap: Prevent lock inversion deadlock in map delete elem"Jakub Sitnicki1-6/+0
2024-08-19bpf, net: Use DEV_STAT_INC()yunshui1-4/+4
2024-08-14net: linkwatch: use system_unbound_wqEric Dumazet1-2/+2
2024-08-11rtnetlink: Don't ignore IFLA_TARGET_NETNSID when ifname is specified in rtnl_...Kuniyuki Iwashima1-1/+1
2024-08-03bpf: Fix a segment issue when downgrading gso_sizeFred Li1-4/+11
2024-08-03net: flow_dissector: use DEBUG_NET_WARN_ON_ONCEPablo Neira Ayuso1-1/+1
2024-08-03xdp: fix invalid wait context of page_pool_destroy()Taehee Yoo1-3/+1
2024-07-18net: fix rc7's __skb_datagram_iter()Hugh Dickins1-1/+2
2024-07-18skmsg: Skip zero length skb in sk_msg_recvmsgGeliang Tang1-1/+2
2024-07-11net: allow skb_datagram_iter to be called from any contextSagi Grimberg1-6/+13
2024-07-05xdp: Remove WARN() from __xdp_reg_mem_model()Daniil Dulov1-3/+1
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-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-12kthread: add kthread_stop_putAndreas Gruenbacher1-2/+1
2024-06-12net: give more chances to rcu in netdev_wait_allrefs_any()Eric Dumazet1-1/+2
2024-05-17net: fix out-of-bounds access in ops_initThadeu Lima de Souza Cascardo1-3/+10
2024-05-17net-sysfs: convert dev->operstate reads to lockless onesEric Dumazet3-7/+5
2024-05-17rtnetlink: Correct nested IFLA_VF_VLAN_LIST attribute validationRoded Zats1-1/+1
2024-05-17net: mark racy access on sk->sk_rcvbuflinke li1-2/+2
2024-05-17net: gro: fix udp bad offset in socket lookup by adding {inner_}network_offse...Richard Gobert1-0/+1
2024-05-17net: core: reject skb_copy(_expand) for fraglist GSO skbsFelix Fietkau1-8/+19
2024-05-17xdp: use flags field to disambiguate broadcast redirectToke Høiland-Jørgensen1-10/+32
2024-05-17bpf, skmsg: Fix NULL pointer dereference in sk_psock_skb_ingress_enqueueJason Xing1-4/+1
2024-05-02net: make SK_MEMORY_PCPU_RESERV tunableAdam Li2-0/+10
2024-04-10gro: fix ownership transferAntoine Tenart1-1/+2
2024-04-10bpf, sockmap: Prevent lock inversion deadlock in map delete elemJakub Sitnicki1-0/+6