aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-03enic: add sw timestamp supportGovindarajulu Varadarajan2-0/+13
2017-12-03vmbus: make hv_get_ringbuffer_availbytes localStephen Hemminger1-0/+23
2017-12-03hv_netvsc: optimize initialization of RNDIS headerStephen Hemminger1-31/+26
2017-12-03hv_netvsc: use reciprocal divide to speed up percent calculationStephen Hemminger4-26/+21
2017-12-03hv_netvsc: replace divide with mask when computing paddingStephen Hemminger1-1/+2
2017-12-03hv_netvsc: don't need local xmit_moreStephen Hemminger1-2/+1
2017-12-03hv_netvsc: drop unused macrosStephen Hemminger1-26/+0
2017-12-03ipvlan: Add new func ipvlan_is_valid_dev instead of duplicated codesGao Feng1-16/+17
2017-12-03net: phy: realtek: add utility functions to read/write page addressesMartin Blumenstingl1-30/+53
2017-12-03net: phy: realtek: use the same indentation for all #definesMartin Blumenstingl1-13/+14
2017-12-03net: phy: realtek: group all register bit #defines for RTL821x_INERMartin Blumenstingl1-2/+5
2017-12-03net: phy: realtek: rename RTL821x_INER_INIT to RTL8211B_INER_INITMartin Blumenstingl1-2/+2
2017-12-03net: phy: realtek: use the BIT and GENMASK macrosMartin Blumenstingl1-5/+6
2017-12-02net: dsa: remove trans argument from mdb opsVivien Didelot3-12/+6
2017-12-02net: dsa: remove trans argument from vlan opsVivien Didelot5-21/+12
2017-12-01net: ethernet: ti: ale: fix port check in cpsw_ale_control_set/getGrygorii Strashko1-2/+2
2017-12-01net: ethernet: ti: ale: use devm_kzalloc in cpsw_ale_create()Grygorii Strashko4-22/+8
2017-12-01net: ethernet: ti: ale: move static initialization in cpsw_ale_create()Grygorii Strashko1-29/+28
2017-12-01net: ethernet: ti: ale: optimize ale entry mask bits configuartionGrygorii Strashko1-10/+3
2017-12-01net: ethernet: ti: ale: disable ale from stop()Grygorii Strashko1-1/+1
2017-12-01net: ethernet: ti: ale: use proper io apisGrygorii Strashko1-13/+13
2017-12-01net: ethernet: ti: cpsw: fix ale port numbersGrygorii Strashko1-1/+2
2017-12-01net: ethernet: ti: cpsw: move mac_hi/lo defines in cpsw.hGrygorii Strashko3-8/+5
2017-12-01net: ethernet: ti: cpsw: move platform data struct to .c fileGrygorii Strashko2-21/+21
2017-12-01net: ethernet: ti: cpsw: use proper io apisGrygorii Strashko1-18/+18
2017-12-01net: ethernet: ti: cpsw: drop unused var poll from cpsw_update_channels_resGrygorii Strashko1-3/+0
2017-12-01net: phy: remove generic settings for callbacks config_aneg and read_status from driversHeiner Kallweit28-169/+0
2017-12-01net: phy: core: use genphy version of callbacks read_status and config_aneg per defaultHeiner Kallweit1-1/+4
2017-12-01bnxt_en: Add ETH_RESET_AP supportScott Branden2-0/+12
2017-11-30net: macb: Added support for RX filteringRafal Ozieblo2-1/+444
2017-11-30net: macb: Added some queue statisticsRafal Ozieblo2-4/+64
2017-11-30net: macb: Added support for many RX queuesRafal Ozieblo2-141/+191
2017-11-30vmxnet3: increase default rx ring sizesShrikrishna Khare1-4/+4
2017-11-30net: dsa: bcm_sf2: Utilize b53_get_tag_protocol()Florian Fainelli3-9/+4
2017-11-30forcedeth: optimize the xmit with unlikelyZhu Yanjun1-3/+3
2017-11-30atm: eni: fix several indentation issuesColin Ian King1-9/+9
2017-11-30netxen: remove timespec usageArnd Bergmann1-3/+1
2017-11-30net: ethernet: davinci_emac: Deduplicate bus_find_device() by name matchingLukas Wunner1-7/+2
2017-11-30net: thunderx: Set max queue count taking XDP_TX into accountSunil Goutham1-0/+5
2017-11-30net: thunderx: Add support for xdp redirectSunil Goutham3-31/+94
2017-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds27-148/+174
2017-11-29ethernet: dwmac-stm32: Fix copyrightBenjamin Gaignard1-2/+2
2017-11-29net: via: via-rhine: use %p to format void * address instead of %xColin Ian King1-2/+2
2017-11-29net: ethernet: xilinx: Mark XILINX_LL_TEMAC broken on 64-bitGeert Uytterhoeven1-0/+1
2017-11-28atm: suni: remove extraneous space to fix indentationColin Ian King1-1/+1
2017-11-28atm: lanai: use %p to format kernel addresses instead of %xColin Ian King1-4/+4
2017-11-28atm: fore200e: use %pK to format kernel addresses instead of %xColin Ian King1-2/+2
2017-11-28ambassador: fix incorrect indentation of assignment statementColin Ian King1-1/+1
2017-11-28vxlan: use __be32 type for the param vni in __vxlan_fdb_deleteXin Long1-2/+2
2017-11-28bonding: use nla_get_u64 to extract the value for IFLA_BOND_AD_ACTOR_SYSTEMXin Long1-1/+1