summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-04-03bpf, cgroup: Delete repeated struct bpf_prog declarationWan Jiabing1-1/+0
2021-04-03bpf: Remove unused parameter from ___bpf_prog_runHe Fengqing1-4/+3
2021-04-03bpf, selftests: test_maps generating unrecognized data sectionJohn Fastabend1-12/+0
2021-04-03tcp: reorder tcp_congestion_ops for better cache localityEric Dumazet1-15/+27
2021-04-03net: reorganize fields in netns_mibEric Dumazet1-10/+20
2021-04-03nfc: pn533: prevent potential memory corruptionDan Carpenter1-0/+3
2021-04-03Merge branch 'dpaa2-rx-copybreak'David S. Miller3-18/+98
2021-04-03dpaa2-eth: export the rx copybreak value as an ethtool tunableIoana Ciornei3-2/+47
2021-04-03dpaa2-eth: add rx copybreak supportIoana Ciornei2-3/+36
2021-04-03dpaa2-eth: rename dpaa2_eth_xdp_release_buf into dpaa2_eth_recycle_bufIoana Ciornei2-15/+17
2021-04-03Merge branch 'mptcp-misc'David S. Miller15-57/+291
2021-04-03selftests: mptcp: dump more info on mpjoin errorsMatthieu Baerts1-2/+15
2021-04-03selftests: mptcp: init nstat historyMatthieu Baerts1-0/+7
2021-04-03selftests: mptcp: launch mptcp_connect with timeoutMatthieu Baerts4-33/+72
2021-04-03mptcp: add mptcp reset option supportFlorian Westphal9-19/+180
2021-04-03mptcp: remove unneeded check on first subflowPaolo Abeni2-2/+2
2021-04-03mptcp: add active MPC mibsPaolo Abeni4-0/+7
2021-04-03mptcp: add mib for token creation fallbackPaolo Abeni4-1/+8
2021-04-03Merge branch 'ionic-ptp'David S. Miller15-75/+1565
2021-04-03ionic: advertise support for hardware timestampsShannon Nelson1-0/+25
2021-04-03ionic: ethtool ptp statsShannon Nelson1-4/+34
2021-04-03ionic: add ethtool support for PTPShannon Nelson1-0/+93
2021-04-03ionic: add and enable tx and rx timestamp handlingShannon Nelson4-25/+157
2021-04-03ionic: set up hw timestamp queuesShannon Nelson1-5/+261
2021-04-03ionic: add rx filtering for hw timestamp steeringShannon Nelson2-0/+22
2021-04-03ionic: link in the new hw timestamp codeShannon Nelson7-0/+107
2021-04-03ionic: add hw timestamp support filesShannon Nelson1-0/+589
2021-04-03ionic: split adminq post and wait callsShannon Nelson2-4/+13
2021-04-03ionic: add hw timestamp structs to interfaceShannon Nelson2-6/+170
2021-04-03ionic: add handling of larger descriptorsShannon Nelson4-29/+73
2021-04-03ionic: add new queue features to interfaceShannon Nelson3-6/+25
2021-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller70-1139/+2944
2021-04-02net: usb: ax88179_178a: initialize local variables before usePhillip Potter1-2/+4
2021-04-02net: phy: broadcom: Add statistics for all Gigabit PHYsFlorian Fainelli1-10/+66
2021-04-02net: document a side effect of ip_local_reserved_portsOtto Hollmann1-1/+3
2021-04-02lan743x: remove redundant semi-colonYang Yingliang1-1/+1
2021-04-02net: hns: Fix some typosLu Wei1-3/+3
2021-04-02net: smc: Remove repeated struct declarationWan Jiabing1-1/+0
2021-04-02include: net: Remove repeated struct declarationWan Jiabing1-1/+0
2021-04-02net: stmmac: remove unnecessary pci_enable_msi() callWong Vee Khee1-2/+0
2021-04-02stmmac: intel: use managed PCI function on probe and resumeWong Vee Khee1-7/+2
2021-04-02net: ipv6: Refactor in rt6_age_examine_exceptionXu Jia1-4/+1
2021-04-02tipc: fix unique bearer names sanity checkHoang Le1-19/+27
2021-04-02Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller18-345/+445
2021-04-01Merge branch 'sockmap: introduce BPF_SK_SKB_VERDICT and support UDP'Alexei Starovoitov26-237/+677
2021-04-01selftests/bpf: Add a test case for loading BPF_SK_SKB_VERDICTCong Wang2-0/+58
2021-04-01selftests/bpf: Add a test case for udp sockmapCong Wang2-0/+158
2021-04-01sock_map: Update sock type checks for UDPCong Wang1-1/+4
2021-04-01udp: Implement udp_bpf_recvmsg() for sockmapCong Wang1-1/+63
2021-04-01skmsg: Extract __tcp_bpf_recvmsg() and tcp_bpf_wait_data()Cong Wang5-102/+106