summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-08-168-80/+73
|\
| * netfilter: ebtables: reject bogus getopt len valueFlorian Westphal2020-08-141-0/+4
| * selftests: netfilter: kill running process onlyFabian Frederick2020-08-131-2/+8
| * selftests: netfilter: add MTU arguments to flowtablesFabian Frederick2020-08-131-6/+24
| * selftests: netfilter: add checktool functionFabian Frederick2020-08-131-22/+11
| * netfilter: nf_tables: free chain context when BINDING flag is missingFlorian Westphal2020-08-131-2/+4
| * netfilter: avoid ipv6 -> nf_defrag_ipv6 module dependencyFlorian Westphal2020-08-133-23/+6
| * netfilter: nft_compat: remove flush counter optimizationFlorian Westphal2020-08-101-23/+14
| * netfilter: nf_tables: nft_exthdr: the presence return value should be little-...Stephen Suryaputra2020-08-101-2/+2
* | Merge tag 'linux-can-fixes-for-5.9-20200815' of git://git.kernel.org/pub/scm/...David S. Miller2020-08-161-12/+36
|\ \
| * | can: j1939: add rxtimer for multipacket broadcast sessionZhang Changzhong2020-08-151-8/+20
| * | can: j1939: abort multipacket broadcast session when timeout occursZhang Changzhong2020-08-151-1/+1
| * | can: j1939: cancel rxtimer on multipacket broadcast session completeZhang Changzhong2020-08-151-0/+1
| * | can: j1939: fix support for multipacket broadcast messageZhang Changzhong2020-08-151-3/+14
* | | net: Fix potential wrong skb->protocol in skb_vlan_untag()Miaohe Lin2020-08-161-2/+2
* | | net: xdp: pull ethernet header off packet after computing skb->protocolJason A. Donenfeld2020-08-161-0/+1
* | | ipvlan: fix device featuresMahesh Bandewar2020-08-161-5/+22
* | | bonding: fix a potential double-unregisterCong Wang2020-08-161-1/+2
* | | net: fddi: skfp: cfm: Remove seemingly unused variable 'ID_sccs'Lee Jones2020-08-141-4/+0
* | | net: fddi: skfp: cfm: Remove set but unused variable 'oldstate'Lee Jones2020-08-141-11/+2
* | | net: fddi: skfp: smt: Remove seemingly unused variable 'ID_sccs'Lee Jones2020-08-141-4/+0
* | | net: fddi: skfp: smt: Place definition of 'smt_pdef' under same stipulations ...Lee Jones2020-08-141-1/+2
* | | net: fddi: skfp: fplustm: Remove seemingly unused variable 'ID_sccs'Lee Jones2020-08-141-4/+0
* | | net: fddi: skfp: hwmtm: Remove seemingly unused variable 'ID_sccs'Lee Jones2020-08-141-4/+0
* | | net: wan: dlci: Remove set but not used variable 'err'Lee Jones2020-08-141-2/+1
* | | net: ethernet: 8390: axnet_cs: Document unused parameter 'txqueue'Lee Jones2020-08-141-0/+1
* | | net: bonding: bond_alb: Describe alb_handle_addr_collision_on_attach()'s 'bon...Lee Jones2020-08-141-2/+2
* | | net: ethernet: 3com: 3c574_cs: Remove set but unused variables 'tx' and 'rx'Lee Jones2020-08-141-3/+3
* | | net: bonding: bond_main: Document 'proto' and rename 'new_active' parametersLee Jones2020-08-141-1/+3
* | | net: bonding: bond_3ad: Fix a bunch of kerneldoc parameter issuesLee Jones2020-08-141-7/+8
* | | drivers/net/wan/hdlc_x25: Added needed_headroom and a skb->len checkXie He2020-08-142-1/+17
|/ /
* | bonding: show saner speed for broadcast modeJarod Wilson2020-08-141-3/+18
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-08-1432-141/+421
|\ \
| * | selftests/bpf: Make test_varlen work with 32-bit user-space archAndrii Nakryiko2020-08-132-7/+7
| * | tools/bpftool: Generate data section struct with conservative alignmentAndrii Nakryiko2020-08-131-0/+14
| * | selftests/bpf: Correct various core_reloc 64-bit assumptionsAndrii Nakryiko2020-08-132-42/+47
| * | libbpf: Enforce 64-bitness of BTF for BPF object filesAndrii Nakryiko2020-08-131-0/+4
| * | selftests/bpf: Fix btf_dump test cases on 32-bit archesAndrii Nakryiko2020-08-131-7/+20
| * | libbpf: Handle BTF pointer sizes more carefullyAndrii Nakryiko2020-08-134-4/+87
| * | libbpf: Fix BTF-defined map-in-map initialization on 32-bit host archesAndrii Nakryiko2020-08-131-6/+10
| * | selftest/bpf: Fix compilation warnings in 32-bit modeAndrii Nakryiko2020-08-139-19/+24
| * | tools/bpftool: Fix compilation warnings in 32-bit modeAndrii Nakryiko2020-08-134-12/+20
| * | doc: Add link to bpf helpers man pageJoe Stringer2020-08-131-0/+7
| * | bpf, selftests: Add tests to sock_ops for loading skJohn Fastabend2020-08-131-0/+21
| * | bpf, selftests: Add tests for sock_ops load with r9, r8.r7 registersJohn Fastabend2020-08-131-0/+7
| * | bpf, selftests: Add tests for ctx access in sock_ops with single registerJohn Fastabend2020-08-131-0/+13
| * | bpf: sock_ops sk access may stomp registers when dst_reg = src_regJohn Fastabend2020-08-131-11/+38
| * | bpf: sock_ops ctx access may stomp registers in corner caseJohn Fastabend2020-08-131-2/+24
| * | libbpf: Prevent overriding errno when logging errorsToke Høiland-Jørgensen2020-08-131-5/+7
| * | bpf: Iterate through all PT_NOTE sections when looking for build idJiri Olsa2020-08-121-10/+14