summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* skb: Do mix page pool and page referenced frags in GROAlexander Duyck2023-02-091-0/+9
* net: fix NULL pointer in skb_segment_listYan Zhai2023-02-061-3/+2
* net: fix UaF in netns ops registration error pathPaolo Abeni2023-02-011-1/+1
* gro: take care of DODGY packetsEric Dumazet2023-01-181-2/+3
* gro: avoid checking for a failed searchRichard Gobert2023-01-181-35/+35
* bpf: pull before calling skb_postpull_rcsum()Jakub Kicinski2023-01-121-2/+5
* net: add atomic_long_t to net_device_stats fieldsEric Dumazet2022-12-311-11/+3
* bpf: make sure skb->len != 0 when redirecting to a tunneling deviceStanislav Fomichev2022-12-311-0/+4
* net: stream: purge sk_error_queue in sk_stream_kill_queues()Eric Dumazet2022-12-311-0/+6
* skbuff: Account for tail adjustment during pull operationsSubash Abhinov Kasiviswanathan2022-12-311-0/+3
* devlink: protect devlink dump by the instance lockJakub Kicinski2022-12-311-0/+3
* devlink: hold region lock when flushing snapshotsJakub Kicinski2022-12-311-0/+2
* bpf, sockmap: fix race in sock_map_free()Eric Dumazet2022-12-311-0/+2
* bpf: Add dummy type reference to nf_conn___init to fix type deduplicationToke Høiland-Jørgensen2022-12-311-0/+14
* bpf, sockmap: Fix missing BPF_F_INGRESS flag when using apply_bytesPengcheng Yang2022-12-311-3/+6
* bpf: Move skb->len == 0 checks into __bpf_redirectStanislav Fomichev2022-12-311-1/+6
* soreuseport: Fix socket selection for SO_INCOMING_CPU.Kuniyuki Iwashima2022-12-312-6/+90
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski2022-11-231-1/+3
|\
| * xfrm: lwtunnel: squelch kernel warning in case XFRM encap type is not availableEyal Birger2022-10-121-1/+3
* | netfilter: conntrack: Fix data-races around ct markDaniel Xu2022-11-181-1/+1
* | net: neigh: decrement the family specific qlenThomas Zeitlhofer2022-11-181-28/+30
* | net: gso: fix panic on frag_list with mixed head alloc typesJiri Benc2022-11-031-17/+19
* | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2022-11-032-8/+6
|\ \
| * | bpf, sock_map: Move cancel_work_sync() out of sock lockCong Wang2022-11-032-8/+6
* | | net, neigh: Fix null-ptr-deref in neigh_table_clear()Chen Zhongjin2022-11-021-1/+1
|/ /
* | net: do not sense pfmemalloc status in skb_append_pagefrags()Eric Dumazet2022-10-271-1/+1
* | net: fix UAF issue in nfqnl_nf_hook_drop() when ops_init() failedZhengchao Shao2022-10-241-0/+7
* | Merge tag 'net-6.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-10-203-4/+24
|\ \
| * | net: Fix return value of qdisc ingress handling on successPaul Blakey2022-10-191-0/+4
| * | udp: Update reuse->has_conns under reuseport_lock.Kuniyuki Iwashima2022-10-181-0/+16
| * | skmsg: pass gfp argument to alloc_sk_msg()Eric Dumazet2022-10-161-4/+4
* | | Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-163-26/+25
|\ \ \ | |/ / |/| |
| * | treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-111-2/+2
| * | treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-113-24/+23
| |/
* / ipv6: Fix data races around sk->sk_prot.Kuniyuki Iwashima2022-10-121-2/+4
|/
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-10-033-21/+118
|\
| * bpf: tcp: Stop bpf_setsockopt(TCP_CONGESTION) in init ops to recur itselfMartin KaFai Lau2022-09-291-1/+27
| * bpf: Refactor bpf_setsockopt(TCP_CONGESTION) handling into another functionMartin KaFai Lau2022-09-291-17/+28
| * bpf: Move the "cdg" tcp-cc check to the common sol_tcp_sockopt()Martin KaFai Lau2022-09-291-6/+7
| * skmsg: Schedule psock work if the cached skb exists on the psockLiu Jian2022-09-261-4/+8
| * net: If sock is dead don't access sock's sk_wq in sk_stream_wait_memoryLiu Jian2022-09-261-1/+2
| * bpf: Rename nfct_bsa to nfct_btf_struct_accessDaniel Xu2022-09-201-9/+9
| * bpf: Add support for writing to nf_conn:markDaniel Xu2022-09-101-0/+54
* | gro: add support of (hw)gro packets to gro stackCoco Li2022-10-031-4/+14
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2022-10-031-0/+1
|\ \
| * | xfrm: lwtunnel: add lwtunnel support for xfrm interfaces in collect_md modeEyal Birger2022-08-291-0/+1
* | | net: devlink: add port_init/fini() helpers to allow pre-register/post-unregis...Jiri Pirko2022-09-301-3/+43
* | | net: devlink: introduce a flag to indicate devlink port being registeredJiri Pirko2022-09-301-2/+4
* | | net: devlink: introduce port registered assert helper and use itJiri Pirko2022-09-301-13/+19
* | | net-sysfs: Convert to use sysfs_emit() APIsWang Yufen2022-09-301-29/+29