summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* ptp: Make PTP_1588_CLOCK select rather than depend on PPSBen Hutchings2012-11-012-3/+0
* pps, ptp: Remove dependencies on EXPERIMENTALBen Hutchings2012-11-012-3/+2
* tuntap: choose the txq based on rxqJason Wang2012-11-011-3/+224
* tuntap: add ioctl to attach or detach a file form tuntap deviceJason Wang2012-11-011-8/+48
* tuntap: multiqueue supportJason Wang2012-11-011-88/+220
* tuntap: RCUify dereferencing between tun_struct and tun_fileJason Wang2012-11-011-48/+47
* tuntap: move socket to tun_fileJason Wang2012-11-011-121/+145
* tuntap: log the unsigned informaiton with %uJason Wang2012-11-011-3/+3
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2012-10-3116-134/+397
|\
| * igb: Fix sparse warning in igb_ptp_rx_pktstampAlexander Duyck2012-10-301-1/+1
| * igb: Update firmware version info for ethtool output.Carolyn Wyborny2012-10-304-50/+126
| * igb: Enable auto-crossover during forced operation on 82580 and above.Matthew Vick2012-10-302-12/+21
| * igbvf: Check for error on dma_map_single callGreg Rose2012-10-301-0/+13
| * ixgbevf: Do not forward LLDP type framesGreg Rose2012-10-301-0/+5
| * ixgbe: reduce PTP rx path overheadJiri Benc2012-10-301-2/+4
| * ixgbe: add/update descriptor maps in commentsJosh Hay2012-10-301-6/+55
| * ixgbe: Do not decrement budget in ixgbe_clean_rx_irqAlexander Duyck2012-10-301-5/+4
| * ixgbe: Return success or failure on VF MAC filter setGreg Rose2012-10-301-1/+1
| * ixgbe: clean up the condition for turning on/off the laserEmil Tantilov2012-10-301-23/+8
| * net, ixgbe: handle link local multicast addresses in SR-IOV modeJohn Fastabend2012-10-302-1/+4
| * ixgbe: Fix return value from macvlan filter functionGreg Rose2012-10-301-1/+2
| * ixgbe: Add support for pipeline resetDon Skidmore2012-10-303-32/+153
* | ethernet: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches2012-10-312-8/+6
* | net/cadence: depend on HAS_IOMEMJoachim Eastwood2012-10-311-0/+1
* | netxen: explicity handle pause autoneg parameterFlavio Leitner2012-10-311-0/+7
* | dlink: dl2k: use the module_pci_driver macroDevendra Naga2012-10-311-15/+1
* | realtek: r8169: use module_pci_driver macroDevendra Naga2012-10-311-12/+1
* | qla3xxx: remove unused variable in ql_process_mac_tx_intr()Wei Yongjun2012-10-311-3/+0
* | qla3xxx: use module_pci_driver to simplify the codeWei Yongjun2012-10-311-12/+1
* | smsc95xx: add wol support for more frame typesSteve Glendinning2012-10-313-6/+128
* | ixgbe: add setlink, getlink support to ixgbe and ixgbevfJohn Fastabend2012-10-313-3/+69
|/
* net: sierra: shut up sparse restricted type warningsBjørn Mork2012-10-291-2/+2
* net: cdc_ncm: error path lock fixBjørn Mork2012-10-291-0/+2
* net: cdc_ncm: big endian fixBjørn Mork2012-10-291-1/+1
* cgroup: net_cls: Rework update socket logicDaniel Wagner2012-10-261-3/+0
* cgroup: net_cls: Pass in task to sock_update_classid()Daniel Wagner2012-10-261-1/+1
* usbnet: smsc95xx: apply introduced usb command APIsMing Lei2012-10-261-88/+27
* usbnet: smsc75xx: apply introduced usb command APIsMing Lei2012-10-261-25/+14
* usbnet: sierra_net: apply introduced usb command APIsMing Lei2012-10-261-28/+17
* usbnet: plusb: apply introduced usb command APIsMing Lei2012-10-261-7/+4
* usbnet: net1080: apply introduced usb command APIsMing Lei2012-10-261-80/+30
* usbnet: mcs7830: apply introduced usb command APIsMing Lei2012-10-261-79/+6
* usbnet: int51x1: apply introduced usb command APIsMing Lei2012-10-261-49/+3
* usbnet: dm9601: apply introduced usb command APIsMing Lei2012-10-261-92/+15
* usbnet: cdc-ncm: apply introduced usb command APIsMing Lei2012-10-261-54/+31
* usbnet: asix: apply introduced usb command APIsMing Lei2012-10-261-104/+13
* usbnet: introduce usbnet 3 command helpersMing Lei2012-10-261-0/+132
* r8169: enable ALDPS for power savinghayeswang2012-10-261-10/+46
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2012-10-234-30/+62
|\
| * ixgbevf: Update version stringGreg Rose2012-10-231-1/+1