aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-06-20net: dsa: mv88e6xxx: add irl_init_all opVivien Didelot4-50/+116
2017-06-20Merge branch 'net-next-stmmac-dwmac-sun8i-add-support-for-V3s'David S. Miller4-2/+22
2017-06-20net-next: stmmac: dwmac-sun8i: add support for V3s EMACIcenowy Zheng2-0/+9
2017-06-20net-next: stmmac: dwmac-sun8i: force EPHY clock freq to 24MHzIcenowy Zheng1-0/+4
2017-06-20dt-bindings: syscon: Add DT bindings documentation for Allwinner V3s sysconIcenowy Zheng1-0/+1
2017-06-20dt-bindings: net-next: Add DT bindings documentation for Allwinner V3s EMACIcenowy Zheng1-2/+8
2017-06-20Merge branch 'net-Introduction-of-the-tc-tests'David S. Miller10-0/+1863
2017-06-20selftests: Introduce tc testsuiteLucas Bates10-0/+1863
2017-06-20Merge branch 'qed-RDMA-and-infrastructure-for-iWARP'David S. Miller22-202/+353
2017-06-20qed: SPQ async callback registrationMichal Kalderon7-55/+96
2017-06-20qed: Wait for resources before FUNC_CLOSEMichal Kalderon1-15/+20
2017-06-20qed*: Set rdma generic functions prefixMichal Kalderon5-100/+101
2017-06-20qed*: qede_roce.[ch] -> qede_rdma.[ch]Michal Kalderon7-5/+10
2017-06-20qed: Disable RoCE dpm when DCBx change occursMintz, Yuval3-0/+49
2017-06-20qed: RoCE EDPM to honor PFCMintz, Yuval2-0/+22
2017-06-20qed: Chain support for external PBLMintz, Yuval10-28/+56
2017-06-19tcp: md5: add TCP_MD5SIG_EXT socket option to set a key address prefixIvan Delalande5-15/+41
2017-06-19tcp: md5: add an address prefix for key lookupIvan Delalande3-16/+70
2017-06-19net/mlx5e: IPoIB, Add ioctl support to IPoIB device driverFeras Daoud4-10/+26
2017-06-19net/mlx5e: IPoIB, Add PTP support to IPoIB device driverFeras Daoud5-4/+28
2017-06-19net/mlx5e: IPoIB, Get more TX statisticsErez Shitrit1-0/+5
2017-06-19net/mlx5e: IPoIB, Handle change_mtuErez Shitrit1-0/+31
2017-06-19net/mlx5e: Use hard_mtu as part of the mlx5e_priv structErez Shitrit6-13/+24
2017-06-19net/mlx5e: IPoIB, Change parameters default valuesErez Shitrit1-4/+15
2017-06-19net/mlx5e: Add new profile function update_carrierErez Shitrit4-4/+14
2017-06-19net/mlx5e: IPoIB, Add ethtool supportErez Shitrit6-37/+255
2017-06-19net/mlx5e: Prevent PFC call for non ethernet portsFeras Daoud1-0/+6
2017-06-19net/mlx5e: IPoIB, Move to a separate directorySaeed Mahameed5-3/+3
2017-06-19cxgb4: notify uP to route ctrlq compl to rdma rspqRaju Rangoju1-4/+6
2017-06-19cxgb4: add new T6 pci device id'sGanesh Goudar1-0/+3
2017-06-19nfp: add VLAN filtering supportPablo Cascón2-1/+100
2017-06-19cxgb4: fix a NULL dereferenceGanesh Goudar1-1/+4
2017-06-18liquidio: replace info-pointer mode with buffer-pointer-only modePrasad Kanneganti11-109/+37
2017-06-18pptp: Remove unused variable in pptp_release()Christos Gkekas1-2/+0
2017-06-18liquidio: implement vlan filter enable and disablePrasad Kanneganti3-10/+32
2017-06-17net: dsa: Fix legacy probingFlorian Fainelli1-11/+8
2017-06-17tls: update KconfigDave Watson1-2/+5
2017-06-17Merge branch 'net-remove-dst-garbage-collector-logic'David S. Miller17-466/+218
2017-06-17net: add debug atomic_inc_not_zero() in dst_hold()Wei Wang1-1/+1
2017-06-17net: reorder all the dst flagsWei Wang1-5/+5
2017-06-17net: remove DST_NOCACHE flagWei Wang8-25/+17
2017-06-17net: remove DST_NOGC flagWei Wang6-19/+9
2017-06-17net: remove dst gc related codeWei Wang3-235/+0
2017-06-17decnet: take dst->__refcnt when struct dn_route is createdWei Wang1-17/+19
2017-06-17xfrm: take refcnt of dst when creating struct xfrm_dst bundleWei Wang3-36/+32
2017-06-17ipv6: get rid of icmp6 dst garbage collectorWei Wang3-49/+1
2017-06-17ipv6: mark DST_NOGC and remove the operation of dst_free()Wei Wang2-45/+19
2017-06-17ipv6: call dst_hold_safe() properlyWei Wang2-4/+4
2017-06-17ipv6: call dst_dev_put() properlyWei Wang1-0/+2
2017-06-17ipv6: take dst->__refcnt for insertion into fib6 treeWei Wang3-21/+50