aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-29igb: Enable auto-crossover during forced operation on 82580 and above.Matthew Vick2-12/+21
2012-10-29igbvf: Check for error on dma_map_single callGreg Rose1-0/+13
2012-10-29ixgbevf: Do not forward LLDP type framesGreg Rose1-0/+5
2012-10-29ixgbe: reduce PTP rx path overheadJiri Benc1-2/+4
2012-10-29ixgbe: add/update descriptor maps in commentsJosh Hay1-6/+55
2012-10-29ixgbe: Do not decrement budget in ixgbe_clean_rx_irqAlexander Duyck1-5/+4
2012-10-29ixgbe: Return success or failure on VF MAC filter setGreg Rose1-1/+1
2012-10-29ixgbe: clean up the condition for turning on/off the laserEmil Tantilov1-23/+8
2012-10-29net, ixgbe: handle link local multicast addresses in SR-IOV modeJohn Fastabend2-1/+4
2012-10-29ixgbe: Fix return value from macvlan filter functionGreg Rose1-1/+2
2012-10-29ixgbe: Add support for pipeline resetDon Skidmore3-32/+153
2012-10-28net: sierra: shut up sparse restricted type warningsBjørn Mork1-2/+2
2012-10-28net: cdc_ncm: error path lock fixBjørn Mork1-0/+2
2012-10-28net: cdc_ncm: big endian fixBjørn Mork1-1/+1
2012-10-26cgroup: net_cls: Rework update socket logicDaniel Wagner1-3/+0
2012-10-26cgroup: net_cls: Pass in task to sock_update_classid()Daniel Wagner1-1/+1
2012-10-26usbnet: smsc95xx: apply introduced usb command APIsMing Lei1-88/+27
2012-10-26usbnet: smsc75xx: apply introduced usb command APIsMing Lei1-25/+14
2012-10-26usbnet: sierra_net: apply introduced usb command APIsMing Lei1-28/+17
2012-10-26usbnet: plusb: apply introduced usb command APIsMing Lei1-7/+4
2012-10-26usbnet: net1080: apply introduced usb command APIsMing Lei1-80/+30
2012-10-26usbnet: mcs7830: apply introduced usb command APIsMing Lei1-79/+6
2012-10-26usbnet: int51x1: apply introduced usb command APIsMing Lei1-49/+3
2012-10-26usbnet: dm9601: apply introduced usb command APIsMing Lei1-92/+15
2012-10-26usbnet: cdc-ncm: apply introduced usb command APIsMing Lei1-54/+31
2012-10-26usbnet: asix: apply introduced usb command APIsMing Lei1-104/+13
2012-10-26usbnet: introduce usbnet 3 command helpersMing Lei1-0/+132
2012-10-26r8169: enable ALDPS for power savinghayeswang1-10/+46
2012-10-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller4-30/+62
2012-10-23be2net: Fix smatch warnings in be_main.cPadmanabh Ratnakar3-7/+16
2012-10-23ixgbevf: Update version stringGreg Rose1-1/+1
2012-10-23ixgbevf: fix softirq-safe to unsafe splat on internal mbx_lockJohn Fastabend1-20/+20
2012-10-23ixgbevf: Check for error on dma_map_single callGreg Rose1-1/+7
2012-10-23ixgbevf: make netif_napi_add and netif_napi_del symmetricJohn Fastabend1-7/+2
2012-10-23igb: Update versionCarolyn Wyborny1-1/+1
2012-10-23igb: Update get cable length function for i210/i211Carolyn Wyborny1-0/+20
2012-10-23e1000e: Minimum packet size must be 17 bytesTushar Dave1-0/+11
2012-10-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller16-167/+539
2012-10-23net: cdc_mbim: Device Service Stream supportBjørn Mork1-23/+35
2012-10-23net: cdc_ncm: map MBIM IPS SessionID to VLAN IDBjørn Mork1-8/+43
2012-10-23net: cdc_ncm: do not bind to NCM compatible MBIM devicesBjørn Mork1-0/+27
2012-10-23net: cdc_mbim: build the MBIM driverBjørn Mork2-0/+19
2012-10-23net: cdc_mbim: adding MBIM driverGreg Suarez1-0/+365
2012-10-23net: cdc_ncm: export shared symbols and definitionsBjørn Mork1-86/+11
2012-10-23net: cdc_ncm: refactoring for tx multiplexingBjørn Mork1-145/+102
2012-10-23net: cdc_ncm: splitting rx_fixup for code reuseBjørn Mork1-28/+55
2012-10-23net: cdc_ncm: process chained NDPsBjørn Mork1-14/+21
2012-10-23net: cdc_ncm: refactor bind preparing for MBIM supportGreg Suarez1-14/+33
2012-10-23net: cdc_ncm: adding MBIM support to ncm_setupGreg Suarez1-15/+35
2012-10-23net: cdc_ncm: workaround NTB input size firmware bugBjørn Mork1-33/+13