aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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-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
2017-06-17ipv4: mark DST_NOGC and remove the operation of dst_free()Wei Wang2-16/+5
2017-06-17ipv4: call dst_hold_safe() properlyWei Wang2-4/+4
2017-06-17ipv4: call dst_dev_put() properlyWei Wang2-0/+6
2017-06-17ipv4: take dst->__refcnt when caching dst in fibWei Wang2-4/+20
2017-06-17net: introduce a new function dst_dev_put()Wei Wang2-0/+25
2017-06-17net: introduce DST_NOGC in dst_release() to destroy dst based on refcntWei Wang2-3/+22
2017-06-17net: use loopback dev when generating blackhole routeWei Wang2-5/+6
2017-06-17udp: call dst_hold_safe() in udp_sk_rx_set_dst()Wei Wang2-16/+14
2017-06-17ipv6: remove unnecessary dst_hold() in ip6_fragment()Wei Wang1-4/+0
2017-06-16Merge tag 'mlx5-updates-2017-06-16' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller28-124/+227
2017-06-16net: dsa: add cross-chip multicast supportVivien Didelot1-10/+20