summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-04-27bridge: mrp: Implement netlink interface to configure MRPHoratiu Vultur1-0/+91
2020-04-27bridge: mrp: Connect MRP API with the switchdev APIHoratiu Vultur3-1/+589
2020-04-27bridge: switchdev: mrp: Implement MRP API for switchdevHoratiu Vultur2-0/+142
2020-04-27switchdev: mrp: Extend switchdev API to offload MRPHoratiu Vultur1-0/+62
2020-04-27bridge: mrp: Add MRP interface.Horatiu Vultur1-0/+63
2020-04-27net: bridge: Add port attribute IFLA_BRPORT_MRP_RING_OPENHoratiu Vultur3-0/+5
2020-04-27bridge: mrp: Extend bridge interfaceHoratiu Vultur2-0/+6
2020-04-27bridge: mrp: Update KconfigHoratiu Vultur1-0/+12
2020-04-27bridge: uapi: mrp: Add mrp attributes.Horatiu Vultur3-0/+127
2020-04-27net: rtnetlink: remove redundant assignment to variable errColin Ian King1-1/+1
2020-04-27dt-bindings: net: convert qca,ar71xx documentation to yamlOleksij Rempel2-45/+216
2020-04-27net: ag71xx: extend link validation to support other SoCsOleksij Rempel1-5/+38
2020-04-26net: hns3: remove an unnecessary check in hclge_set_umv_space()Huazhong Tan1-2/+1
2020-04-26net: openvswitch: use div_u64() for 64-by-32 divisionsTonghao Zhang1-1/+1
2020-04-26net: openvswitch: suitable access to the dp_metersTonghao Zhang1-3/+3
2020-04-26Merge branch 'hinic-add-SR-IOV-support'David S. Miller28-203/+3033
2020-04-26hinic: add net_device_ops associated with vfLuo bin3-1/+383
2020-04-26hinic: add sriov feature supportLuo bin23-193/+1195
2020-04-26hinic: add mailbox function supportLuo bin10-10/+1456
2020-04-26net/mlx4_core: Add missing iounmap() in error pathZou Wei1-0/+1
2020-04-26dccp: remove unused inline function dccp_set_seqnoYueHaibing1-5/+0
2020-04-26qlcnic: remove unused inline function qlcnic_hw_write_wx_2MYueHaibing1-6/+0
2020-04-26liquidio: remove unused inline functionsYueHaibing1-12/+0
2020-04-26ptp: clockmatrix: remove unnecessary comparisonYang Yingliang1-1/+1
2020-04-26hsr: remove unnecessary code in hsr_dev_change_mtu()Taehee Yoo1-3/+1
2020-04-26tcp: mptcp: use mptcp receive buffer space to select rcv windowFlorian Westphal3-2/+27
2020-04-26dpaa2-eth: add channel stat to debugfsIoana Ciornei4-4/+10
2020-04-26octeontx2-pf: Remove unneeded semicolonZheng Bin1-1/+1
2020-04-26net: phy: dp83867: Remove unneeded semicolonZheng Bin1-2/+2
2020-04-26Merge branch 'net-hns3-refactor-for-MAC-table'David S. Miller12-428/+1166
2020-04-26net: hns3: optimize the filter table entries handling when resettingJian Shen8-105/+94
2020-04-26net: hns3: use mutex vport_lock instead of mutex umv_lockJian Shen2-13/+19
2020-04-26net: hns3: refactor the promisc mode settingJian Shen8-46/+122
2020-04-26net: hns3: add support for dumping UC and MC MAC listJian Shen2-0/+53
2020-04-26net: hns3: refactor the MAC address configureJian Shen6-218/+860
2020-04-26net: hns3: replace num_req_vfs with num_alloc_vport in hclge_reset_umv_space()Jian Shen1-1/+1
2020-04-26net: hns3: remove unnecessary parameter 'is_alloc' in hclge_set_umv_space()Jian Shen1-9/+5
2020-04-26net: hns3: refine for unicast MAC VLAN space managementJian Shen1-48/+24
2020-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller548-3210/+5609
2020-04-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2-1/+1
2020-04-25Merge tag 'timers-urgent-2020-04-25' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+2
2020-04-25Merge tag 'sched-urgent-2020-04-25' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-21/+35
2020-04-25Merge tag 'perf-urgent-2020-04-25' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-3/+11
2020-04-25Merge tag 'objtool-urgent-2020-04-25' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-2/+2
2020-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds114-397/+1131
2020-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller19-85/+203
2020-04-25selftests/bpf: Fix a couple of broken test_btf casesStanislav Fomichev4-40/+16
2020-04-25tools/runqslower: Ensure own vmlinux.h is picked up firstAndrii Nakryiko1-1/+1
2020-04-25bpf: Make bpf_link_fops staticZou Wei1-1/+1
2020-04-25bpftool: Respect the -d option in struct_ops cmdMartin KaFai Lau1-1/+7