aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-15mptcp: add new sock flag to deal with join subflowsPaolo Abeni1-0/+3
2020-05-15net: phy: broadcom: add support for BCM54811 PHYKevin Lo1-0/+2
2020-05-15bpf: Implement CAP_BPFAlexei Starovoitov2-1/+20
2020-05-15bpf, capability: Introduce CAP_BPFAlexei Starovoitov1-0/+5
2020-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller5-4/+56
2020-05-14net: qed: fix bad formattingIgor Russkikh1-3/+2
2020-05-14net: qed: attention clearing propertiesIgor Russkikh1-0/+9
2020-05-14net: qed: adding hw_err states and handlingIgor Russkikh1-0/+12
2020-05-13net: phy: broadcom: add cable test supportMichael Walle1-0/+52
2020-05-13bpf: Enable bpf_iter targets registering ctx argument typesYonghong Song1-1/+11
2020-05-13bpf: Change func bpf_iter_unreg_target() signatureYonghong Song1-1/+1
2020-05-13bpf: net: Refactor bpf_iter target registrationYonghong Song1-1/+1
2020-05-13bpf: Change btf_iter func proto prefix to "bpf_iter_"Yonghong Song1-3/+3
2020-05-12net: dsa: tag_sja1105: implement sub-VLAN decodingVladimir Oltean1-0/+2
2020-05-12net: dsa: tag_8021q: support up to 8 VLANs per port using sub-VLANsVladimir Oltean1-0/+16
2020-05-12net: dsa: sja1105: prepare tagger for handling DSA tags and VLAN simultaneouslyVladimir Oltean1-0/+1
2020-05-12net: dsa: sja1105: save/restore VLANs using a delta commit methodVladimir Oltean1-15/+4
2020-05-12net: dsa: tag_8021q: introduce a vid_is_dsa_8021q helperVladimir Oltean1-0/+7
2020-05-11net: cleanly handle kernel vs user buffers for ->msg_controlChristoph Hellwig1-1/+11
2020-05-11net: add a CMSG_USER_DATA macroChristoph Hellwig1-1/+4
2020-05-11team: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-05-10net: dsa: sja1105: implement cross-chip bridging operationsVladimir Oltean1-0/+45
2020-05-10net: ethtool: Add helpers for reporting test resultsAndrew Lunn2-1/+18
2020-05-10net: ethtool: Add infrastructure for reporting cable test resultsAndrew Lunn2-0/+25
2020-05-10net: phy: Add support for polling cable testAndrew Lunn1-0/+5
2020-05-10net: phy: Add cable test support to state machineAndrew Lunn1-0/+28
2020-05-09IB/mlx4: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-05-09bpf: Add PTR_TO_BTF_ID_OR_NULL supportYonghong Song1-0/+2
2020-05-09net: bpf: Add netlink and ipv6_route bpf_iter targetsYonghong Song1-0/+3
2020-05-09bpf: Add bpf_map iteratorYonghong Song1-0/+1
2020-05-09bpf: Implement common macros/helpers for target iteratorsYonghong Song1-0/+11
2020-05-09bpf: Create file bpf iteratorYonghong Song1-0/+2
2020-05-09bpf: Create anonymous bpf iteratorYonghong Song1-0/+1
2020-05-09bpf: Support bpf tracing/iter programs for BPF_LINK_CREATEYonghong Song2-0/+2
2020-05-09bpf: Allow loading of a bpf_iter programYonghong Song1-0/+3
2020-05-09bpf: Implement an interface to register bpf_iter targetsYonghong Song1-0/+15
2020-05-09Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxSaeed Mahameed2-0/+14
2020-05-07netpoll: accept NULL np argument in netpoll_send_skb()Eric Dumazet1-4/+1
2020-05-07netpoll: netpoll_send_skb() returns transmit statusEric Dumazet1-1/+1
2020-05-07netpoll: move netpoll_send_skb() out of lineEric Dumazet1-8/+1
2020-05-07netpoll: remove dev argument from netpoll_send_skb_on_dev()Eric Dumazet1-3/+2
2020-05-07Merge tag 'wireless-drivers-next-2020-05-07' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller1-19/+43
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller12-73/+54
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds3-53/+25
2020-05-06ethtool: provide UAPI for PHY master/slave configuration.Oleksij Rempel1-0/+3
2020-05-06net: stricter validation of untrusted gso packetsWillem de Bruijn1-2/+24
2020-05-06Merge tag 'perf-for-bpf-2020-05-06' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into bpf-nextAlexei Starovoitov1-0/+4
2020-05-06timer: add fsleep for flexible sleepingHeiner Kallweit1-0/+11
2020-05-06Merge tag 'tag-chrome-platform-fixes-for-v5.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linuxLinus Torvalds1-0/+1
2020-05-06net: phy: add concept of shared storage for PHYsMichael Walle1-0/+89