aboutsummaryrefslogtreecommitdiffstats
path: root/fs (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-16net: remove sk_route_nocapsEric Dumazet5-11/+11
2021-11-16net: remove sk_route_forced_capsEric Dumazet3-5/+3
2021-11-16net: use sk_is_tcp() in more placesEric Dumazet4-14/+9
2021-11-16tcp: small optimization in tcp_v6_send_check()Eric Dumazet1-3/+1
2021-11-16tcp: remove dead code in __tcp_v6_send_check()Eric Dumazet1-9/+3
2021-11-16tcp: minor optimization in tcp_add_backlog()Eric Dumazet1-3/+2
2021-11-15net: macb: Fix several edge cases in validateSean Anderson1-39/+73
2021-11-15Revert "Merge branch 'mctp-i2c-driver'"Jakub Kicinski12-1209/+25
2021-11-15net: mvpp2: use phylink_generic_validate()Russell King (Oracle)1-49/+9
2021-11-15net: mvneta: use phylink_generic_validate()Russell King (Oracle)1-30/+4
2021-11-15net: phylink: add generic validate implementationRussell King (Oracle)2-0/+283
2021-11-15net/wan/fsl_ucc_hdlc: fix sparse warningsChristophe Leroy1-30/+32
2021-11-15net: fddi: use swap() to make code cleanerYihao Han1-10/+4
2021-11-15hinic: use ARRAY_SIZE instead of ARRAY_LENGuo Zhengkui1-17/+15
2021-11-15net: usb: ax88179_178a: add TSO featureJacky Chou1-6/+11
2021-11-15mctp i2c: MCTP I2C binding driverMatt Johnston3-0/+995
2021-11-15dt-bindings: net: New binding mctp-i2c-controllerMatt Johnston2-0/+96
2021-11-15i2c: npcm7xx: Allow 255 byte block SMBus transfersMatt Johnston1-1/+2
2021-11-15i2c: aspeed: Allow 255 byte block transfersMatt Johnston1-2/+3
2021-11-15i2c: dev: Handle 255 byte blocks for i2c ioctlMatt Johnston3-14/+83
2021-11-15i2c: core: Allow 255 byte transfers for SMBus 3.xMatt Johnston3-8/+30
2021-11-15net: bridge: Slightly optimize 'find_portno()'Christophe JAILLET1-4/+4
2021-11-15net: sched: sch_netem: Refactor code in 4-state loss generatorHarshit Mogalapalli1-9/+9
2021-11-15net: dsa: vsc73xxx: Make vsc73xx_remove() return voidUwe Kleine-König2-4/+2
2021-11-15net: stmmac: enhance XDP ZC driver level switching performanceOng Boon Leong3-6/+139
2021-11-14bpftool: Use libbpf_get_error() to check errorHengqi Chen5-23/+27
2021-11-14bpftool: Fix mixed indentation in documentationQuentin Monnet2-38/+38
2021-11-14bpftool: Update the lists of names for maps and prog-attach typesQuentin Monnet4-3/+6
2021-11-14bpftool: Fix indent in option lists in the documentationQuentin Monnet7-14/+14
2021-11-14bpftool: Remove inclusion of utilities.mak from MakefilesQuentin Monnet2-2/+0
2021-11-14bpftool: Fix memory leak in prog_dump()Quentin Monnet1-6/+9
2021-11-14ipv6: Remove duplicate statementsluo penghao1-1/+0
2021-11-14ipv4: Remove duplicate assignmentsluo penghao1-1/+0
2021-11-14ipv4: drop unused assignmentluo penghao1-1/+0
2021-11-12selftests/bpf: Fix a tautological-constant-out-of-range-compare compiler warningYonghong Song1-6/+11
2021-11-12selftests/bpf: Fix an unused-but-set-variable compiler warningYonghong Song1-2/+0
2021-11-12tools/lib/lockdep: drop liblockdepSasha Levin39-1229/+3
2021-11-12thermal: int340x: fix build on 32-bit targetsLinus Torvalds1-0/+1
2021-11-12bpf: Introduce btf_tracing_idsSong Liu7-17/+29
2021-11-12bpf: Extend BTF_ID_LIST_GLOBAL with parameter for number of IDsSong Liu3-9/+5
2021-11-12bpftool: Enable libbpf's strict mode by defaultStanislav Fomichev5-19/+48
2021-11-11docs/bpf: Update documentation for BTF_KIND_TYPE_TAG supportYonghong Song1-1/+12
2021-11-11selftests/bpf: Clarify llvm dependency with btf_tag selftestYonghong Song1-4/+5
2021-11-11selftests/bpf: Add a C test for btf_type_tagYonghong Song2-0/+49
2021-11-11selftests/bpf: Rename progs/tag.c to progs/btf_decl_tag.cYonghong Song2-11/+13
2021-11-11selftests/bpf: Test BTF_KIND_DECL_TAG for deduplicationYonghong Song1-4/+135
2021-11-11selftests/bpf: Add BTF_KIND_TYPE_TAG unit testsYonghong Song2-0/+21
2021-11-11selftests/bpf: Test libbpf API function btf__add_type_tag()Yonghong Song2-28/+43
2021-11-11bpftool: Support BTF_KIND_TYPE_TAGYonghong Song1-0/+2
2021-11-11libbpf: Support BTF_KIND_TYPE_TAGYonghong Song6-2/+73