summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2025-01-09net: restrict SO_REUSEPORT to inet socketsEric Dumazet
2025-01-09net: reenable NETIF_F_IPV6_CSUM offload for BIG TCP packetsWillem de Bruijn
2025-01-02bpf: Check negative offsets in __bpf_skb_min_len()Cong Wang
2025-01-02tcp_bpf: Add sk_rmem_alloc related logic for tcp_bpf ingress redirectionZijian Zhang
2024-12-19net: defer final 'struct net' free in netns dismantleEric Dumazet
2024-12-19bpf, sockmap: Fix update element with sameMichal Luczaj
2024-12-19bpf, sockmap: Fix race between element replace and close()Michal Luczaj
2024-12-14netpoll: Use rcu_access_pointer() in __netpoll_setupBreno Leitao
2024-12-14net/neighbor: clear error in case strict check is not setJakub Kicinski
2024-12-14net: avoid potential UAF in default_operstate()Eric Dumazet
2024-12-14ipv6: introduce dst_rt6_info() helperEric Dumazet
2024-12-09bpf: fix recursive lock when verdict program return SK_PASSJiayuan Chen
2024-12-09net: use unrcu_pointer() helperEric Dumazet
2024-12-09sock_diag: allow concurrent operation in sock_diag_rcv_msg()Eric Dumazet
2024-12-09sock_diag: allow concurrent operationsEric Dumazet
2024-12-09bpf, sockmap: Fix sk_msg_reset_currZijian Zhang
2024-12-09bpf, sockmap: Several fixes to bpf_msg_pop_dataZijian Zhang
2024-12-09bpf, sockmap: Several fixes to bpf_msg_push_dataZijian Zhang
2024-11-17bpf: Fix mismatched RCU unlock flavour in bpf_out_neigh_v6Jiawei Ye
2024-11-08net: skip offload for NETIF_F_IPV6_CSUM if ipv6 header contains extensionBenoît Monin
2024-11-08net: fix crash when config small gso_max_size/gso_ipv4_max_sizeWang Liang
2024-11-01bpf: Remove MEM_UNINIT from skb/xdp MTU helpersDaniel Borkmann
2024-11-01bpf: Add MEM_WRITE attributeDaniel Borkmann
2024-11-01bpf, sockmap: SK_DROP on attempted redirects of unsupported af_vsockMichal Luczaj
2024-11-01bpf: Make sure internal and UAPI bpf_redirect flags don't overlapToke Høiland-Jørgensen
2024-10-17rtnetlink: add RTNL_FLAG_DUMP_UNLOCKED flagEric Dumazet
2024-10-17rtnetlink: Add bulk registration helpers for rtnetlink message handlers.Kuniyuki Iwashima
2024-10-17net: do not delay dst_entries_add() in dst_release()Eric Dumazet
2024-10-10netpoll: Ensure clean state on setup failuresBreno Leitao
2024-10-10net: add more sanity checks to qdisc_pkt_len_init()Eric Dumazet
2024-10-10net: avoid potential underflow in qdisc_pkt_len_init() with UFOEric Dumazet
2024-10-10net: Fix gso_features_check to check for both dev->gso_{ipv4_,}max_sizeDaniel Borkmann
2024-10-10net: Add netif_get_gro_max_size helper for GRODaniel Borkmann
2024-10-04bpf: Zero former ARG_PTR_TO_{LONG,INT} args in case of errorDaniel Borkmann
2024-10-04bpf: Fix helper writes to read-only mapsDaniel Borkmann
2024-10-04sock_map: Add a cond_resched() in sock_hash_free()Eric Dumazet
2024-09-12net/socket: Break down __sys_getsockoptBreno Leitao
2024-09-04ethtool: check device is present when getting link settingsJamie Bainbridge
2024-08-29Revert "bpf, sockmap: Prevent lock inversion deadlock in map delete elem"Jakub Sitnicki
2024-08-19bpf, net: Use DEV_STAT_INC()yunshui
2024-08-14net: linkwatch: use system_unbound_wqEric Dumazet
2024-08-11rtnetlink: Don't ignore IFLA_TARGET_NETNSID when ifname is specified in rtnl_...Kuniyuki Iwashima
2024-08-03bpf: Fix a segment issue when downgrading gso_sizeFred Li
2024-08-03net: flow_dissector: use DEBUG_NET_WARN_ON_ONCEPablo Neira Ayuso
2024-08-03xdp: fix invalid wait context of page_pool_destroy()Taehee Yoo
2024-07-18net: fix rc7's __skb_datagram_iter()Hugh Dickins
2024-07-18skmsg: Skip zero length skb in sk_msg_recvmsgGeliang Tang
2024-07-11net: allow skb_datagram_iter to be called from any contextSagi Grimberg
2024-07-05xdp: Remove WARN() from __xdp_reg_mem_model()Daniil Dulov
2024-06-27net: do not leave a dangling sk pointer, when socket creation failsIgnat Korchagin