aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-20bpf: Add bpf_skc_to_mptcp_sock_protoGeliang Tang3-0/+41
2022-05-11bpf: Prepare prog_test_struct kfuncs for runtime testsKumar Kartikeya Dwivedi1-6/+17
2022-05-10bpf, x86: Generate trampolines from bpf_tramp_linksKui-Feng Lee1-5/+19
2022-05-10bpf: Add source ip in "struct bpf_tunnel_key"Kaixi Fan1-0/+9
2022-05-10bpf: Print some info if disable bpf_jit_enable failedTiezhu Yang1-0/+6
2022-05-10net: sysctl: Use SYSCTL_TWO instead of &twoTiezhu Yang1-4/+3
2022-04-28bpf, sockmap: Call skb_linearize only when required in sk_psock_skb_ingress_enqueueLiu Jian1-9/+13
2022-04-27Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski8-29/+81
2022-04-27mptcp: reset subflow when MP_FAIL doesn't respondGeliang Tang4-0/+68
2022-04-27mptcp: add MP_FAIL response supportGeliang Tang3-1/+12
2022-04-27mptcp: add data lock for sk timersGeliang Tang1-0/+12
2022-04-27mptcp: use mptcp_stop_timerGeliang Tang1-2/+2
2022-04-26net: tls: fix async vs NIC crypto offloadJakub Kicinski1-0/+2
2022-04-26net: generalize skb freeing deferral to per-cpu listsEric Dumazet7-32/+82
2022-04-26bpf: Compute map_btf_id during build timeMenglong Dong3-12/+9
2022-04-26net/af_packet: add VLAN support for AF_PACKET SOCK_RAW GSOHangbin Liu1-5/+13
2022-04-25selftests/bpf: Add test for strict BTF type checkKumar Kartikeya Dwivedi1-1/+21
2022-04-25selftests/bpf: Add verifier tests for kptrKumar Kartikeya Dwivedi1-5/+40
2022-04-25bpf: Tag argument to be released in bpf_func_protoKumar Kartikeya Dwivedi1-1/+1
2022-04-25net: dsa: remove unused headersMarcin Wojtas1-9/+0
2022-04-25arp: fix unused variable warnning when CONFIG_PROC_FS=nYajun Deng1-5/+2
2022-04-25devlink: introduce line card device info infrastructureJiri Pirko1-1/+70
2022-04-25devlink: introduce line card info get messageJiri Pirko1-4/+126
2022-04-25devlink: introduce line card devices supportJiri Pirko1-1/+103
2022-04-23mptcp: add mib for infinite map sendingGeliang Tang3-0/+3
2022-04-23mptcp: infinite mapping receivingGeliang Tang1-1/+3
2022-04-23mptcp: infinite mapping sendingGeliang Tang4-2/+41
2022-04-23mptcp: track and update contiguous data statusGeliang Tang3-1/+7
2022-04-23mptcp: add the fallback checkGeliang Tang1-21/+24
2022-04-23mptcp: don't send RST for single subflowGeliang Tang1-5/+5
2022-04-22ipv4: Initialise ->flowi4_scope properly in ICMP handlers.Guillaume Nault1-20/+17
2022-04-22ipv4: Avoid using RTO_ONLINK with ip_route_connect().Guillaume Nault4-13/+10
2022-04-22ipv4: Don't reset ->flowi4_scope in ip_rt_fix_tos().Guillaume Nault1-2/+2
2022-04-22ipv6: Use ipv6_only_sock() helper in condition.Kuniyuki Iwashima2-2/+2
2022-04-22ipv6: Remove __ipv6_only_sock().Kuniyuki Iwashima5-8/+8
2022-04-22Revert "rtnetlink: return EINVAL when request cannot succeed"Florent Fourcot1-1/+1
2022-04-22net/ipv6: Enforce limits for accept_unsolicited_na sysctlArun Ajith S1-1/+1
2022-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni16-41/+83
2022-04-20net: Change skb_ensure_writable()'s write_len param to unsigned int typeLiu Jian1-1/+1
2022-04-20bpf: Enlarge offset check value to INT_MAX in bpf_skb_{load,store}_bytesLiu Jian1-2/+2
2022-04-20net/sched: flower: Consider the number of tags for vlan filtersBoris Sukholitko1-8/+16
2022-04-20net/sched: flower: Add number of vlan tags filterBoris Sukholitko1-0/+14
2022-04-20flow_dissector: Add number of vlan tags dissectorBoris Sukholitko1-0/+20
2022-04-20net/sched: flower: Reduce identation after is_key_vlan refactoringBoris Sukholitko1-17/+17
2022-04-20net/sched: flower: Helper function for vlan ethtype checksBoris Sukholitko1-15/+17
2022-04-20net: dsa: don't emit targeted cross-chip notifiers for MTU changeVladimir Oltean4-25/+7
2022-04-20net: dsa: drop dsa_slave_priv from dsa_slave_change_mtuVladimir Oltean1-2/+1
2022-04-20net: dsa: avoid one dsa_to_port() in dsa_slave_change_mtuVladimir Oltean1-4/+1
2022-04-20net: dsa: use dsa_tree_for_each_user_port in dsa_slave_change_mtuVladimir Oltean1-8/+5
2022-04-20net: dsa: make cross-chip notifiers more efficient for host eventsVladimir Oltean4-140/+76