aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2014-01-17ixgbevf: make use of the dev pointer in the ixgbevf_ring structEmil Tantilov
2014-01-17i40e: Fix device ID define names to align to standardShannon Nelson
2014-01-17i40e: add DCB option to KconfigNeerav Parikh
2014-01-17i40e: add DCB and DCBNL supportNeerav Parikh
2014-01-17i40e: implement DCB support infastructureNeerav Parikh
2014-01-17i40e: refactor flow directorAnjali Singhai Jain
2014-01-17i40e: rename definesJesse Brandeburg
2014-01-17i40e: whitespace fixesJesse Brandeburg
2014-01-17i40e: Change firmware workaroundJesse Brandeburg
2014-01-17i40e: fix compile warning on checksum_localJesse Brandeburg
2014-01-17virtio-net: fix build error when CONFIG_AVERAGE is not enabledMichael Dalton
2014-01-17ixgbevf: bump versionDon Skidmore
2014-01-17ixgbe: bump version numberDon Skidmore
2014-01-17ixgbe: add braces around else condition in ixgbe_qv_lock_* callsJacob Keller
2014-01-17net: ftgmac100: use kfree_skb() where appropriateEric Dumazet
2014-01-17bonding: add netlink attributes to slave link devsfeldma@cumulusnetworks.com
2014-01-17bonding: add sysfs /slave dir for bond slave devices.sfeldma@cumulusnetworks.com
2014-01-17net: vxlan: do not use vxlan_net before checking event typeDaniel Borkmann
2014-01-17ixgbe: set driver_max_VFs should be done before enabling SRIOVethan.zhao
2014-01-17ixgbe: define IXGBE_MAX_VFS_DRV_LIMIT macro and cleanup const 63ethan.zhao
2014-01-17sh_eth: Add support for r7s72100Simon Horman
2014-01-17sh_eth: Use bool as return type of sh_eth_is_gether()Simon Horman
2014-01-17qlcnic: remove unused codestephen hemminger
2014-01-17qlcnic: make local functions staticstephen hemminger
2014-01-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2014-01-16virtio-net: initial rx sysfs support, export mergeable rx buffer sizeMichael Dalton
2014-01-16virtio-net: auto-tune mergeable rx buffer size for improved performanceMichael Dalton
2014-01-16virtio-net: use per-receive queue page frag alloc for mergeable bufsMichael Dalton
2014-01-16virtio-net: drop rq->max and rq->numJason Wang
2014-01-16net: davinci_mdio: Fix sparse warningLad, Prabhakar
2014-01-16bonding: handle slave's name change with primary_slave logicVeaceslav Falico
2014-01-16i40e: updates to AdminQ interfaceShannon Nelson
2014-01-16i40e: check desc pointer before printingShannon Nelson
2014-01-16team: block mtu change before it happens via NETDEV_PRECHANGEMTUVeaceslav Falico
2014-01-16r6040: use ETH_ZLEN instead of MISR for SKB length checkingFlorian Fainelli
2014-01-16r6040: add delays in MDIO read/write polling loopsFlorian Fainelli
2014-01-16xen-netfront: add support for IPv6 offloadsPaul Durrant
2014-01-16vxge: make local functions staticstephen hemminger
2014-01-16bnad: code cleanupstephen hemminger
2014-01-16dm9000: fix a lot of checkpatch issuesBarry Song
2014-01-16i40e: Remove autogenerated Module.symvers file.David S. Miller
2014-01-16net/mlx4_core: clean up srq_res_start_move_to()Paul Bolle
2014-01-16net/mlx4_core: clean up cq_res_start_move_to()Paul Bolle
2014-01-16ixgbe: Fix incorrect logic for fixed fiber eeprom writeDon Skidmore
2014-01-16ixgbevf: create function for all of ring initDon Skidmore
2014-01-16ixgbevf: Convert ring storage form pointer to an array to array of pointersDon Skidmore
2014-01-16ixgbevf: use pci drvdata correctly in ixgbevf_suspend()Wei Yongjun
2014-01-16ixgbevf: set the disable state when ixgbevf_qv_disable is calledJacob Keller
2014-01-16ixgbe: reinit_locked() should be called with rtnl_lockJohn Fastabend
2014-01-16net: stmmac: notify the PM core of a wakeup event.Srinivas Kandagatla