aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-08tuntap: fix possible deadlock when fail to register netdevJason Wang1-3/+4
2017-12-07net: dsa: Allow compiling out legacy supportFlorian Fainelli2-1/+5
2017-12-07bnxt_en: Don't print "Link speed -1 no longer supported" messages.Michael Chan1-3/+7
2017-12-06ipvlan: Eliminate duplicated codes with existing functionGao Feng1-11/+2
2017-12-06mlxsw: spectrum: handle NETIF_F_HW_TC changes correctlyJiri Pirko3-0/+52
2017-12-06tun: avoid unnecessary READ_ONCE in tun_net_xmitWillem de Bruijn1-3/+1
2017-12-06act_mirred: get rid of tcfm_ifindex from struct tcf_mirredCong Wang8-29/+20
2017-12-06bnxt_en: Uninitialized variable in bnxt_tc_parse_actions()Dan Carpenter1-4/+1
2017-12-05net: macb: change GFP_ATOMIC to GFP_KERNELJulia Cartwright1-1/+1
2017-12-05net: macb: reduce scope of rx_fs_lock-protected regionsJulia Cartwright1-5/+11
2017-12-05net: macb: kill useless use of list_empty()Julia Cartwright1-19/+12
2017-12-05net: dsa: return per-port upstream portVivien Didelot1-1/+1
2017-12-05net: dsa: mv88e6xxx: setup global upstream portVivien Didelot1-13/+16
2017-12-05net: dsa: mv88e6xxx: helper to setup upstream portVivien Didelot1-7/+20
2017-12-05net: dsa: mv88e6xxx: egress floods all DSA portsVivien Didelot1-1/+3
2017-12-05nfp: dump indirect ME CSRsCarl Heymann2-0/+123
2017-12-05nfp: dump CPP, XPB and direct ME CSRsCarl Heymann1-0/+102
2017-12-05nfp: dump firmware nameCarl Heymann1-0/+36
2017-12-05nfp: dump single hwinfo field by keyCarl Heymann1-0/+57
2017-12-05nfp: dump all hwinfoCarl Heymann3-0/+45
2017-12-05nfp: dump rtsymsCarl Heymann1-0/+124
2017-12-05nfp: dumpspec TLV traversalCarl Heymann1-1/+153
2017-12-05nfp: dump prologCarl Heymann1-2/+86
2017-12-05nfp: load debug dump specCarl Heymann1-1/+33
2017-12-05nfp: debug dump ethtool opsCarl Heymann5-8/+137
2017-12-05Merge branch 'ieee802154-for-davem-2017-12-04' of git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan-nextDavid S. Miller1-26/+64
2017-12-05netdevsim: make functions nsim_bpf_create_prog and nsim_bpf_destroy_prog staticColin Ian King1-2/+2
2017-12-05macb: Kill PHY reset codeSergei Shtylyov2-22/+0
2017-12-05phylib: Add device reset GPIO supportSergei Shtylyov4-19/+77
2017-12-05tun: add eBPF based queue selection methodJason Wang1-23/+122
2017-12-05net: hns3: Refactors the requested reset & pending reset handling codeSalil Mehta2-36/+65
2017-12-05net: hns3: Add reset service task for handling reset requestsSalil Mehta2-11/+34
2017-12-05net: hns3: Refactor of the reset interrupt handling logicSalil Mehta2-32/+78
2017-12-05net: macb: change GFP_KERNEL to GFP_ATOMICJulia Lawall1-1/+1
2017-12-05phylink: convert to fwnodeRussell King1-38/+53
2017-12-05sfp: convert to fwnodeRussell King2-8/+9
2017-12-05sfp: fix sparse warningRussell King1-1/+1
2017-12-05sfp: add documentation for kernel APIsRussell King1-0/+104
2017-12-05phylink: add documentation for kernel APIsRussell King1-0/+182
2017-12-05phylink: restart 802.3z negotiation when starting net deviceRussell King1-0/+6
2017-12-05phylink: remove phylink_init_eee()Russell King1-13/+0
2017-12-05phylink: add support for 2500baseX and 10GbaseKRRussell King1-0/+2
2017-12-05phylink: get rid of separate Cisco SGMII and 802.3z modesRussell King1-25/+14
2017-12-05phylink: merge SGMII and 802.3z handlingRussell King1-7/+9
2017-12-05phy: add phy_interface_mode_is_8023z() helperRussell King1-2/+1
2017-12-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller195-1067/+1552
2017-12-04Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds3-3/+5
2017-12-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds24-83/+177
2017-12-04Merge tag 'linux-can-next-for-4.16-20171201' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-nextDavid S. Miller7-163/+174
2017-12-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller21-312/+1477