summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * net: fix fraglist segmentation reference count leakFlorian Westphal2020-03-301-0/+1
| | * udp: initialize is_flist with 0 in udp_gro_receiveXin Long2020-03-301-0/+1
| | * net, ip_tunnel: fix interface lookup with no keyWilliam Dauchy2020-03-301-5/+1
| | * sctp: fix possibly using a bad saddr with a given dstMarcelo Ricardo Leitner2020-03-302-15/+33
| | * sctp: fix refcount bug in sctp_wfreeQiujun Huang2020-03-301-8/+23
| | * ipv4: fix a RCU-list lock in fib_triestat_seq_showQian Cai2020-03-301-0/+3
| | * mac80211: fix authentication with iwlwifi/mvmJohannes Berg2020-03-301-1/+2
| * | netdevsim: dev: Fix memory leak in nsim_dev_take_snapshot_writeGustavo A. R. Silva2020-03-311-0/+1
| * | Merge branch 'stmmac-Add-additional-EHL-PCI-info-and-PCI-ID'David S. Miller2020-03-314-313/+602
| |\ \
| | * | net: stmmac: add EHL 2.5Gbps PCI info and PCI IDVoon Weifeng2020-03-311-8/+16
| | * | net: stmmac: add EHL PSE0 & PSE1 1Gbps PCI info and PCI IDVoon Weifeng2020-03-311-0/+75
| | * | net: stmmac: create dwmac-intel.c to contain all Intel platformVoon Weifeng2020-03-314-313/+519
| |/ /
| * | Merge branch 'net-dsa-b53-and-bcm_sf2-updates-for-7278'David S. Miller2020-03-313-42/+136
| |\ \
| | * | net: dsa: bcm_sf2: Support specifying VLAN tag egress ruleFlorian Fainelli2020-03-311-2/+38
| | * | net: dsa: bcm_sf2: Add support for matching VLAN TCIFlorian Fainelli2020-03-311-15/+38
| | * | net: dsa: bcm_sf2: Move writing of CFP_DATA(5) into slicing functionsFlorian Fainelli2020-03-311-32/+32
| | * | net: dsa: bcm_sf2: Check earlier for FLOW_EXT and FLOW_MAC_EXTFlorian Fainelli2020-03-311-2/+3
| | * | net: dsa: bcm_sf2: Disable learning for ASP portFlorian Fainelli2020-03-311-1/+9
| | * | net: dsa: b53: Deny enslaving port 7 for 7278 into a bridgeFlorian Fainelli2020-03-311-0/+6
| | * | net: dsa: b53: Prevent tagged VLAN on port 7 for 7278Florian Fainelli2020-03-311-0/+8
| | * | net: dsa: b53: Restore VLAN entries upon (re)configurationFlorian Fainelli2020-03-311-0/+15
| | * | net: dsa: bcm_sf2: Fix overflow checksFlorian Fainelli2020-03-311-6/+3
| |/ /
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-03-31107-1728/+6086
| |\ \
| | * \ Merge branch 'cgroup-bpf_link'Alexei Starovoitov2020-03-3114-99/+930
| | |\ \
| | | * | selftests/bpf: Test FD-based cgroup attachmentAndrii Nakryiko2020-03-312-0/+268
| | | * | libbpf: Add support for bpf_link-based cgroup attachmentAndrii Nakryiko2020-03-316-1/+122
| | | * | bpf: Implement bpf_prog replacement for an active bpf_cgroup_linkAndrii Nakryiko2020-03-315-0/+186
| | | * | bpf: Implement bpf_link-based cgroup BPF program attachmentAndrii Nakryiko2020-03-317-98/+354
| | |/ /
| | * | Merge branch 'subreg-bounds'Alexei Starovoitov2020-03-319-301/+959
| | |\ \
| | | * | bpf: Test_verifier, add alu32 bounds tracking testsJohn Fastabend2020-03-311-0/+39
| | | * | bpf: Test_verifier, #65 error message updates for trunc of boundary-crossJohn Fastabend2020-03-311-8/+4
| | | * | bpf: Test_verifier, bpf_get_stack return value add <0John Fastabend2020-03-311-4/+4
| | | * | bpf: Test_progs, add test to catch retval refine error handlingJohn Fastabend2020-03-312-0/+31
| | | * | bpf: Verifier, refine 32bit bound in do_refine_retval_rangeJohn Fastabend2020-03-311-0/+1
| | | * | bpf: Verifier, do explicit ALU32 bounds trackingJohn Fastabend2020-03-305-281/+869
| | | * | bpf: Verifier, do_refine_retval_range may clamp umin to 0 incorrectlyJohn Fastabend2020-03-301-8/+11
| | |/ /
| | * | bpf, lsm: Make BPF_LSM depend on BPF_EVENTSKP Singh2020-03-301-0/+1
| | * | Merge branch 'bpf_sk_assign'Alexei Starovoitov2020-03-3014-24/+662
| | |\ \
| | | * | selftests: bpf: Extend sk_assign tests for UDPJoe Stringer2020-03-302-11/+105
| | | * | selftests: bpf: Add test for sk_assignLorenz Bauer2020-03-302-0/+419
| | | * | bpf: Don't refcount LISTEN sockets in sk_assign()Joe Stringer2020-03-303-12/+22
| | | * | net: Track socket refcounts in skb_steal_sock()Joe Stringer2020-03-305-10/+21
| | | * | bpf: Add socket assign supportJoe Stringer2020-03-308-4/+108
| | |/ /
| | * | bpf, doc: Add John as official reviewer to BPF subsystemDaniel Borkmann2020-03-301-0/+1
| | * | bpf: btf: Fix arg verification in btf_ctx_access()KP Singh2020-03-301-7/+17
| | * | bpf: Simplify reg_set_min_max_inv handlingJann Horn2020-03-301-86/+22
| | * | bpf: Fix tnum constraints for 32-bit comparisonsJann Horn2020-03-301-36/+72
| | * | bpf: Undo incorrect __reg_bound_offset32 handlingDaniel Borkmann2020-03-301-19/+0
| | * | Merge branch 'bpf-lsm'Daniel Borkmann2020-03-3031-670/+985
| | |\ \
| | | * | bpf: lsm: Add DocumentationKP Singh2020-03-302-0/+143