aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | sfc: Implement generic features interfaceBen Hutchings2011-04-054-84/+18
| * | | sfc: Enable all TSO features on VLANsBen Hutchings2011-04-051-1/+1
| * | | sfc: Move test of rx_checksum_enabled from nic.c to rx.cBen Hutchings2011-04-012-4/+5
* | | | tg3: Support 4mb flash sizes for 5717 and 5719Matt Carlson2011-04-061-1/+5
* | | | tg3: Enable 5720 supportMatt Carlson2011-04-061-0/+1
* | | | tg3: Add 5720 PHY IDMatt Carlson2011-04-062-0/+2
* | | | tg3: Add 5720 H2BMC supportMatt Carlson2011-04-062-15/+53
* | | | tg3: Add 5720 NVRAM decodingMatt Carlson2011-04-062-1/+152
* | | | tg3: Add 5720 ASIC revMatt Carlson2011-04-062-8/+27
* | | | tg3: Reintroduce 5717_PLUSMatt Carlson2011-04-062-24/+17
* | | | tg3: 5717_PLUS => 57765_PLUSMatt Carlson2011-04-062-22/+22
* | | | tg3: Cleanup extended rx ring size codeMatt Carlson2011-04-062-21/+27
* | | | net: Allow no-cache copy from user on transmitTom Herbert2011-04-041-1/+1
* | | | xen: netfront: assume all hw features are available until backend connection ...Ian Campbell2011-04-041-0/+8
* | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-04-0421-29/+63
|\ \ \ \ | | |/ / | |/| |
| * | | mlx4: fix kfree on error path in new_steering_entry()Mariusz Kozlowski2011-04-031-2/+2
| * | | usbnet: use eth%d name for known ethernet devicesArnd Bergmann2011-04-0110-12/+21
| * | | starfire: clean up dma_addr_t size testFUJITA Tomonori2011-04-011-5/+1
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2011-04-017-7/+33
| |\ \ \
| | * | | iwlegacy: fix bugs in change_interfaceJohannes Berg2011-03-291-0/+10
| | * | | carl9170: Fix tx aggregation problems with some clientsChristian Lamparter2011-03-293-0/+9
| | * | | iwl3945: disable hw scan by defaultStanislaw Gruszka2011-03-291-1/+2
| | * | | wireless: rt2x00: rt2800usb.c add and identify idsXose Vazquez Perez2011-03-291-3/+7
| | * | | iwl3945: do not deprecate software scanStanislaw Gruszka2011-03-291-4/+2
| | * | | ath9k: fix a chip wakeup related crash in ath9k_startFelix Fietkau2011-03-281-0/+4
| * | | | mlx4: Fixing bad size of event queue bufferYevgeny Petrilin2011-03-311-1/+3
| * | | | mlx4: Fixing use after freeYevgeny Petrilin2011-03-311-1/+2
| * | | | bonding:typo in commentPeter Pan(潘卫平)2011-03-311-1/+1
* | | | | xen: netfront: fix declaration orderEric Dumazet2011-04-031-36/+36
* | | | | net: convert sunhme/sungem network drivers to hw_featuresMichał Mirosław2011-04-012-3/+6
* | | | | veth: convert to hw_featuresMichał Mirosław2011-04-011-40/+5
* | | | | jme: convert offload constraints to ndo_fix_featuresMichał Mirosław2011-04-012-60/+19
* | | | | net: convert xen-netfront to hw_featuresMichał Mirosław2011-04-011-34/+23
* | | | | net: convert SMSC USB net drivers to hw_featuresMichał Mirosław2011-04-012-144/+63
* | | | | virtio_net: convert to hw_featuresMichał Mirosław2011-04-011-27/+19
| |_|/ / |/| | |
* | | | bnx2x, cnic: Disable iSCSI if DCBX negotiation is successfulDmitry Kravkov2011-03-316-23/+83
* | | | bnx2x: don't write dcb/llfc fields in STORM memoryDmitry Kravkov2011-03-311-1/+12
* | | | bnx2x: Update firmware to 6.2.9Dmitry Kravkov2011-03-311-1/+1
* | | | drivers/net: Remove IRQF_SAMPLE_RANDOM flag from network driversJavier Martinez Canillas2011-03-3010-16/+14
* | | | enic: Add support for PORT_REQUEST_PREASSOCIATE_RRRoopa Prabhu2011-03-305-149/+344
* | | | enic: Cleanups in port profile helper codeRoopa Prabhu2011-03-302-4/+14
* | | | enic: Add wrapper routines for new fw devcmds for port profile handlingRoopa Prabhu2011-03-302-6/+63
* | | | enic: Add support for new fw devcmds for port profile handlingRoopa Prabhu2011-03-303-49/+111
* | | | via-rhine: trivial sparse annotation in vlan_tci helperHarvey Harrison2011-03-301-1/+1
* | | | smsc911x: Use pr_fmt, netdev_<level>, and netif_<level>Joe Perches2011-03-302-159/+155
* | | | be2net: remove one useless lineSathya Perla2011-03-301-1/+0
* | | | be2net: cancel be_worker in be_shutdown() even when i/f is downSathya Perla2011-03-301-2/+1
* | | | be2net: remove redundant code in be_worker()Sathya Perla2011-03-301-5/+3
* | | | be2net: parse vid and vtm fields of rx-compl only if vlanf bit is setSathya Perla2011-03-301-11/+23
* | | | be2net: refactor code that decides adapter->num_rx_queuesSathya Perla2011-03-302-35/+39