aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-29net: macmace: Allow modular buildGeert Uytterhoeven1-1/+1
2015-09-29net: hplance: Allow modular buildGeert Uytterhoeven1-1/+1
2015-09-29net: 7990: Export lance_poll() to modulesGeert Uytterhoeven1-0/+1
2015-09-29net: mac8390: Allow modular buildGeert Uytterhoeven2-23/+11
2015-09-29dsa: mv88e6xxx: Fix unsigned/signed issueAndrew Lunn1-1/+2
2015-09-29net: Remove vrf header fileDavid Ahern1-1/+15
2015-09-29net: Remove the now unused vrf_ptrDavid Ahern1-30/+2
2015-09-29net: Add support for l3mdev ops to VRF driverDavid Ahern2-0/+30
2015-09-29net: Rename IFF_VRF_MASTER to IFF_L3MDEV_MASTERDavid Ahern1-3/+3
2015-09-29RESEND: [PATCH v3 net-next] sky2: use random address if EEPROM is badLiviu Dudau1-0/+12
2015-09-29net: mvneta: Statically assign queues to CPUsMaxime Ripard1-1/+142
2015-09-29net: mvneta: Allow different queuesMaxime Ripard1-69/+11
2015-09-29net: mvneta: Handle per-cpu interruptsMaxime Ripard1-29/+62
2015-09-29net: mvneta: Fix CPU_MAP registers initialisationMaxime Ripard1-1/+1
2015-09-28cxgb4: Add HW timesptamp support for RXHariprasad Shenai5-3/+81
2015-09-28net: Fix Hisilicon Network Subsystem Support Compilationhuangdaode6-25/+7
2015-09-28net: irda: pxaficp_ir: dmaengine conversionRobert Jarzmik1-47/+102
2015-09-28net: irda: pxaficp_ir: convert to readl and writelRobert Jarzmik1-84/+126
2015-09-28net: irda: pxaficp_ir: use sched_clock() for time managementRobert Jarzmik1-8/+7
2015-09-28net: fec: Remove unneeded FEATURES_NEED_QUIESCE definitionFabio Estevam1-2/+1
2015-09-28lan78xx: Return 0 when lan78xx_suspend() has no error.Woojung.Huh@microchip.com1-1/+1
2015-09-28net/mlx5_core: Update health syndromesEli Cohen1-0/+9
2015-09-28net/mlx5_core: Fix wrong name in structEli Cohen1-1/+1
2015-09-28net/mlx5_core: New init and exit flow for mlx5_coreMajd Dibbiny7-153/+194
2015-09-28net/mlx5_core: Fix notification of page supplement errorEli Cohen1-26/+37
2015-09-28net/mlx5_core: Fix async commands return codeEli Cohen1-0/+1
2015-09-28net/mlx5_core: Remove redundant "err" variable usageAchiad Shochat1-24/+11
2015-09-28net/mlx5_core: Fix struct type in the DESTROY_TIR/TIS device commandsSaeed Mahameed1-2/+2
2015-09-28net/mlx5e: Priv state flag not rolled-back upon netdev open errorAchiad Shochat1-2/+6
2015-09-28igb: assume MSI-X interrupts during initializationStefan Assmann1-0/+3
2015-09-28i40e: Fix for recursive RTNL lock during PROMISC changeAnjali Singhai4-14/+19
2015-09-28i40e: Fix RS bit update in Tx path and disable force WB workaroundAnjali Singhai2-44/+87
2015-09-28i40e: add GRE tunnel type to csum encodingShannon Nelson1-0/+3
2015-09-28i40e/i40evf: refactor tx timeout logicKiran Patil6-287/+173
2015-09-28i40e: Move i40e_get_head into header fileKiran Patil2-13/+14
2015-09-26vxlan: support both IPv4 and IPv6 sockets in a single vxlan deviceJiri Benc1-38/+90
2015-09-26vxlan: make vxlan_sock_add and vxlan_sock_release complementaryJiri Benc1-28/+25
2015-09-268139cp: Fix GSO MSS handlingDavid Woodhouse1-2/+18
2015-09-268139cp: Enable offload features by defaultDavid Woodhouse1-2/+2
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller52-250/+923
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds51-248/+842
2015-09-25net: update docbook comment for __mdiobus_register()Russell King1-2/+5
2015-09-25ppp: fix lockdep splat in ppp_dev_uninit()Guillaume Nault1-1/+3
2015-09-25net: via/Kconfig: GENERIC_PCI_IOMAP required if PCI not selectedSudip Mukherjee1-1/+1
2015-09-25phy: marvell: add link partner advertised modesRussell King1-0/+9
2015-09-24phy: add phy_device_remove()Russell King3-7/+31
2015-09-24phy: fixed-phy: properly validate phy in fixed_phy_update_state()Russell King1-1/+1
2015-09-24net: fix phy refcounting in a bunch of driversRussell King5-9/+30
2015-09-24phy: add proper phy struct device refcountingRussell King1-0/+12
2015-09-24phy: fix mdiobus module safetyRussell King2-16/+21