summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* bpf: Prepare prog_test_struct kfuncs for runtime testsKumar Kartikeya Dwivedi2022-05-111-6/+17
* bpf, x86: Generate trampolines from bpf_tramp_linksKui-Feng Lee2022-05-101-5/+19
* bpf: Add source ip in "struct bpf_tunnel_key"Kaixi Fan2022-05-101-0/+9
* bpf: Print some info if disable bpf_jit_enable failedTiezhu Yang2022-05-101-0/+6
* net: sysctl: Use SYSCTL_TWO instead of &twoTiezhu Yang2022-05-101-4/+3
* bpf, sockmap: Call skb_linearize only when required in sk_psock_skb_ingress_e...Liu Jian2022-04-281-9/+13
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-04-278-29/+81
|\
| * bpf: Compute map_btf_id during build timeMenglong Dong2022-04-263-12/+9
| * selftests/bpf: Add test for strict BTF type checkKumar Kartikeya Dwivedi2022-04-251-1/+21
| * selftests/bpf: Add verifier tests for kptrKumar Kartikeya Dwivedi2022-04-251-5/+40
| * bpf: Tag argument to be released in bpf_func_protoKumar Kartikeya Dwivedi2022-04-251-1/+1
| * net: Change skb_ensure_writable()'s write_len param to unsigned int typeLiu Jian2022-04-201-1/+1
| * bpf: Enlarge offset check value to INT_MAX in bpf_skb_{load,store}_bytesLiu Jian2022-04-201-2/+2
| * bpf: Fix usage of trace RCU in local storage.KP Singh2022-04-191-3/+3
| * xsk: Drop ternary operator from xskq_cons_has_entriesMaciej Fijalkowski2022-04-151-1/+1
| * xsk: Diversify return codes in xsk_rcv_check()Maciej Fijalkowski2022-04-151-1/+1
| * xsk: Improve xdp_do_redirect() error codesBjörn Töpel2022-04-152-2/+2
* | mptcp: reset subflow when MP_FAIL doesn't respondGeliang Tang2022-04-274-0/+68
* | mptcp: add MP_FAIL response supportGeliang Tang2022-04-273-1/+12
* | mptcp: add data lock for sk timersGeliang Tang2022-04-271-0/+12
* | mptcp: use mptcp_stop_timerGeliang Tang2022-04-271-2/+2
* | net: tls: fix async vs NIC crypto offloadJakub Kicinski2022-04-261-0/+2
* | net: generalize skb freeing deferral to per-cpu listsEric Dumazet2022-04-267-32/+82
* | net/af_packet: add VLAN support for AF_PACKET SOCK_RAW GSOHangbin Liu2022-04-261-5/+13
* | net: dsa: remove unused headersMarcin Wojtas2022-04-251-9/+0
* | arp: fix unused variable warnning when CONFIG_PROC_FS=nYajun Deng2022-04-251-5/+2
* | devlink: introduce line card device info infrastructureJiri Pirko2022-04-251-1/+70
* | devlink: introduce line card info get messageJiri Pirko2022-04-251-4/+126
* | devlink: introduce line card devices supportJiri Pirko2022-04-251-1/+103
* | mptcp: add mib for infinite map sendingGeliang Tang2022-04-233-0/+3
* | mptcp: infinite mapping receivingGeliang Tang2022-04-231-1/+3
* | mptcp: infinite mapping sendingGeliang Tang2022-04-234-2/+41
* | mptcp: track and update contiguous data statusGeliang Tang2022-04-233-1/+7
* | mptcp: add the fallback checkGeliang Tang2022-04-231-21/+24
* | mptcp: don't send RST for single subflowGeliang Tang2022-04-231-5/+5
* | ipv4: Initialise ->flowi4_scope properly in ICMP handlers.Guillaume Nault2022-04-221-20/+17
* | ipv4: Avoid using RTO_ONLINK with ip_route_connect().Guillaume Nault2022-04-224-13/+10
* | ipv4: Don't reset ->flowi4_scope in ip_rt_fix_tos().Guillaume Nault2022-04-221-2/+2
* | ipv6: Use ipv6_only_sock() helper in condition.Kuniyuki Iwashima2022-04-222-2/+2
* | ipv6: Remove __ipv6_only_sock().Kuniyuki Iwashima2022-04-225-8/+8
* | Revert "rtnetlink: return EINVAL when request cannot succeed"Florent Fourcot2022-04-221-1/+1
* | net/ipv6: Enforce limits for accept_unsolicited_na sysctlArun Ajith S2022-04-221-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-04-2216-41/+83
|\ \
| * | netlink: reset network and mac headers in netlink_dump()Eric Dumazet2022-04-191-0/+7
| * | net: dsa: hellcreek: Calculate checksums in taggerKurt Kanzenbach2022-04-191-0/+8
| * | can: isotp: stop timeout monitoring when no first frame was sentOliver Hartkopp2022-04-171-1/+9
| * | ipv6: make ip6_rt_gc_expire an atomic_tEric Dumazet2022-04-151-5/+6
| * | net: Handle l3mdev in ip_tunnel_init_flowDavid Ahern2022-04-152-6/+7
| * | l3mdev: l3mdev_master_upper_ifindex_by_index_rcu should be using netdev_maste...David Ahern2022-04-151-1/+1
| * | net/sched: cls_u32: fix possible leak in u32_init_knode()Eric Dumazet2022-04-151-4/+4