summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2024-04-10gro: fix ownership transferAntoine Tenart
2024-04-10bpf, sockmap: Prevent lock inversion deadlock in map delete elemJakub Sitnicki
2024-03-26net: report RCU QS on threaded NAPI repollingYan Zhai
2024-03-26packet: annotate data-races around ignore_outgoingEric Dumazet
2024-03-26net: mctp: copy skb ext data when fragmentingJeremy Kerr
2024-03-26sock_diag: annotate data-races around sock_diag_handlers[family]Eric Dumazet
2024-03-26io_uring/unix: drop usage of io_uring socketJens Axboe
2024-03-06rtnetlink: fix error logic of IFLA_BRIDGE_FLAGS writing backLin Ma
2024-03-01bpf, sockmap: Fix NULL pointer dereference in sk_psock_verdict_data_ready()Shigeru Yoshida
2024-03-01bpf: Derive source IP addr via bpf_*_fib_lookup()Martynas Pumputis
2024-01-31xdp: reflect tail increase for MEM_TYPE_XSK_BUFF_POOLMaciej Fijalkowski
2024-01-31xsk: fix usage of multi-buffer BPF helpers for ZC XDPMaciej Fijalkowski
2024-01-31bpf: Add bpf_sock_addr_set_sun_path() to allow writing unix sockaddr from bpfDaan De Meyer
2024-01-31net: fix removing a namespace with conflicting altnamesJakub Kicinski
2024-01-31udp: fix busy pollingEric Dumazet
2024-01-31tcp: make sure init the accept_queue's spinlocks onceZhengchao Shao
2024-01-25Revert "net: rtnetlink: Enslave device before bringing it up"Nicolas Dichtel
2024-01-20neighbour: Don't let neigh_forced_gc() disable preemption for longJudy Hsiao
2024-01-10net: prevent mss overflow in skb_segment()Eric Dumazet
2024-01-10net: Implement missing SO_TIMESTAMPING_NEW cmsg supportThomas Lange
2024-01-10net: Implement missing getsockopt(SO_TIMESTAMPING_NEW)Jörn-Thorben Hinz
2024-01-01net: avoid build bug in skb extension length calculationThomas Weißschuh
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
2024-01-01bpf: syzkaller found null ptr deref in unix_bpf proto addJohn Fastabend
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-12-08bpf, sockmap: af_unix stream sockets need to hold ref for pair sockJohn Fastabend
2023-12-03bpf: Fix dev's rx stats for bpf_redirect_peer trafficPeilin Ye
2023-12-03net: Move {l,t,d}stats allocation to core and convert veth & vrfDaniel Borkmann
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-10-20neighbour: fix various data-racesEric Dumazet
2023-10-19net: move altnames together with the netdeviceJakub Kicinski
2023-10-19net: avoid UAF on deleted altnameJakub Kicinski
2023-10-19net: check for altname conflicts when changing netdev's netnsJakub Kicinski
2023-10-19net: fix ifname in netlink ntf during netns moveJakub Kicinski
2023-10-18net: pktgen: Fix interface flags printingGavrilov Ilia
2023-10-16netlink: Correct offload_xstats sizeChristoph Paasch
2023-10-13tcp: allow again tcp_disconnect() when threads are waitingPaolo Abeni
2023-10-09net: refine debug info in skb_checksum_help()Eric Dumazet
2023-10-04Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-10-01neighbour: fix data-races around n->outputEric Dumazet
2023-10-01net: fix possible store tearing in neigh_periodic_work()Eric Dumazet
2023-09-29bpf, sockmap: Reject sk_msg egress redirects to non-TCP socketsJakub Sitnicki
2023-09-16net: core: Use the bitmap API to allocate bitmapsAndy Shevchenko
2023-09-15net/core: Fix ETH_P_1588 flow dissectorSasha Neftin
2023-09-07Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds