summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Revert "net: dsa: move sja1110_process_meta_tstamp inside the tagging protoco...Vladimir Oltean2021-12-125-67/+78
| * net: dsa: tag_sja1105: convert to tagger-owned dataVladimir Oltean2021-12-125-77/+110
| * net: dsa: sja1105: move ts_id from sja1105_tagger_dataVladimir Oltean2021-12-124-5/+8
| * net: dsa: sja1105: make dp->priv point directly to sja1105_tagger_dataVladimir Oltean2021-12-125-49/+37
| * net: dsa: sja1105: remove hwts_tx_en from tagger dataVladimir Oltean2021-12-123-6/+5
| * net: dsa: sja1105: bring deferred xmit implementation in line with ocelot-8021qVladimir Oltean2021-12-123-52/+57
| * net: dsa: sja1105: let deferred packets time out when sent to ports going downVladimir Oltean2021-12-121-13/+0
| * net: dsa: tag_ocelot: convert to tagger-owned dataVladimir Oltean2021-12-123-55/+94
| * net: dsa: introduce tagger-owned storage for private and shared dataVladimir Oltean2021-12-124-4/+96
|/
* net: dsa: mv88e6xxx: Add tx fwd offload PVT on intermediate devicesTobias Waldekranz2021-12-121-1/+3
* net: Enable neighbor sysctls that is save for userns rootxu xin2021-12-121-4/+0
* Merge branch 'add-fdma-support-on-ocelot-switch-driver'Jakub Kicinski2021-12-108-26/+1151
|\
| * net: ocelot: add FDMA supportClément Léger2021-12-106-4/+1095
| * net: ocelot: add support for ndo_change_mtuClément Léger2021-12-102-0/+16
| * net: ocelot: add and export ocelot_ptp_rx_timestamp()Clément Léger2021-12-102-17/+26
| * net: ocelot: export ocelot_ifh_port_set() to setup IFHClément Léger2021-12-102-5/+14
|/
* Merge branch 'net-wwan-iosm-improvements'Jakub Kicinski2021-12-107-33/+30
|\
| * net: wwan: iosm: correct open parenthesis alignmentM Chetan Kumar2021-12-101-1/+1
| * net: wwan: iosm: removed unused function declM Chetan Kumar2021-12-101-10/+0
| * net: wwan: iosm: release data channel in case no active IP sessionM Chetan Kumar2021-12-104-21/+27
| * net: wwan: iosm: set tx queue lenM Chetan Kumar2021-12-101-1/+2
|/
* net: ocelot: fix missed include in the vsc7514_regs.h fileColin Foster2021-12-101-0/+2
* net: bna: Update supported link modesErik Ekman2021-12-101-11/+11
* sock: Use sock_owned_by_user_nocheck() instead of sk_lock.owned.Kuniyuki Iwashima2021-12-103-14/+15
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-12-10181-2562/+5747
|\
| * libbpf: Add "bool skipped" to struct bpf_mapShuyi Cheng2021-12-101-3/+8
| * libbpf: Fix typo in btf__dedup@LIBBPF_0.0.2 definitionVincent Minet2021-12-101-1/+1
| * Merge branch 'Enhance and rework logging controls in libbpf'Alexei Starovoitov2021-12-1018-174/+683
| |\
| | * bpftool: Switch bpf_object__load_xattr() to bpf_object__load()Andrii Nakryiko2021-12-103-29/+21
| | * selftests/bpf: Remove the only use of deprecated bpf_object__load_xattr()Andrii Nakryiko2021-12-101-5/+5
| | * selftests/bpf: Add test for libbpf's custom log_buf behaviorAndrii Nakryiko2021-12-102-0/+300
| | * selftests/bpf: Replace all uses of bpf_load_btf() with bpf_btf_load()Andrii Nakryiko2021-12-103-22/+32
| | * libbpf: Deprecate bpf_object__load_xattr()Andrii Nakryiko2021-12-102-13/+11
| | * libbpf: Add per-program log buffer setter and getterAndrii Nakryiko2021-12-103-17/+84
| | * libbpf: Preserve kernel error code and remove kprobe prog type guessingAndrii Nakryiko2021-12-101-17/+2
| | * libbpf: Improve logging around BPF program loadingAndrii Nakryiko2021-12-102-21/+23
| | * libbpf: Allow passing user log setting through bpf_object_open_optsAndrii Nakryiko2021-12-103-3/+65
| | * libbpf: Allow passing preallocated log_buf when loading BTF into kernelAndrii Nakryiko2021-12-102-23/+56
| | * libbpf: Add OPTS-based bpf_btf_load() APIAndrii Nakryiko2021-12-104-12/+69
| | * libbpf: Fix bpf_prog_load() log_buf logic for log_level 0Andrii Nakryiko2021-12-101-13/+16
| |/
| * samples/bpf: Remove unneeded variableMinghao Chi2021-12-091-3/+1
| * bpf: Remove redundant assignment to pointer tColin Ian King2021-12-081-1/+1
| * selftests/bpf: Fix a compilation warningYonghong Song2021-12-081-1/+1
| * perf/bpf_counter: Use bpf_map_create instead of bpf_create_mapSong Liu2021-12-081-2/+16
| * Merge branch 'samples: bpf: fix build issues with Clang/LLVM'Andrii Nakryiko2021-12-062-1/+8
| |\
| | * samples: bpf: Fix 'unknown warning group' build warning on ClangAlexander Lobakin2021-12-061-0/+2
| | * samples: bpf: Fix xdp_sample_user.o linking with ClangAlexander Lobakin2021-12-061-1/+6
| |/
| * bpf: Silence purge_cand_cache build warning.Alexei Starovoitov2021-12-061-0/+2
| * libbpf: Add doc comments in libbpf.hGrant Seltzer2021-12-061-0/+53
| * libbpf: Fix trivial typohuangxuesen2021-12-061-2/+2