summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* rtnetlink: fix error logic of IFLA_BRIDGE_FLAGS writing backLin Ma2024-03-061-6/+5
* bpf, sockmap: Fix NULL pointer dereference in sk_psock_verdict_data_ready()Shigeru Yoshida2024-03-011-2/+5
* bpf: Derive source IP addr via bpf_*_fib_lookup()Martynas Pumputis2024-03-011-1/+17
* xdp: reflect tail increase for MEM_TYPE_XSK_BUFF_POOLMaciej Fijalkowski2024-01-311-0/+2
* xsk: fix usage of multi-buffer BPF helpers for ZC XDPMaciej Fijalkowski2024-01-311-6/+36
* bpf: Add bpf_sock_addr_set_sun_path() to allow writing unix sockaddr from bpfDaan De Meyer2024-01-311-1/+34
* net: fix removing a namespace with conflicting altnamesJakub Kicinski2024-01-312-0/+12
* udp: fix busy pollingEric Dumazet2024-01-311-2/+9
* tcp: make sure init the accept_queue's spinlocks onceZhengchao Shao2024-01-311-3/+0
* Revert "net: rtnetlink: Enslave device before bringing it up"Nicolas Dichtel2024-01-251-7/+7
* neighbour: Don't let neigh_forced_gc() disable preemption for longJudy Hsiao2024-01-201-1/+8
* net: prevent mss overflow in skb_segment()Eric Dumazet2024-01-101-1/+2
* net: Implement missing SO_TIMESTAMPING_NEW cmsg supportThomas Lange2024-01-101-0/+1
* net: Implement missing getsockopt(SO_TIMESTAMPING_NEW)Jörn-Thorben Hinz2024-01-101-2/+9
* net: avoid build bug in skb extension length calculationThomas Weißschuh2024-01-011-0/+2
* net: check dev->gso_max_size in gso_features_check()Eric Dumazet2024-01-011-0/+3
* net: Return error from sk_stream_wait_connect() if sk_wait_event() failsShigeru Yoshida2024-01-011-1/+1
* bpf: syzkaller found null ptr deref in unix_bpf proto addJohn Fastabend2024-01-011-0/+2
* io_uring/af_unix: disable sending io_uring over socketsPavel Begunkov2023-12-131-0/+6
* drop_monitor: Require 'CAP_SYS_ADMIN' when joining "events" groupIdo Schimmel2023-12-131-1/+3
* bpf: sockmap, updating the sg structure should also update currJohn Fastabend2023-12-131-0/+19
* bpf, sockmap: af_unix stream sockets need to hold ref for pair sockJohn Fastabend2023-12-081-0/+2
* bpf: Fix dev's rx stats for bpf_redirect_peer trafficPeilin Ye2023-12-032-0/+9
* net: Move {l,t,d}stats allocation to core and convert veth & vrfDaniel Borkmann2023-12-031-1/+48
* net: annotate data-races around sk->sk_dst_pending_confirmEric Dumazet2023-11-281-1/+1
* net: page_pool: add missing free_percpu when page_pool_init failJian Shen2023-11-201-1/+5
* net: skb_find_text: Ignore patterns extending past 'to'Phil Sutter2023-11-201-1/+2
* neighbour: fix various data-racesEric Dumazet2023-10-201-32/+35
* net: move altnames together with the netdeviceJakub Kicinski2023-10-191-4/+9
* net: avoid UAF on deleted altnameJakub Kicinski2023-10-191-1/+6
* net: check for altname conflicts when changing netdev's netnsJakub Kicinski2023-10-192-1/+11
* net: fix ifname in netlink ntf during netns moveJakub Kicinski2023-10-191-13/+31
* net: pktgen: Fix interface flags printingGavrilov Ilia2023-10-181-7/+7
* netlink: Correct offload_xstats sizeChristoph Paasch2023-10-161-3/+1
* tcp: allow again tcp_disconnect() when threads are waitingPaolo Abeni2023-10-131-5/+7
* net: refine debug info in skb_checksum_help()Eric Dumazet2023-10-091-2/+6
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-10-041-0/+4
|\
| * bpf, sockmap: Reject sk_msg egress redirects to non-TCP socketsJakub Sitnicki2023-09-291-0/+4
* | neighbour: fix data-races around n->outputEric Dumazet2023-10-011-5/+5
* | net: fix possible store tearing in neigh_periodic_work()Eric Dumazet2023-10-011-1/+3
|/
* net: core: Use the bitmap API to allocate bitmapsAndy Shevchenko2023-09-161-3/+3
* net/core: Fix ETH_P_1588 flow dissectorSasha Neftin2023-09-151-1/+1
* Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-09-075-57/+75
|\
| * Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-09-061-4/+8
| |\
| | * bpf, sockmap: Fix skb refcnt race after locking changesJohn Fastabend2023-09-041-4/+8
| * | net/ipv6: SKB symmetric hash should incorporate transport portsQuan Tian2023-09-061-2/+1
| * | af_unix: Fix data race around sk->sk_err.Kuniyuki Iwashima2023-09-041-1/+1
| * | af_unix: Fix data-races around sk->sk_shutdown.Kuniyuki Iwashima2023-09-041-2/+2
| * | net: deal with integer overflows in kmalloc_reserve()Eric Dumazet2023-09-041-2/+8
| |/
| * skbuff: skb_segment, Call zero copy functions before using skbuff fragsMohamed Khalfella2023-09-011-14/+20