summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: phy: Allow compile test of GPIO consumers if !GPIOLIBGeert Uytterhoeven2018-06-231-1/+2
* r8169: Reinstate ASPM SupportKai-Heng Feng2018-06-221-12/+27
* r8169: Don't disable ASPM in the driverKai-Heng Feng2018-06-221-6/+0
* net: usb: rtl8150: use irqsave() in USB's complete callbackSebastian Andrzej Siewior2018-06-221-2/+3
* net: usb: r8152: use irqsave() in USB's complete callbackSebastian Andrzej Siewior2018-06-221-4/+6
* net: usb: kaweth: use irqsave() in USB's complete callbackSebastian Andrzej Siewior2018-06-221-4/+4
* net: usb: hso: use irqsave() in USB's complete callbackSebastian Andrzej Siewior2018-06-221-14/+21
* net: usb: cdc-phonet: use irqsave() in USB's complete callbackSebastian Andrzej Siewior2018-06-221-2/+3
* ucc_geth: Add BQL supportJoakim Tjernlund2018-06-221-1/+8
* isdn: mISDN: use irqsave() in USB's complete callbackSebastian Andrzej Siewior2018-06-221-16/+20
* isdn: hisax: st5481_usb: use usb_fill_int_urb()Sebastian Andrzej Siewior2018-06-221-8/+3
* isdn: hisax: hfc_usb: use usb_fill_int_urb()Sebastian Andrzej Siewior2018-06-221-7/+3
* isdn: gigaset: use usb_fill_int_urb()Sebastian Andrzej Siewior2018-06-221-14/+12
* rhashtable: split rhashtable.hNeilBrown2018-06-221-0/+1
* net: ethernet: ti: davinci_cpdma: make function cpdma_desc_pool_create staticColin Ian King2018-06-221-1/+1
* xen-netfront: Update features after registering netdevRoss Lagerwall2018-06-221-4/+4
* xen-netfront: Fix mismatched rtnl_unlockRoss Lagerwall2018-06-221-1/+2
* net: macb: Fix ptp time adjustment for large negative deltaHarini Katakam2018-06-211-4/+1
* ipvlan: fix IFLA_MTU ignored on NEWLINKXin Long2018-06-211-1/+2
* net: mscc: fix the injection headerAntoine Tenart2018-06-211-5/+5
* net: davinci_emac: match the mdio device against its compatible if possibleBartosz Golaszewski2018-06-211-0/+4
* r8169: Fix netpoll oopsVille Syrjälä2018-06-211-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-06-216-28/+51
|\
| * IB/rxe: Fix missing completion for mem_reg work requestsVijay Immanuel2018-06-181-0/+3
| * RDMA/core: Save kernel caller name when creating CQ using ib_create_cq()Bharat Potnuri2018-06-181-6/+8
| * IB/uverbs: Fix ordering of ucontext check in ib_uverbs_writeJason Gunthorpe2018-06-121-4/+10
| * IB/mlx4: Fix an error handling path in 'mlx4_ib_rereg_user_mr()'Christophe Jaillet2018-06-111-2/+5
| * RDMA/qedr: Fix NULL pointer dereference when running over iWARP without RDMA-CMKalderon, Michal2018-06-111-0/+3
| * IB/mlx5: Fix return value check in flow_counters_set_data()weiyongjun (A)2018-06-111-2/+2
| * IB/mlx5: Fix memory leak in mlx5_ib_create_flowGustavo A. R. Silva2018-06-111-13/+19
| * IB/rxe: avoid double kfree skbZhu Yanjun2018-06-111-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-06-2119-55/+94
|\ \
| * | stmmac: fix DMA channel hang in half-duplex modeBhadram Varka2018-06-201-0/+10
| * | net: stmmac: socfpga: add additional ocp reset line for Stratix10Dinh Nguyen2018-06-202-5/+15
| * | net: sungem: fix rx checksum supportEric Dumazet2018-06-201-10/+12
| * | net/usb/drivers: Remove useless hrtimer_active checkDaniel Lezcano2018-06-201-2/+1
| * | net: ethernet: fix suspend/resume in davinci_emacBartosz Golaszewski2018-06-201-2/+13
| * | enic: do not overwrite error codeGovindarajulu Varadarajan2018-06-201-5/+4
| * | ptp: replace getnstimeofday64() with ktime_get_real_ts64()Arnd Bergmann2018-06-202-3/+3
| * | net: net_failover: fix typo in net_failover_slave_register()Liran Alon2018-06-201-1/+1
| * | ipvlan: use ETH_MAX_MTU as max mtuXin Long2018-06-201-0/+1
| * | net: hamradio: use eth_broadcast_addrStefan Agner2018-06-201-6/+2
| * | enic: initialize enic->rfs_h.lock in enic_probeGovindarajulu Varadarajan2018-06-202-3/+3
| * | net/ncsi: Silence debug messagesJoel Stanley2018-06-201-2/+2
| * | bpf, xdp, i40e: fix i40e_build_skb skb reserve and truesizeDaniel Borkmann2018-06-201-4/+3
| * | qed: Do not advertise DCBX_LLD_MANAGED capability.Sudarsana Reddy Kalluru2018-06-201-7/+4
| * | qed: Add sanity check for SIMD fastpath handler.Sudarsana Reddy Kalluru2018-06-201-2/+10
| * | qed: Fix possible memory leak in Rx error path handling.Sudarsana Reddy Kalluru2018-06-201-2/+9
| * | bluetooth: hci_nokia: Don't include linux/unaligned/le_struct.h directly.David S. Miller2018-06-171-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2018-06-205-20/+23
|\ \ \