summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* tuntap: fix possible deadlock when fail to register netdevJason Wang2017-12-081-3/+4
* net: dsa: Allow compiling out legacy supportFlorian Fainelli2017-12-072-1/+5
* bnxt_en: Don't print "Link speed -1 no longer supported" messages.Michael Chan2017-12-071-3/+7
* ipvlan: Eliminate duplicated codes with existing functionGao Feng2017-12-061-11/+2
* mlxsw: spectrum: handle NETIF_F_HW_TC changes correctlyJiri Pirko2017-12-063-0/+52
* tun: avoid unnecessary READ_ONCE in tun_net_xmitWillem de Bruijn2017-12-061-3/+1
* act_mirred: get rid of tcfm_ifindex from struct tcf_mirredCong Wang2017-12-068-29/+20
* bnxt_en: Uninitialized variable in bnxt_tc_parse_actions()Dan Carpenter2017-12-061-4/+1
* net: macb: change GFP_ATOMIC to GFP_KERNELJulia Cartwright2017-12-051-1/+1
* net: macb: reduce scope of rx_fs_lock-protected regionsJulia Cartwright2017-12-051-5/+11
* net: macb: kill useless use of list_empty()Julia Cartwright2017-12-051-19/+12
* net: dsa: return per-port upstream portVivien Didelot2017-12-051-1/+1
* net: dsa: mv88e6xxx: setup global upstream portVivien Didelot2017-12-051-13/+16
* net: dsa: mv88e6xxx: helper to setup upstream portVivien Didelot2017-12-051-7/+20
* net: dsa: mv88e6xxx: egress floods all DSA portsVivien Didelot2017-12-051-1/+3
* nfp: dump indirect ME CSRsCarl Heymann2017-12-052-0/+123
* nfp: dump CPP, XPB and direct ME CSRsCarl Heymann2017-12-051-0/+102
* nfp: dump firmware nameCarl Heymann2017-12-051-0/+36
* nfp: dump single hwinfo field by keyCarl Heymann2017-12-051-0/+57
* nfp: dump all hwinfoCarl Heymann2017-12-053-0/+45
* nfp: dump rtsymsCarl Heymann2017-12-051-0/+124
* nfp: dumpspec TLV traversalCarl Heymann2017-12-051-1/+153
* nfp: dump prologCarl Heymann2017-12-051-2/+86
* nfp: load debug dump specCarl Heymann2017-12-051-1/+33
* nfp: debug dump ethtool opsCarl Heymann2017-12-055-8/+137
* Merge branch 'ieee802154-for-davem-2017-12-04' of git://git.kernel.org/pub/sc...David S. Miller2017-12-051-26/+64
|\
| * net: ieee802154: adf7242: Rework IRQ and packet handlingMichael Hennerich2017-11-291-15/+39
| * net: ieee802154: adf7242: Avoid redundant RC_READY pollingMichael Hennerich2017-11-291-6/+12
| * net: ieee802154: adf7242: Add additional DEBUG informationMichael Hennerich2017-11-291-2/+8
| * net: ieee802154: adf7242: Fix bug if defined DEBUGMichael Hennerich2017-11-291-2/+2
| * net: ieee802154: adf7242: Add support for ADF7241 devicesMichael Hennerich2017-11-291-1/+3
* | netdevsim: make functions nsim_bpf_create_prog and nsim_bpf_destroy_prog staticColin Ian King2017-12-051-2/+2
* | macb: Kill PHY reset codeSergei Shtylyov2017-12-052-22/+0
* | phylib: Add device reset GPIO supportSergei Shtylyov2017-12-054-19/+77
* | tun: add eBPF based queue selection methodJason Wang2017-12-051-23/+122
* | net: hns3: Refactors the requested reset & pending reset handling codeSalil Mehta2017-12-052-36/+65
* | net: hns3: Add reset service task for handling reset requestsSalil Mehta2017-12-052-11/+34
* | net: hns3: Refactor of the reset interrupt handling logicSalil Mehta2017-12-052-32/+78
* | net: macb: change GFP_KERNEL to GFP_ATOMICJulia Lawall2017-12-051-1/+1
* | phylink: convert to fwnodeRussell King2017-12-051-38/+53
* | sfp: convert to fwnodeRussell King2017-12-052-8/+9
* | sfp: fix sparse warningRussell King2017-12-051-1/+1
* | sfp: add documentation for kernel APIsRussell King2017-12-051-0/+104
* | phylink: add documentation for kernel APIsRussell King2017-12-051-0/+182
* | phylink: restart 802.3z negotiation when starting net deviceRussell King2017-12-051-0/+6
* | phylink: remove phylink_init_eee()Russell King2017-12-051-13/+0
* | phylink: add support for 2500baseX and 10GbaseKRRussell King2017-12-051-0/+2
* | phylink: get rid of separate Cisco SGMII and 802.3z modesRussell King2017-12-051-25/+14
* | phylink: merge SGMII and 802.3z handlingRussell King2017-12-051-7/+9
* | phy: add phy_interface_mode_is_8023z() helperRussell King2017-12-051-2/+1