aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-07net: fec: fix spelling mistakes and add missing newlineColin Ian King1-4/+4
2016-06-07bnxt_en: Simplify VLAN receive logic.Michael Chan1-20/+9
2016-06-07bnxt_en: Enable and disable RX CTAG and RX STAG VLAN acceleration together.Michael Chan1-0/+14
2016-06-07bnxt_en: Fix tx push race condition.Michael Chan1-1/+2
2016-06-05bnx2x: allow adding VLANs while interface is downMichal Schmidt1-89/+62
2016-06-04Merge tag 'wireless-drivers-for-davem-2016-06-04' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-driversDavid S. Miller3-3/+21
2016-06-03net-next: mediatek: properly handle RGMII modesJohn Crispin1-0/+3
2016-06-03net-next: mediatek: add fixed-phy supportJohn Crispin1-0/+3
2016-06-03net-next: mediatek: fix gigabit and flow control advertisementJohn Crispin1-4/+26
2016-06-03net-next: mediatek: use mdiobus_free() in favour of kfree()John Crispin1-2/+2
2016-06-03net: ethernet: ti: cpsw: fix rx-usecs interrupt pacing consistencyIvan Khoronzhuk1-1/+1
2016-06-03gianfar: fix the last transmit buffer descriptorYangbo Lu1-1/+2
2016-06-03brcmfmac: add eth_type_trans back for PCIe full dongleFranky Lin1-0/+2
2016-06-02stmmac: do not sleep in atomic context for mdio_resetVincent Palatin1-2/+4
2016-06-01qed: fix qed_fill_link() error handlingArnd Bergmann3-10/+41
2016-06-01net/ethoc: fix null dereference on error exit pathColin Ian King1-3/+4
2016-06-01Merge tag 'mac80211-for-davem-2016-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller1-0/+1
2016-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds32-177/+342
2016-05-31sfc: Track RPS flow IDs per channel instead of per functionJon Cooper3-17/+56
2016-05-31usbnet: smsc95xx: fix link detection for disabled autonegotiationChristoph Fritz1-0/+51
2016-05-31virtio_net: fix virtnet_open and virtnet_probe competing for try_fill_recvwangyunjian1-16/+2
2016-05-31bnx2x: avoid leaking memory on bnx2x_init_one() failuresVitaly Kuznetsov1-7/+10
2016-05-31net: fec: update dirty_tx even if no skbTroy Kisky1-5/+3
2016-05-31atm: iphase: off by one in rx_pkt()Dan Carpenter1-1/+1
2016-05-31atm: firestream: add more reserved stringsDan Carpenter1-1/+5
2016-05-31vxlan: Accept user specified MTU value when create new vxlan linkChen Haiquan1-0/+3
2016-05-31Merge tag 'gpio-v4.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds2-58/+41
2016-05-31mac80211_hwsim: Add missing check for HWSIM_ATTR_SIGNALMartin Willi1-0/+1
2016-05-30Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-6/+13
2016-05-30gpio: drop lock before reading GPIO directionLinus Walleij1-2/+2
2016-05-30gpio: bail out silently on NULL descriptorsLinus Walleij1-3/+8
2016-05-30gpio: handle compatible ioctl() pointersLinus Walleij1-2/+13
2016-05-30gpio: flush direction status in gpiochip_lock_as_irq()Linus Walleij1-4/+17
2016-05-30gpio: lpc32xx: disable broken to_irq supportSylvain Lemieux1-47/+1
2016-05-29sfc: use flow dissector helpers for aRFSEdward Cree1-54/+21
2016-05-29net: nps_enet: Disable interrupts before napi rescheduleElad Kanfi1-1/+3
2016-05-29ptp: oops in ptp_ioctl()Dan Carpenter1-0/+1
2016-05-29Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds5-10/+25
2016-05-28Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-1/+9
2016-05-28Merge branch 'hash' of git://ftp.sciencehorizons.net/linuxLinus Torvalds1-0/+2
2016-05-28Eliminate bad hash multipliers from hash_32() and hash_64()George Spelvin1-0/+2
2016-05-28Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-1/+1
2016-05-28Merge tag 'chrome-platform' of git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platformLinus Torvalds8-15/+230
2016-05-28Merge tag 'sound-4.7-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-1/+1
2016-05-28Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds40-790/+5647
2016-05-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds95-3301/+1748
2016-05-28Revert "platform/chrome: chromeos_laptop: Add Leon Touch"Benson Leung1-15/+0
2016-05-28i2c: dev: use after free in detachDan Carpenter1-1/+1
2016-05-28irqchip: mips-gic: Setup EIC mode on each CPU if it's in usePaul Burton1-1/+9
2016-05-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds3-23/+70