summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* xen-netback: Unconditionally set NETIF_F_RXCSUMPaul Durrant2013-10-171-1/+1
* xen-netback: add support for IPv6 checksum offload from guestPaul Durrant2013-10-172-39/+205
* xen-netback: add support for IPv6 checksum offload to guestPaul Durrant2013-10-173-5/+15
* bonding: add rtnl lock and remove read lock for bond sysfsdingtianhong2013-10-171-13/+17
* bonding: use RCU protection for alb xmit pathdingtianhong2013-10-172-15/+57
* bonding: use RCU protection for 3ad xmit pathdingtianhong2013-10-171-6/+4
* isdn: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-10-172-2/+2
* net/mlx4_core: Load higher level modules according to ports typeEyal Perry2013-10-171-0/+29
* net/mlx4: Unused local variable in mlx4_opreq_actionAmir Vadai2013-10-171-2/+0
* net/mlx4: Fix typo, move similar defs to same locationOr Gerlitz2013-10-172-2/+2
* net/mlx4: Clean the code to eliminate trivial build warningsOr Gerlitz2013-10-173-5/+4
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2013-10-106-472/+650
|\
| * i40e: Bump versionCatherine Sullivan2013-10-101-1/+1
| * i40e: Add support for 64 bit netstatsAlexander Duyck2013-10-104-15/+95
| * i40e: Move rings from pointer to array to array of pointersAlexander Duyck2013-10-106-185/+204
| * i40e: Replace ring container array with linked listAlexander Duyck2013-10-103-53/+58
| * i40e: Move q_vectors from pointer to array to array of pointersAlexander Duyck2013-10-104-60/+112
| * i40e: Split bytes and packets from Rx/Tx statsAlexander Duyck2013-10-105-26/+28
| * i40e: Add support for Tx byte queue limitsAlexander Duyck2013-10-101-0/+15
| * i40e: Drop dead code and flags from Tx hotpathAlexander Duyck2013-10-102-27/+5
| * i40e: clean up Tx fast pathAlexander Duyck2013-10-102-99/+122
| * i40e: Do not directly increment Tx next_to_useAlexander Duyck2013-10-101-21/+25
| * i40e: Cleanup Tx buffer info layoutAlexander Duyck2013-10-102-15/+14
| * i40e: Drop unused completed statAlexander Duyck2013-10-103-5/+2
| * i40e: Link code updatesAnjali Singhai2013-10-101-2/+6
* | veth: allow to setup multicast address for veth deviceGao feng2013-10-101-0/+6
|/
* be2net: change the driver version number to 4.9.224.0Ajit Khaparde2013-10-091-1/+1
* be2net: Display RoCE specific counters in ethtool -SAjit Khaparde2013-10-093-1/+19
* be2net: Call version 2 of GET_STATS ioctl for Skyhawk-RAjit Khaparde2013-10-093-9/+155
* bnx2x: Add ndo_get_phys_port_id supportYuval Mintz2013-10-094-27/+155
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-0923-120/+284
|\
| * Merge branch 'sfc-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfcDavid S. Miller2013-10-095-31/+151
| |\
| | * sfc: Only bind to EF10 functions with the LinkCtrl and Trusted flagsBen Hutchings2013-10-071-1/+17
| | * sfc: Add PM and RXDP drop counters to ethtool statsEdward Cree2013-10-052-0/+47
| | * sfc: Add definitions for new stats counters and capability flagMatthew Slattery2013-10-051-2/+54
| | * sfc: Refactor EF10 stat mask code to allow for more conditional statsEdward Cree2013-10-051-21/+28
| | * sfc: Fix internal indices of ethtool stats for EF10Edward Cree2013-10-051-6/+3
| | * sfc: Add rmb() between reading stats and generation count to ensure consistencyJon Cooper2013-10-051-0/+1
| * | qlcnic: add missing destroy_workqueue() on error path in qlcnic_probe()Wei Yongjun2013-10-081-1/+4
| * | moxa: fix the error handling in moxart_mac_probe()Wei Yongjun2013-10-081-6/+16
| * | xen-netback: transition to CLOSED when removing a VIFDavid Vrabel2013-10-081-0/+4
| * | net/mlx4_en: Fix pages never dma unmapped on rxAmir Vadai2013-10-081-2/+3
| * | net/mlx4_en: Rename name of mlx4_en_rx_alloc membersAmir Vadai2013-10-082-19/+25
| * | net: sh_eth: Fix RX packets errors on R8A7740Nguyen Hong Ky2013-10-081-0/+4
| * | tun: don't look at current when non-blockingMichael S. Tsirkin2013-10-081-3/+5
| * | mrf24j40: Use level-triggered interruptsAlan Ott2013-10-081-1/+1
| * | mrf24j40: Use threaded IRQ handlerAlan Ott2013-10-081-20/+7
| * | mrf24j40: Move INIT_COMPLETION() to before packet transmissionAlan Ott2013-10-081-2/+2
| * | can: dev: fix nlmsg size calculation in can_get_size()Marc Kleine-Budde2013-10-071-5/+5
| * | net/ethernet: cpsw: DT read bool dual_emacMarkus Pargmann2013-10-071-2/+2