summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ceph-for-5.18-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2022-03-241-6/+2
|\
| * libceph: drop else branches in prepare_read_data{,_cont}Jeff Layton2022-03-011-6/+2
* | Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-03-24337-4250/+12623
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-2315-126/+208
| |\ \
| | * | tipc: fix the timer expires after interval 100msHoang Le2022-03-221-1/+2
| | * | net: dsa: fix panic on shutdown if multi-chip tree failed to probeVladimir Oltean2022-03-211-0/+5
| | * | openvswitch: always update flow key after natAaron Conole2022-03-211-59/+59
| | * | tcp: ensure PMTU updates are processed during fastopenJakub Kicinski2022-03-211-1/+4
| | * | ax25: Fix NULL pointer dereferences in ax25 timersDuoming Zhou2022-03-212-8/+16
| | * | ax25: Fix refcount leaks caused by ax25_cb_del()Duoming Zhou2022-03-211-3/+11
| | * | af_netlink: Fix shift out of bounds in group mask calculationPetr Machata2022-03-181-0/+2
| | * | mptcp: Fix crash due to tcp_tsorted_anchor was initialized before release skbYonglong Li2022-03-181-0/+1
| | * | ipv4: Fix route lookups when handling ICMP redirects and PMTU updatesGuillaume Nault2022-03-181-4/+14
| | * | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-03-181-19/+50
| | |\ \
| | | * | xsk: Fix race at socket teardownMagnus Karlsson2022-02-281-19/+50
| | * | | af_unix: Support POLLPRI for OOB.Kuniyuki Iwashima2022-03-181-0/+4
| | * | | af_unix: Fix some data-races around unix_sk(sk)->oob_skb.Kuniyuki Iwashima2022-03-181-7/+5
| | * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller2022-03-184-24/+35
| | |\ \ \
| | | * | | netfilter: nf_tables: initialize registers in nft_do_chain()Pablo Neira Ayuso2022-03-171-1/+1
| | | * | | netfilter: nf_tables: validate registers coming from userspace.Pablo Neira Ayuso2022-03-171-5/+17
| | | * | | netfilter: flowtable: Fix QinQ and pppoe support for inet tablePablo Neira Ayuso2022-03-162-18/+17
| * | | | | llc: fix netdevice reference leaks in llc_ui_bind()Eric Dumazet2022-03-231-0/+8
| * | | | | net: bridge: mst: Restrict info size queries to bridge portsTobias Waldekranz2022-03-231-1/+1
| * | | | | net: dsa: fix missing host-filtered multicast addressesVladimir Oltean2022-03-221-10/+34
| * | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-03-227-115/+449
| |\ \ \ \ \
| | * | | | | bpf: Check for NULL return from bpf_get_btf_vmlinuxKumar Kartikeya Dwivedi2022-03-201-0/+2
| | * | | | | bpf: Treat bpf_sk_lookup remote_port as a 2-byte fieldJakub Sitnicki2022-03-201-2/+18
| | * | | | | bpf: Enable non-atomic allocations in local storageJoanne Koong2022-03-201-9/+12
| | * | | | | veth: Rework veth_xdp_rcv_skb in order to accept non-linear skbLorenzo Bianconi2022-03-171-0/+1
| | * | | | | bpf, sockmap: Fix double uncharge the mem of sk_msgWang Yufen2022-03-151-4/+3
| | * | | | | bpf, sockmap: Fix more uncharged while msg has more_dataWang Yufen2022-03-151-2/+5
| | * | | | | bpf, sockmap: Fix memleak in tcp_bpf_sendmsg while sk msg is fullWang Yufen2022-03-151-4/+13
| | * | | | | bpf, test_run: Fix packet size check for live packet modeToke Høiland-Jørgensen2022-03-111-3/+3
| | * | | | | bpf: Remove BPF_SKB_DELIVERY_TIME_NONE and rename s/delivery_time_/tstamp_/Martin KaFai Lau2022-03-101-54/+34
| | * | | | | bpf: Simplify insn rewrite on BPF_WRITE __sk_buff->tstampMartin KaFai Lau2022-03-101-12/+14
| | * | | | | bpf: Simplify insn rewrite on BPF_READ __sk_buff->tstampMartin KaFai Lau2022-03-101-10/+11
| | * | | | | bpf: net: Remove TC_AT_INGRESS_OFFSET and SKB_MONO_DELIVERY_TIME_OFFSET macroMartin KaFai Lau2022-03-101-7/+7
| | * | | | | bpf, test_run: Use kvfree() for memory allocated with kvmalloc()Yihao Han2022-03-101-2/+2
| | * | | | | bpf: Initialise retval in bpf_prog_test_run_xdp()Toke Høiland-Jørgensen2022-03-101-1/+1
| | * | | | | bpf: Add "live packet" mode for XDP in BPF_PROG_RUNToke Høiland-Jørgensen2022-03-091-14/+320
| | * | | | | selftests/bpf: Add tests for kfunc register offset checksKumar Kartikeya Dwivedi2022-03-051-0/+11
| | * | | | | bpf: Replace __diag_ignore with unified __diag_ignore_allKumar Kartikeya Dwivedi2022-03-052-4/+5
| * | | | | | net: bridge: mst: prevent NULL deref in br_mst_info_size()Eric Dumazet2022-03-221-1/+1
| * | | | | | net/tls: optimize judgement processes in tls_set_device_offload()Ziyang Xuan2022-03-211-31/+31
| * | | | | | net/tls: remove unnecessary jump instructions in do_tls_setsockopt_conf()Ziyang Xuan2022-03-211-10/+5
| * | | | | | net: Revert the softirq will run annotation in ____napi_schedule().Sebastian Andrzej Siewior2022-03-211-2/+1
| * | | | | | devlink: hold the instance lock during eswitch_mode callbacksJakub Kicinski2022-03-211-6/+0
| * | | | | | devlink: add explicitly locked flavor of the rate node APIsJakub Kicinski2022-03-211-25/+61
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextDavid S. Miller2022-03-2154-67/+551
| |\ \ \ \ \ \
| | * | | | | | netfilter: flowtable: pass flowtable to nf_flow_table_iterate()Pablo Neira Ayuso2022-03-201-10/+10