summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2014-01-22net: Add GRO support for vxlan trafficOr Gerlitz
2014-01-22stmmac: Fix kernel crashes for jumbo framesVince Bridgers
2014-01-22bond: make slave_sysfs_ops staticstephen hemminger
2014-01-22net: add vxlan descriptionJesse Brandeburg
2014-01-21sfc: Fix transposed ptp_{under, over}size_sync_windows statisticsBen Hutchings
2014-01-21sfc: Change efx_mcdi_reset_port to use ENTITY_RESET MC command.Jon Cooper
2014-01-20net: stmmac: fix NULL pointer dereference in stmmac_get_tx_hwtstampdamuzi000
2014-01-20net: stmmac: sunxi platform extensions for GMAC in Allwinner A20 SoC'sChen-Yu Tsai
2014-01-20net: stmmac: Use driver data and callbacks tied with compatible stringsChen-Yu Tsai
2014-01-20net: stmmac: Deprecate snps, phy-addr and auto-detect PHY addressChen-Yu Tsai
2014-01-20net: stmmac: Honor DT parameter to force DMA store and forward modeChen-Yu Tsai
2014-01-20net: stmmac: Allocate and pass soc/board specific data to callbacksChen-Yu Tsai
2014-01-20net: stmmac: Add support for optional reset controlChen-Yu Tsai
2014-01-20net: stmmac: Enable stmmac main clock when probing hardwareChen-Yu Tsai
2014-01-20phy: cleanup 10g codestephen hemminger
2014-01-20qlcnic: fix sparse warningsFengguang Wu
2014-01-19net: add build-time checks for msg->msg_name sizeSteffen Hurrle
2014-01-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-01-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2014-01-18ixgbevf: merge ixgbevf_tx_map and ixgbevf_tx_queue into a single functionEmil Tantilov
2014-01-18ixgbevf: redo dma mapping using the tx buffer infoEmil Tantilov
2014-01-18ixgbevf: make the first tx_buffer a repository for most of the skb infoEmil Tantilov
2014-01-18ixgbevf: add tx countersEmil Tantilov
2014-01-18ixgbevf: remove counters for Tx/Rx checksum offloadEmil Tantilov
2014-01-18ixgbevf: move ring specific stats into ring specific structureEmil Tantilov
2014-01-18ixgbevf: make use of the dev pointer in the ixgbevf_ring structEmil Tantilov
2014-01-18i40e: Fix device ID define names to align to standardShannon Nelson
2014-01-18i40e: add DCB option to KconfigNeerav Parikh
2014-01-18i40e: add DCB and DCBNL supportNeerav Parikh
2014-01-18i40e: implement DCB support infastructureNeerav Parikh
2014-01-18i40e: refactor flow directorAnjali Singhai Jain
2014-01-18i40e: rename definesJesse Brandeburg
2014-01-18i40e: whitespace fixesJesse Brandeburg
2014-01-18i40e: Change firmware workaroundJesse Brandeburg
2014-01-18i40e: fix compile warning on checksum_localJesse Brandeburg
2014-01-18virtio-net: fix build error when CONFIG_AVERAGE is not enabledMichael Dalton
2014-01-18ixgbevf: bump versionDon Skidmore
2014-01-18ixgbe: bump version numberDon Skidmore
2014-01-18ixgbe: add braces around else condition in ixgbe_qv_lock_* callsJacob Keller
2014-01-18net: ftgmac100: use kfree_skb() where appropriateEric Dumazet
2014-01-18bonding: add netlink attributes to slave link devsfeldma@cumulusnetworks.com
2014-01-18bonding: add sysfs /slave dir for bond slave devices.sfeldma@cumulusnetworks.com
2014-01-18net: vxlan: do not use vxlan_net before checking event typeDaniel Borkmann
2014-01-18ixgbe: set driver_max_VFs should be done before enabling SRIOVethan.zhao
2014-01-18ixgbe: define IXGBE_MAX_VFS_DRV_LIMIT macro and cleanup const 63ethan.zhao
2014-01-18sh_eth: Add support for r7s72100Simon Horman
2014-01-18sh_eth: Use bool as return type of sh_eth_is_gether()Simon Horman
2014-01-18qlcnic: remove unused codestephen hemminger
2014-01-18qlcnic: make local functions staticstephen hemminger
2014-01-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville