aboutsummaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2024-01-01net: check dev->gso_max_size in gso_features_check()Eric Dumazet
2024-01-01net: Return error from sk_stream_wait_connect() if sk_wait_event() failsShigeru Yoshida
2023-12-13io_uring/af_unix: disable sending io_uring over socketsPavel Begunkov
2023-12-13drop_monitor: Require 'CAP_SYS_ADMIN' when joining "events" groupIdo Schimmel
2023-12-13bpf: sockmap, updating the sg structure should also update currJohn Fastabend
2023-11-28net: annotate data-races around sk->sk_dst_pending_confirmEric Dumazet
2023-11-20net: page_pool: add missing free_percpu when page_pool_init failJian Shen
2023-11-20net: skb_find_text: Ignore patterns extending past 'to'Phil Sutter
2023-11-02neighbour: fix various data-racesEric Dumazet
2023-10-25net: move altnames together with the netdeviceJakub Kicinski
2023-10-25tcp: allow again tcp_disconnect() when threads are waitingPaolo Abeni
2023-10-25net: check for altname conflicts when changing netdev's netnsJakub Kicinski
2023-10-25net: fix ifname in netlink ntf during netns moveJakub Kicinski
2023-10-25net: avoid UAF on deleted altnameJakub Kicinski
2023-10-25net: pktgen: Fix interface flags printingGavrilov Ilia
2023-10-25netlink: Correct offload_xstats sizeChristoph Paasch
2023-10-19net: refine debug info in skb_checksum_help()Eric Dumazet
2023-10-10neighbour: fix data-races around n->outputEric Dumazet
2023-10-10neighbour: switch to standard rcu, instead of rcu_bhEric Dumazet
2023-10-10neighbour: annotate lockless accesses to n->nud_stateEric Dumazet
2023-10-10bpf: Add BPF_FIB_LOOKUP_SKIP_NEIGH for bpf_fib_lookupMartin KaFai Lau
2023-10-10net: fix possible store tearing in neigh_periodic_work()Eric Dumazet
2023-10-10bpf, sockmap: Reject sk_msg egress redirects to non-TCP socketsJakub Sitnicki
2023-10-06net/core: Fix ETH_P_1588 flow dissectorSasha Neftin
2023-09-23net: Use sockaddr_storage for getsockopt(SO_PEERNAME).Kuniyuki Iwashima
2023-09-19af_unix: Fix data race around sk->sk_err.Kuniyuki Iwashima
2023-09-19af_unix: Fix data-races around sk->sk_shutdown.Kuniyuki Iwashima
2023-09-19bpf, sockmap: Fix skb refcnt race after locking changesJohn Fastabend
2023-09-19net: annotate data-races around sk->sk_forward_allocEric Dumazet
2023-09-19net: use sk_forward_alloc_get() in sk_get_meminfo()Eric Dumazet
2023-09-19net: read sk->sk_family once in sk_mc_loop()Eric Dumazet
2023-09-19net: deal with integer overflows in kmalloc_reserve()Eric Dumazet
2023-09-19net: factorize code in kmalloc_reserve()Eric Dumazet
2023-09-19net: remove osize variable in __alloc_skb()Eric Dumazet
2023-09-19net: add SKB_HEAD_ALIGN() helperEric Dumazet
2023-09-19net/ipv6: SKB symmetric hash should incorporate transport portsQuan Tian
2023-09-13skbuff: skb_segment, Call zero copy functions before using skbuff fragsMohamed Khalfella
2023-09-13net: annotate data-races around sk->sk_lingertimeEric Dumazet
2023-09-13lwt: Fix return values of BPF xmit opsYan Zhai
2023-09-13bpf: reject unhashed sockets in bpf_sk_assignLorenz Bauer
2023-09-13net: annotate data-races around sk->sk_{rcv|snd}timeoEric Dumazet
2023-08-30rtnetlink: Reject negative ifindexes in RTM_NEWLINKIdo Schimmel
2023-08-30net: validate veth and vxcan peer ifindexesJakub Kicinski
2023-08-30devlink: move code to a dedicated directoryJakub Kicinski
2023-08-23sock: Fix misuse of sk_under_memory_pressure()Abel Wu
2023-08-16bpf, sockmap: Fix bug that strp_done cannot be calledXu Kuohai
2023-08-16bpf, sockmap: Fix map type error in sock_map_del_linkXu Kuohai
2023-08-16net: core: remove unnecessary frame_sz check in bpf_xdp_adjust_tail()Andrew Kanner
2023-08-11bpf: sockmap: Remove preempt_disable in sock_map_sk_acquireTomas Glozar
2023-08-11net: annotate data-races around sk->sk_priorityEric Dumazet