aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-12-12net: dsa: sja1105: make dp->priv point directly to sja1105_tagger_dataVladimir Oltean
2021-12-12net: dsa: sja1105: remove hwts_tx_en from tagger dataVladimir Oltean
2021-12-12net: dsa: sja1105: bring deferred xmit implementation in line with ocelot-8021qVladimir Oltean
2021-12-12net: dsa: sja1105: let deferred packets time out when sent to ports going downVladimir Oltean
2021-12-12net: dsa: tag_ocelot: convert to tagger-owned dataVladimir Oltean
2021-12-12net: dsa: introduce tagger-owned storage for private and shared dataVladimir Oltean
2021-12-12net: dsa: mv88e6xxx: Add tx fwd offload PVT on intermediate devicesTobias Waldekranz
2021-12-12net: Enable neighbor sysctls that is save for userns rootxu xin
2021-12-10Merge branch 'add-fdma-support-on-ocelot-switch-driver'Jakub Kicinski
2021-12-10net: ocelot: add FDMA supportClément Léger
2021-12-10net: ocelot: add support for ndo_change_mtuClément Léger
2021-12-10net: ocelot: add and export ocelot_ptp_rx_timestamp()Clément Léger
2021-12-10net: ocelot: export ocelot_ifh_port_set() to setup IFHClément Léger
2021-12-10Merge branch 'net-wwan-iosm-improvements'Jakub Kicinski
2021-12-10net: wwan: iosm: correct open parenthesis alignmentM Chetan Kumar
2021-12-10net: wwan: iosm: removed unused function declM Chetan Kumar
2021-12-10net: wwan: iosm: release data channel in case no active IP sessionM Chetan Kumar
2021-12-10net: wwan: iosm: set tx queue lenM Chetan Kumar
2021-12-10net: ocelot: fix missed include in the vsc7514_regs.h fileColin Foster
2021-12-10net: bna: Update supported link modesErik Ekman
2021-12-10sock: Use sock_owned_by_user_nocheck() instead of sk_lock.owned.Kuniyuki Iwashima
2021-12-10Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-12-10libbpf: Add "bool skipped" to struct bpf_mapShuyi Cheng
2021-12-10libbpf: Fix typo in btf__dedup@LIBBPF_0.0.2 definitionVincent Minet
2021-12-10Merge branch 'Enhance and rework logging controls in libbpf'Alexei Starovoitov
2021-12-10bpftool: Switch bpf_object__load_xattr() to bpf_object__load()Andrii Nakryiko
2021-12-10selftests/bpf: Remove the only use of deprecated bpf_object__load_xattr()Andrii Nakryiko
2021-12-10selftests/bpf: Add test for libbpf's custom log_buf behaviorAndrii Nakryiko
2021-12-10selftests/bpf: Replace all uses of bpf_load_btf() with bpf_btf_load()Andrii Nakryiko
2021-12-10libbpf: Deprecate bpf_object__load_xattr()Andrii Nakryiko
2021-12-10libbpf: Add per-program log buffer setter and getterAndrii Nakryiko
2021-12-10libbpf: Preserve kernel error code and remove kprobe prog type guessingAndrii Nakryiko
2021-12-10libbpf: Improve logging around BPF program loadingAndrii Nakryiko
2021-12-10libbpf: Allow passing user log setting through bpf_object_open_optsAndrii Nakryiko
2021-12-10libbpf: Allow passing preallocated log_buf when loading BTF into kernelAndrii Nakryiko
2021-12-10libbpf: Add OPTS-based bpf_btf_load() APIAndrii Nakryiko
2021-12-10libbpf: Fix bpf_prog_load() log_buf logic for log_level 0Andrii Nakryiko
2021-12-10selftests: mptcp: remove duplicate include in mptcp_inq.cYe Guojin
2021-12-10xfrm: add net device refcount tracker to struct xfrm_state_offloadEric Dumazet
2021-12-10Merge branch 'net-netns-refcount-tracking-base-series'Jakub Kicinski
2021-12-10ppp: add netns refcount trackerEric Dumazet
2021-12-10l2tp: add netns refcount tracker to l2tp_dfs_seq_dataEric Dumazet
2021-12-10net: sched: add netns refcount tracker to struct tcf_extsEric Dumazet
2021-12-10net: add netns refcount tracker to struct seq_net_privateEric Dumazet
2021-12-10net: add netns refcount tracker to struct sockEric Dumazet
2021-12-10net: add networking namespace refcount trackerEric Dumazet
2021-12-09sh_eth: Use dev_err_probe() helperGeert Uytterhoeven
2021-12-09net: x25: drop harmless check of !moreJean Sacren
2021-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-09skbuff: Extract list pointers to silence compiler warningsKees Cook