summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* esp, ah: consolidate the crypto algorithm selectionsEric Biggers2020-06-153-28/+24
* xfrm: merge fixup for "remove output_finish indirection from xfrm_state_afinfo"Stephen Rothwell2020-06-051-4/+0
* xfrm: Fix double ESP trailer insertion in IPsec crypto offload.Huy Nguyen2020-06-042-1/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-042097-44648/+150201
|\
| * selftests: net: ip_defrag: ignore EPERMThadeu Lima de Souza Cascardo2020-06-031-4/+4
| * net_failover: fixed rollback in net_failover_open()Vasily Averin2020-06-031-1/+2
| * Merge branch 'tipc-revert-two-patches'David S. Miller2020-06-032-2/+0
| |\
| | * Revert "tipc: Fix potential tipc_aead refcnt leak in tipc_crypto_rcv"Tuong Lien2020-06-031-1/+0
| | * Revert "tipc: Fix potential tipc_node refcnt leak in tipc_rcv"Tuong Lien2020-06-031-1/+0
| |/
| * vmxnet3: allow rx flow hash ops only when rss is enabledRonak Doshi2020-06-031-0/+12
| * hinic: add set_channels ethtool_ops supportLuo bin2020-06-032-9/+33
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-06-0315-74/+229
| |\
| | * selftests/bpf: Add a default $(CXX) valueIlya Leoshkevich2020-06-021-0/+2
| | * tools/bpf: Don't use $(COMPILE.c)Ilya Leoshkevich2020-06-022-7/+7
| | * bpf, selftests: Use bpf_probe_read_kernelIlya Leoshkevich2020-06-024-48/+48
| | * s390/bpf: Use bcr 0,%0 as tail call nop fillerIlya Leoshkevich2020-06-021-1/+2
| | * s390/bpf: Maintain 8-byte stack alignmentIlya Leoshkevich2020-06-021-9/+10
| | * selftests/bpf: Fix verifier testAlexei Starovoitov2020-06-021-1/+1
| | * selftests/bpf: Fix sample_cnt shared between two threadsAndrii Nakryiko2020-06-021-1/+1
| | * Merge branch 'csum-fixes'Alexei Starovoitov2020-06-025-7/+158
| |/|
| | * bpf, selftests: Adapt cls_redirect to call csum_level helperDaniel Borkmann2020-06-021-3/+6
| | * bpf: Add csum_level helper for fixing up csum levelsDaniel Borkmann2020-06-023-2/+122
| | * bpf: Fix up bpf_skb_adjust_room helper's skb csum settingDaniel Borkmann2020-06-024-2/+30
| |/
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-06-0299-539/+5050
| |\
| | * Merge branch 'Link-based-attach-to-netns'Alexei Starovoitov2020-06-0220-247/+1248
| | |\
| | | * selftests/bpf: Extend test_flow_dissector to cover link creationJakub Sitnicki2020-06-021-33/+82
| | | * selftests/bpf: Convert test_flow_dissector to use BPF skeletonJakub Sitnicki2020-06-022-15/+55
| | | * selftests/bpf, flow_dissector: Close TAP device FD after the testJakub Sitnicki2020-06-021-0/+1
| | | * selftests/bpf: Add tests for attaching bpf_link to netnsJakub Sitnicki2020-06-021-37/+551
| | | * bpftool: Support link show for netns-attached linksJakub Sitnicki2020-06-021-0/+10
| | | * bpftool: Extract helpers for showing link attach typeJakub Sitnicki2020-06-021-22/+22
| | | * libbpf: Add support for bpf_link-based netns attachmentJakub Sitnicki2020-06-023-5/+21
| | | * bpf, cgroup: Return ENOLINK for auto-detached links on updateJakub Sitnicki2020-06-021-1/+1
| | | * bpf: Add link-based BPF program attachment to network namespaceJakub Sitnicki2020-06-027-2/+267
| | | * flow_dissector: Move out netns_bpf prog callbacksJakub Sitnicki2020-06-024-121/+144
| | | * net: Introduce netns_bpf for BPF programs attached to netnsJakub Sitnicki2020-06-026-66/+149
| | | * flow_dissector: Pull locking up from prog attach callbackJakub Sitnicki2020-06-021-20/+20
| | |/
| | * libbpf: Add _GNU_SOURCE for reallocarray to ringbuf.cAndrii Nakryiko2020-06-021-0/+3
| | * bpf: Use tracing helpers for lsm programsJiri Olsa2020-06-023-2/+5
| | * xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frameLorenzo Bianconi2020-06-0216-21/+21
| | * xdp: Introduce xdp_convert_frame_to_buff utility routineLorenzo Bianconi2020-06-022-5/+11
| | * Merge branch 'bpf_setsockopt-SO_BINDTODEVICE'Alexei Starovoitov2020-06-026-8/+69
| | |\
| | | * selftests/bpf: Add test for SO_BINDTODEVICE opt of bpf_setsockoptFerenc Fejes2020-06-011-0/+33
| | | * bpf: Allow SO_BINDTODEVICE opt in bpf_setsockoptFerenc Fejes2020-06-011-1/+27
| | | * net: Make locking in sock_bindtoindex optionalFerenc Fejes2020-06-014-7/+9
| | |/
| | * bpf: Change kvfree to kfree in generic_map_lookup_batch()Denis Efremov2020-06-011-1/+1
| | * Merge branch 'fix-ktls-with-sk_skb_verdict'Alexei Starovoitov2020-06-016-48/+296
| | |\
| | | * bpf, selftests: Add test for ktls with skb bpf ingress policyJohn Fastabend2020-06-012-22/+187
| | | * bpf: Fix running sk_skb program types with ktlsJohn Fastabend2020-06-014-5/+75
| | | * bpf: Refactor sockmap redirect code so its easy to reuseJohn Fastabend2020-06-011-21/+34
| | |/