aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-15i40e: KISS the client interfaceMitch Williams5-328/+179
2017-03-15i40evf: add client interfaceMitch Williams7-10/+879
2017-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds58-523/+866
2017-03-14i40e: fix up recent proxy and wol bits for X722_SUPPORTShannon Nelson2-2/+128
2017-03-14i40e: Acquire NVM lock before reads on all devicesAaron Salter1-6/+6
2017-03-14Merge branch 'for-4.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus Torvalds3-9/+7
2017-03-14qed*: Add support for QL41xxx adaptersMintz, Yuval13-295/+592
2017-03-14qed: Enable iSCSI Out-of-OrderMintz, Yuval1-0/+3
2017-03-14qed: Correct out-of-bound access in OOO historyMintz, Yuval1-0/+2
2017-03-14qed: Fix interrupt flags on Rx LL2Ram Amrani1-4/+5
2017-03-14qed: Free previous connections when releasing iSCSIMintz, Yuval1-0/+28
2017-03-14qed: Fix mapping leak on LL2 rx flowMintz, Yuval1-0/+2
2017-03-14qed: Prevent creation of too-big u32-chainsTomer Tayar1-3/+2
2017-03-14qed: Align CIDs according to DORQ requirementRam Amrani1-1/+2
2017-03-14mlxsw: reg: Fix SPVMLR max record countJiri Pirko1-1/+1
2017-03-14mlxsw: reg: Fix SPVM max record countJiri Pirko1-1/+1
2017-03-13tun: fix premature POLLOUT notification on tun devicesHannes Frederic Sowa1-3/+15
2017-03-13ucc/hdlc: fix two little issueZhao Qiang1-2/+2
2017-03-13net: bcmgenet: add support for the GENETv5 hardwareDoug Berger4-50/+118
2017-03-13net: bcmgenet: return EOPNOTSUPP for unknown ioctl commandsDoug Berger1-16/+3
2017-03-13net: bcmgenet: correct return value of __bcmgenet_tx_reclaimDoug Berger1-2/+2
2017-03-13net: bcmgenet: clear status to reduce spurious interruptsDoug Berger1-1/+20
2017-03-13net: bcmgenet: remove handling of wol interrupts from isr0Doug Berger2-23/+2
2017-03-13net: bcmgenet: manage dma interrupts in napi codeDoug Berger1-17/+22
2017-03-13net: bcmgenet: remove meaningless linesDoug Berger1-10/+3
2017-03-13net: bcmgenet: simplify circular pointer arithmeticDoug Berger1-14/+5
2017-03-13net: phy: bcm7xxx: add support for 28nm EPHYDoug Berger1-2/+213
2017-03-13net: phy: bcm-phylib: replace obsolete EEE macro referencesDoug Berger1-3/+3
2017-03-13Merge tag 'powerpc-4.11-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-0/+1
2017-03-13vxlan: fix ovs supportNicolas Dichtel1-33/+40
2017-03-13qed*: Utilize Firmware 8.15.3.0Mintz, Yuval33-1955/+4005
2017-03-13net: usb: rtl8150: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-15/+20
2017-03-13net: usb: r8152: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-9/+12
2017-03-13net: usb: catc: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-13/+18
2017-03-13net: usb: asix88179_178a: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-6/+8
2017-03-13net: tun: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-13/+11
2017-03-13net: net_netdev: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-12/+13
2017-03-13Merge tag 'platform-drivers-x86-v4.11-2' of git://git.infradead.org/linux-platform-drivers-x86Linus Torvalds4-282/+241
2017-03-13gtp: add socket to pdp contextAndreas Schultz1-47/+47
2017-03-13gtp: consolidate pdp context destruction into helperAndreas Schultz1-10/+14
2017-03-13gtp: unify genl_find_pdp and prepare for per socket lookupAndreas Schultz1-71/+50
2017-03-13gtp: consolidate gtp socket rx pathAndreas Schultz1-36/+44
2017-03-13gtp: merge gtp_get_net and gtp_genl_find_devAndreas Schultz1-74/+66
2017-03-13gtp: make GTP sockets in gtp_newlink optionalAndreas Schultz1-67/+75
2017-03-13gtp: switch from struct socket to struct sock for the GTP socketsAndreas Schultz1-19/+23
2017-03-13net: wimax/i2400m: fix NULL-deref at probeJohan Hovold1-0/+3
2017-03-13isdn/gigaset: fix NULL-deref at probeJohan Hovold1-0/+3
2017-03-13net: stmmac: added default rx queue size in stmmac_dma_interruptJoao Pinto1-0/+3
2017-03-13net: stmmac: set default number of rx and tx queues in stmmac_pciJoao Pinto1-0/+4
2017-03-12r8169: replace init_timer with setup_timerZhu Yanjun1-3/+1