summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | once: rename _SLOW to _SLEEPABLEJason A. Donenfeld2022-10-031-2/+2
| * | | | | | | | | ethtool: add interface to interact with Ethernet Power EquipmentOleksij Rempel2022-10-035-1/+209
| * | | | | | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-10-0313-31/+343
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | net: netfilter: move bpf_ct_set_nat_info kfunc in nf_nat_bpf.cLorenzo Bianconi2022-10-034-52/+87
| | * | | | | | | | | bpf: tcp: Stop bpf_setsockopt(TCP_CONGESTION) in init ops to recur itselfMartin KaFai Lau2022-09-292-1/+28
| | * | | | | | | | | 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
| | * | | | | | | | | net: netfilter: add bpf_ct_set_nat_info kfunc helperLorenzo Bianconi2022-09-211-1/+46
| | * | | | | | | | | bpf: Move nf_conn extern declarations to filter.hDaniel Xu2022-09-201-0/+1
| | * | | | | | | | | bpf: Rename nfct_bsa to nfct_btf_struct_accessDaniel Xu2022-09-202-11/+11
| | * | | | | | | | | bpf: Add support for writing to nf_conn:markDaniel Xu2022-09-103-1/+120
| | * | | | | | | | | bpf: Use 0 instead of NOT_INIT for btf_struct_access() writesDaniel Xu2022-09-101-1/+1
| | * | | | | | | | | bpf: Invoke cgroup/connect{4,6} programs for unprivileged ICMP pingYiFei Zhu2022-09-092-0/+31
| | * | | | | | | | | selftests/bpf: Add tests for kfunc returning a memory pointerBenjamin Tissoires2022-09-071-0/+36
| | * | | | | | | | | selftests/bpf: add test for accessing ctx from syscall program typeBenjamin Tissoires2022-09-071-0/+1
| * | | | | | | | | | once: add DO_ONCE_SLOW() for sleepable contextsEric Dumazet2022-10-031-2/+2
| * | | | | | | | | | gro: add support of (hw)gro packets to gro stackCoco Li2022-10-032-6/+29
| * | | | | | | | | | mptcp: update misleading comments.Paolo Abeni2022-10-031-7/+7
| * | | | | | | | | | mptcp: use fastclose on more edge scenariosPaolo Abeni2022-10-031-19/+44
| * | | | | | | | | | mptcp: propagate fastclose errorPaolo Abeni2022-10-031-11/+36
| * | | | | | | | | | net: Add helper function to parse netlink msg of ip_tunnel_parmLiu Jian2022-10-033-49/+34
| * | | | | | | | | | net: Add helper function to parse netlink msg of ip_tunnel_encapLiu Jian2022-10-034-107/+41
| * | | | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2022-10-0318-256/+633
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | xfrm: mip6: add extack to mip6_destopt_init_state, mip6_rthdr_init_stateSabrina Dubroca2022-09-291-6/+4
| | * | | | | | | | | | xfrm: ipcomp: add extack to ipcomp{4,6}_init_stateSabrina Dubroca2022-09-293-7/+17
| | * | | | | | | | | | xfrm: tunnel: add extack to ipip_init_state, xfrm6_tunnel_init_stateSabrina Dubroca2022-09-292-4/+12
| | * | | | | | | | | | xfrm: esp: add extack to esp_init_state, esp6_init_stateSabrina Dubroca2022-09-292-42/+64
| | * | | | | | | | | | xfrm: ah: add extack to ah_init_state, ah6_init_stateSabrina Dubroca2022-09-292-15/+27
| | * | | | | | | | | | xfrm: pass extack down to xfrm_type ->init_stateSabrina Dubroca2022-09-2910-11/+13
| | * | | | | | | | | | xfrm: add extack support to xfrm_init_replaySabrina Dubroca2022-09-223-5/+9
| | * | | | | | | | | | xfrm: add extack to __xfrm_init_stateSabrina Dubroca2022-09-222-8/+20
| | * | | | | | | | | | xfrm: add extack to attach_*Sabrina Dubroca2022-09-221-16/+30
| | * | | | | | | | | | xfrm: add extack support to xfrm_dev_state_addSabrina Dubroca2022-09-222-8/+20
| | * | | | | | | | | | xfrm: add extack to verify_one_alg, verify_auth_trunc, verify_aeadSabrina Dubroca2022-09-221-11/+20
| | * | | | | | | | | | xfrm: add extack to verify_replaySabrina Dubroca2022-09-221-8/+22
| | * | | | | | | | | | xfrm: add extack support to verify_newsa_infoSabrina Dubroca2022-09-221-21/+69
| | * | | | | | | | | | xfrm: add extack to verify_sec_ctx_lenSabrina Dubroca2022-08-311-7/+9
| | * | | | | | | | | | xfrm: add extack to validate_tmplSabrina Dubroca2022-08-311-9/+20
| | * | | | | | | | | | xfrm: add extack to verify_policy_typeSabrina Dubroca2022-08-311-11/+17
| | * | | | | | | | | | xfrm: add extack to verify_policy_dirSabrina Dubroca2022-08-311-4/+5
| | * | | | | | | | | | xfrm: add extack support to verify_newpolicy_infoSabrina Dubroca2022-08-311-7/+18
| | * | | | | | | | | | xfrm: propagate extack to all netlink doit handlersSabrina Dubroca2022-08-311-22/+34
| | * | | | | | | | | | xfrm: lwtunnel: add lwtunnel support for xfrm interfaces in collect_md modeEyal Birger2022-08-292-0/+86
| | * | | | | | | | | | xfrm: interface: support collect metadata modeEyal Birger2022-08-293-27/+111
| | * | | | | | | | | | xfrm: Drop unused argumentHongbin Wang2022-08-231-8/+7
| | | |_|_|_|/ / / / / | | |/| | | | | | | |
| * | | | | | | | | | net: sched: use tc_cls_bind_class() in filterZhengchao Shao2022-10-029-54/+9
| * | | | | | | | | | net: sched: ensure n arg not empty before call bind_classZhengchao Shao2022-10-021-1/+1
| * | | | | | | | | | net: dsa: remove bool devlink_port_setupVladimir Oltean2022-09-301-8/+6