summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-07-24bnxt_en: add support to enable VF-representorsSathya Perla7-2/+330
2017-07-24bnxt_en: Set ETS min_bw parameter for older firmware.Michael Chan2-0/+7
2017-07-24bnxt_en: Report firmware DCBX agent.Michael Chan3-12/+19
2017-07-24bnxt_en: Allow the user to set ethtool stats-block-usecs to 0.Michael Chan2-4/+7
2017-07-24bnxt_en: Add bnxt_get_num_stats() to centrally get the number of ethtool stats.Michael Chan1-12/+13
2017-07-24bnxt_en: Implement ndo_bridge_{get|set}link methods.Michael Chan1-0/+67
2017-07-24bnxt_en: Retrieve the hardware bridge mode from the firmware.Michael Chan2-0/+9
2017-07-24bnxt_en: Update firmware interface spec to 1.8.0.Michael Chan4-39/+308
2017-07-24mlx4_en: remove unnecessary error checkZhu Yanjun1-7/+2
2017-07-24mlxsw: spectrum_router: Fix build when IPv6 isn't enabledIdo Schimmel1-4/+18
2017-07-24mlx4_en: remove unnecessary returned valueZhu Yanjun2-4/+2
2017-07-24of_mdio: kill useless variable in of_phy_register_fixed_link()Sergei Shtylyov1-4/+2
2017-07-24liquidio: fix implicit irq include causing build failuresPaul Gortmaker1-0/+2
2017-07-24netvsc: fix ptr_ret.cocci warningsWu Fengguang1-1/+1
2017-07-24mlxsw: spectrum_router: Don't batch neighbour deletionIdo Schimmel1-12/+3
2017-07-24geneve/vxlan: offload ports on register/unregister eventsSabrina Dubroca2-4/+13
2017-07-24geneve/vxlan: add support for NETDEV_UDP_TUNNEL_DROP_INFOSabrina Dubroca2-14/+30
2017-07-24geneve: add rtnl changelink supportGirish Moodalbail1-42/+176
2017-07-24net: Convert to using %pOF instead of full_nameRob Herring21-157/+134
2017-07-24virtio-net: switch off offloads on demand if possible on XDP setJason Wang1-5/+65
2017-07-24virtio-net: do not reset during XDP setJason Wang1-126/+106
2017-07-24virtio-net: switch to use new ctx API for small bufferJason Wang1-5/+12
2017-07-24virtio-net: pack headroom into ctx for mergeable buffersJason Wang1-5/+24
2017-07-24virtio_ring: allow to store zero as the ctxJason Wang1-1/+1
2017-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller378-5869/+14926
2017-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds43-287/+427
2017-07-20net: bonding: Fix transmit load balancing in balance-alb modeKosuke Tatsukawa1-1/+1
2017-07-20cxgb4: display serial config and vpd versionsGanesh Goudar4-58/+188
2017-07-20net: ethernet: ti: cpsw: Push the request_irq function to the end of probeKeerthy1-24/+25
2017-07-20net: dsa: b53: Add missing ARL entries for BCM53125Florian Fainelli1-0/+1
2017-07-20Merge tag 'pm-4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2-6/+23
2017-07-20Merge tag 'libnvdimm-fixes-4.13-rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-20/+44
2017-07-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-12/+7
2017-07-20Merge branches 'intel_pstate' and 'pm-domains'Rafael J. Wysocki2-6/+23
2017-07-20HID: hid-logitech-hidpp: add NULL check on devm_kmemdup() return valueGustavo A. R. Silva1-0/+3
2017-07-19net: tehuti: don't process data if it has not been copied from userspaceColin Ian King1-0/+2
2017-07-19cxgb4: Update register ranges of T4/T5/T6 adaptersArjun Vynipadath1-37/+14
2017-07-19net: dsa: mv88e6xxx: Enable CMODE config support for 6390XMartin Hundebøll1-0/+1
2017-07-19netvsc: add rtnl annotations in rndisstephen hemminger4-10/+15
2017-07-19netvsc: save pointer to parent netvsc_device in channel tablestephen hemminger2-1/+3
2017-07-19netvsc: need rcu_derefence when accessing internal device infostephen hemminger4-13/+11
2017-07-19netvsc: use ERR_PTR to avoid dereference issuesstephen hemminger4-49/+49
2017-07-19netvsc: change logic for change mtu and set_queuesstephen hemminger3-20/+24
2017-07-19netvsc: change order of steps in setting queuesstephen hemminger1-5/+3
2017-07-19netvsc: add some rtnl_dereference annotationsstephen hemminger2-5/+7
2017-07-19netvsc: force link update after MTU changestephen hemminger1-0/+1
2017-07-19hns: remove useless void caststephen hemminger1-1/+1
2017-07-19liquidio: lio_main: remove unnecessary static in setup_io_queues()Gustavo A. R. Silva1-2/+2
2017-07-19liquidio: lio_vf_main: remove unnecessary static in setup_io_queues()Gustavo A. R. Silva1-2/+2
2017-07-19net: ethernet: mediatek: remove useless code in mtk_poll_tx()Gustavo A. R. Silva1-4/+1