summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* libbpf: Fix KERNEL_VERSION macroHengqi Chen2021-04-051-1/+1
* bpf: selftests: Specify CONFIG_DYNAMIC_FTRACE in the testing configMartin KaFai Lau2021-04-031-0/+2
* libbpf: Remove redundant semi-colonYang Yingliang2021-04-031-1/+1
* bpf: Remove repeated struct btf_type declarationWan Jiabing2021-04-031-1/+0
* bpf, cgroup: Delete repeated struct bpf_prog declarationWan Jiabing2021-04-031-1/+0
* bpf: Remove unused parameter from ___bpf_prog_runHe Fengqing2021-04-031-4/+3
* bpf, selftests: test_maps generating unrecognized data sectionJohn Fastabend2021-04-031-12/+0
* tcp: reorder tcp_congestion_ops for better cache localityEric Dumazet2021-04-021-15/+27
* net: reorganize fields in netns_mibEric Dumazet2021-04-021-10/+20
* nfc: pn533: prevent potential memory corruptionDan Carpenter2021-04-021-0/+3
* Merge branch 'dpaa2-rx-copybreak'David S. Miller2021-04-023-18/+98
|\
| * dpaa2-eth: export the rx copybreak value as an ethtool tunableIoana Ciornei2021-04-023-2/+47
| * dpaa2-eth: add rx copybreak supportIoana Ciornei2021-04-022-3/+36
| * dpaa2-eth: rename dpaa2_eth_xdp_release_buf into dpaa2_eth_recycle_bufIoana Ciornei2021-04-022-15/+17
|/
* Merge branch 'mptcp-misc'David S. Miller2021-04-0215-57/+291
|\
| * selftests: mptcp: dump more info on mpjoin errorsMatthieu Baerts2021-04-021-2/+15
| * selftests: mptcp: init nstat historyMatthieu Baerts2021-04-021-0/+7
| * selftests: mptcp: launch mptcp_connect with timeoutMatthieu Baerts2021-04-024-33/+72
| * mptcp: add mptcp reset option supportFlorian Westphal2021-04-029-19/+180
| * mptcp: remove unneeded check on first subflowPaolo Abeni2021-04-022-2/+2
| * mptcp: add active MPC mibsPaolo Abeni2021-04-024-0/+7
| * mptcp: add mib for token creation fallbackPaolo Abeni2021-04-024-1/+8
|/
* Merge branch 'ionic-ptp'David S. Miller2021-04-0215-75/+1565
|\
| * ionic: advertise support for hardware timestampsShannon Nelson2021-04-021-0/+25
| * ionic: ethtool ptp statsShannon Nelson2021-04-021-4/+34
| * ionic: add ethtool support for PTPShannon Nelson2021-04-021-0/+93
| * ionic: add and enable tx and rx timestamp handlingShannon Nelson2021-04-024-25/+157
| * ionic: set up hw timestamp queuesShannon Nelson2021-04-021-5/+261
| * ionic: add rx filtering for hw timestamp steeringShannon Nelson2021-04-022-0/+22
| * ionic: link in the new hw timestamp codeShannon Nelson2021-04-027-0/+107
| * ionic: add hw timestamp support filesShannon Nelson2021-04-021-0/+589
| * ionic: split adminq post and wait callsShannon Nelson2021-04-022-4/+13
| * ionic: add hw timestamp structs to interfaceShannon Nelson2021-04-022-6/+170
| * ionic: add handling of larger descriptorsShannon Nelson2021-04-024-29/+73
| * ionic: add new queue features to interfaceShannon Nelson2021-04-023-6/+25
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-04-0270-1139/+2944
|\
| * Merge branch 'sockmap: introduce BPF_SK_SKB_VERDICT and support UDP'Alexei Starovoitov2021-04-0126-237/+677
| |\
| | * selftests/bpf: Add a test case for loading BPF_SK_SKB_VERDICTCong Wang2021-04-012-0/+58
| | * selftests/bpf: Add a test case for udp sockmapCong Wang2021-04-012-0/+158
| | * sock_map: Update sock type checks for UDPCong Wang2021-04-011-1/+4
| | * udp: Implement udp_bpf_recvmsg() for sockmapCong Wang2021-04-011-1/+63
| | * skmsg: Extract __tcp_bpf_recvmsg() and tcp_bpf_wait_data()Cong Wang2021-04-015-102/+106
| | * udp: Implement ->read_sock() for sockmapCong Wang2021-04-014-0/+33
| | * sock: Introduce sk->sk_prot->psock_update_sk_prot()Cong Wang2021-04-0112-45/+58
| | * sock_map: Introduce BPF_SK_SKB_VERDICTCong Wang2021-04-018-1/+38
| | * sock_map: Kill sock_map_link_no_progs()Cong Wang2021-04-011-40/+15
| | * sock_map: Simplify sock_map_link() a bitCong Wang2021-04-011-4/+5
| | * skmsg: Use GFP_KERNEL in sk_psock_create_ingress_msg()Cong Wang2021-04-011-1/+1
| | * skmsg: Use rcu work for destroying psockCong Wang2021-04-012-16/+6
| | * skmsg: Avoid lock_sock() in sk_psock_backlog()Cong Wang2021-04-013-16/+37