| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | net: fix fraglist segmentation reference count leak | Florian Westphal | 2020-03-30 | 1 | -0/+1 |
| | * | udp: initialize is_flist with 0 in udp_gro_receive | Xin Long | 2020-03-30 | 1 | -0/+1 |
| | * | net, ip_tunnel: fix interface lookup with no key | William Dauchy | 2020-03-30 | 1 | -5/+1 |
| | * | sctp: fix possibly using a bad saddr with a given dst | Marcelo Ricardo Leitner | 2020-03-30 | 2 | -15/+33 |
| | * | sctp: fix refcount bug in sctp_wfree | Qiujun Huang | 2020-03-30 | 1 | -8/+23 |
| | * | ipv4: fix a RCU-list lock in fib_triestat_seq_show | Qian Cai | 2020-03-30 | 1 | -0/+3 |
| | * | mac80211: fix authentication with iwlwifi/mvm | Johannes Berg | 2020-03-30 | 1 | -1/+2 |
| * | | netdevsim: dev: Fix memory leak in nsim_dev_take_snapshot_write | Gustavo A. R. Silva | 2020-03-31 | 1 | -0/+1 |
| * | | Merge branch 'stmmac-Add-additional-EHL-PCI-info-and-PCI-ID' | David S. Miller | 2020-03-31 | 4 | -313/+602 |
| |\ \ |
|
| | * | | net: stmmac: add EHL 2.5Gbps PCI info and PCI ID | Voon Weifeng | 2020-03-31 | 1 | -8/+16 |
| | * | | net: stmmac: add EHL PSE0 & PSE1 1Gbps PCI info and PCI ID | Voon Weifeng | 2020-03-31 | 1 | -0/+75 |
| | * | | net: stmmac: create dwmac-intel.c to contain all Intel platform | Voon Weifeng | 2020-03-31 | 4 | -313/+519 |
| |/ / |
|
| * | | Merge branch 'net-dsa-b53-and-bcm_sf2-updates-for-7278' | David S. Miller | 2020-03-31 | 3 | -42/+136 |
| |\ \ |
|
| | * | | net: dsa: bcm_sf2: Support specifying VLAN tag egress rule | Florian Fainelli | 2020-03-31 | 1 | -2/+38 |
| | * | | net: dsa: bcm_sf2: Add support for matching VLAN TCI | Florian Fainelli | 2020-03-31 | 1 | -15/+38 |
| | * | | net: dsa: bcm_sf2: Move writing of CFP_DATA(5) into slicing functions | Florian Fainelli | 2020-03-31 | 1 | -32/+32 |
| | * | | net: dsa: bcm_sf2: Check earlier for FLOW_EXT and FLOW_MAC_EXT | Florian Fainelli | 2020-03-31 | 1 | -2/+3 |
| | * | | net: dsa: bcm_sf2: Disable learning for ASP port | Florian Fainelli | 2020-03-31 | 1 | -1/+9 |
| | * | | net: dsa: b53: Deny enslaving port 7 for 7278 into a bridge | Florian Fainelli | 2020-03-31 | 1 | -0/+6 |
| | * | | net: dsa: b53: Prevent tagged VLAN on port 7 for 7278 | Florian Fainelli | 2020-03-31 | 1 | -0/+8 |
| | * | | net: dsa: b53: Restore VLAN entries upon (re)configuration | Florian Fainelli | 2020-03-31 | 1 | -0/+15 |
| | * | | net: dsa: bcm_sf2: Fix overflow checks | Florian Fainelli | 2020-03-31 | 1 | -6/+3 |
| |/ / |
|
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2020-03-31 | 107 | -1728/+6086 |
| |\ \ |
|
| | * \ | Merge branch 'cgroup-bpf_link' | Alexei Starovoitov | 2020-03-31 | 14 | -99/+930 |
| | |\ \ |
|
| | | * | | selftests/bpf: Test FD-based cgroup attachment | Andrii Nakryiko | 2020-03-31 | 2 | -0/+268 |
| | | * | | libbpf: Add support for bpf_link-based cgroup attachment | Andrii Nakryiko | 2020-03-31 | 6 | -1/+122 |
| | | * | | bpf: Implement bpf_prog replacement for an active bpf_cgroup_link | Andrii Nakryiko | 2020-03-31 | 5 | -0/+186 |
| | | * | | bpf: Implement bpf_link-based cgroup BPF program attachment | Andrii Nakryiko | 2020-03-31 | 7 | -98/+354 |
| | |/ / |
|
| | * | | Merge branch 'subreg-bounds' | Alexei Starovoitov | 2020-03-31 | 9 | -301/+959 |
| | |\ \ |
|
| | | * | | bpf: Test_verifier, add alu32 bounds tracking tests | John Fastabend | 2020-03-31 | 1 | -0/+39 |
| | | * | | bpf: Test_verifier, #65 error message updates for trunc of boundary-cross | John Fastabend | 2020-03-31 | 1 | -8/+4 |
| | | * | | bpf: Test_verifier, bpf_get_stack return value add <0 | John Fastabend | 2020-03-31 | 1 | -4/+4 |
| | | * | | bpf: Test_progs, add test to catch retval refine error handling | John Fastabend | 2020-03-31 | 2 | -0/+31 |
| | | * | | bpf: Verifier, refine 32bit bound in do_refine_retval_range | John Fastabend | 2020-03-31 | 1 | -0/+1 |
| | | * | | bpf: Verifier, do explicit ALU32 bounds tracking | John Fastabend | 2020-03-30 | 5 | -281/+869 |
| | | * | | bpf: Verifier, do_refine_retval_range may clamp umin to 0 incorrectly | John Fastabend | 2020-03-30 | 1 | -8/+11 |
| | |/ / |
|
| | * | | bpf, lsm: Make BPF_LSM depend on BPF_EVENTS | KP Singh | 2020-03-30 | 1 | -0/+1 |
| | * | | Merge branch 'bpf_sk_assign' | Alexei Starovoitov | 2020-03-30 | 14 | -24/+662 |
| | |\ \ |
|
| | | * | | selftests: bpf: Extend sk_assign tests for UDP | Joe Stringer | 2020-03-30 | 2 | -11/+105 |
| | | * | | selftests: bpf: Add test for sk_assign | Lorenz Bauer | 2020-03-30 | 2 | -0/+419 |
| | | * | | bpf: Don't refcount LISTEN sockets in sk_assign() | Joe Stringer | 2020-03-30 | 3 | -12/+22 |
| | | * | | net: Track socket refcounts in skb_steal_sock() | Joe Stringer | 2020-03-30 | 5 | -10/+21 |
| | | * | | bpf: Add socket assign support | Joe Stringer | 2020-03-30 | 8 | -4/+108 |
| | |/ / |
|
| | * | | bpf, doc: Add John as official reviewer to BPF subsystem | Daniel Borkmann | 2020-03-30 | 1 | -0/+1 |
| | * | | bpf: btf: Fix arg verification in btf_ctx_access() | KP Singh | 2020-03-30 | 1 | -7/+17 |
| | * | | bpf: Simplify reg_set_min_max_inv handling | Jann Horn | 2020-03-30 | 1 | -86/+22 |
| | * | | bpf: Fix tnum constraints for 32-bit comparisons | Jann Horn | 2020-03-30 | 1 | -36/+72 |
| | * | | bpf: Undo incorrect __reg_bound_offset32 handling | Daniel Borkmann | 2020-03-30 | 1 | -19/+0 |
| | * | | Merge branch 'bpf-lsm' | Daniel Borkmann | 2020-03-30 | 31 | -670/+985 |
| | |\ \ |
|
| | | * | | bpf: lsm: Add Documentation | KP Singh | 2020-03-30 | 2 | -0/+143 |