summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-061-1/+1
* net: macb: reduce scope of rx_fs_lock-protected regionsJulia Cartwright2017-12-061-5/+11
* net: macb: kill useless use of list_empty()Julia Cartwright2017-12-061-19/+12
* net: dsa: return per-port upstream portVivien Didelot2017-12-061-1/+1
* net: dsa: mv88e6xxx: setup global upstream portVivien Didelot2017-12-061-13/+16
* net: dsa: mv88e6xxx: helper to setup upstream portVivien Didelot2017-12-061-7/+20
* net: dsa: mv88e6xxx: egress floods all DSA portsVivien Didelot2017-12-061-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
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-05195-1067/+1552
|\ \
| * \ Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2017-12-043-3/+5
| |\ \
| | * | virtio_balloon: fix increment of vb->num_pfns in fill_balloon()Jan Stancek2017-12-011-2/+1
| | * | virtio: release virtio index when fail to device_registerweiping zhang2017-12-011-0/+2
| | * | fw_cfg: fix driver removeMarc-André Lureau2017-12-011-1/+2
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-12-0424-83/+177
| |\ \ \