summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2009-01-08fix similar typos to successfullColy Li2-2/+2
2009-01-07hp100: update to net_device_opsStephen Hemminger1-8/+24
2009-01-07b44: convert to net_device_opsStephen Hemminger1-12/+17
2009-01-07atp: convert to net_device_opsStephen Hemminger1-8/+24
2009-01-07amd8111e: convert to net_device_opsStephen Hemminger1-14/+21
2009-01-07slip: convert to net_device_opsStephen Hemminger1-11/+17
2009-01-07windbond: convert devices to new APIStephen Hemminger1-9/+14
2009-01-07uli526x: convert devices to new APIStephen Hemminger1-36/+27
2009-01-07dmfe: convert to new APIStephen Hemminger1-37/+25
2009-01-07xircom: convert devices to new APIStephen Hemminger1-24/+19
2009-01-07de4x5: convert to net_device_opsStephen Hemminger1-7/+13
2009-01-07de2104x: convert to net_device_opsStephen Hemminger1-6/+13
2009-01-07tulip: convert devices to new APIStephen Hemminger1-10/+17
2009-01-07sundance: update to net_device_opsStephen Hemminger1-8/+15
2009-01-07starfire: update to net_device_opsStephen Hemminger1-12/+22
2009-01-07fealnx: update to net_device_opsStephen Hemminger1-8/+13
2009-01-07natsemi: update to net_device_opsStephen Hemminger1-12/+17
2009-01-07sb1000: update to net_device_opsStephen Hemminger1-5/+11
2009-01-07ns83820: fix net_device_ops supportStephen Hemminger1-1/+3
2009-01-07sis190: update to net_device_opsStephen Hemminger1-10/+18
2009-01-07de600: update to net_device_opsStephen Hemminger2-8/+23
2009-01-07enc28j60: update to net_device_opsStephen Hemminger1-6/+12
2009-01-07typhoon: update to net_device_opsStephen Hemminger1-8/+14
2009-01-07pcnet32: update to net_device_opsStephen Hemminger1-11/+17
2009-01-07sungem: update to net_device_opsStephen Hemminger1-8/+14
2009-01-07sunhme: update to net_device_opsStephen Hemminger1-12/+14
2009-01-07epic100: update to net_device_opsStephen Hemminger1-8/+13
2009-01-07tlan: update to net_device_opsStephen Hemminger1-10/+16
2009-01-07plip: update to net_device_opsStephen Hemminger1-5/+8
2009-01-07ipg: update to net_device_opsStephen Hemminger1-9/+14
2009-01-07cassini: update to net_device_opsStephen Hemminger1-11/+18
2009-01-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds1-4/+4
2009-01-07appletalk: convert ipddp to net_device_opsStephen Hemminger1-14/+11
2009-01-07Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2-3/+3
2009-01-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds31-9/+9949
2009-01-07firmware: convert e100 driver to request_firmware()Jaswinder Singh Rajput1-202/+97
2009-01-07net: sfc: Use pci_clear_master() to disable bus masteringBen Hutchings1-2/+2
2009-01-07resource: allow MMIO exclusivity for device driversArjan van de Ven1-1/+1
2009-01-07i2400m: Makefile and KconfigInaky Perez-Gonzalez6-0/+103
2009-01-07i2400m/SDIO: TX and RX path backendsInaky Perez-Gonzalez2-0/+408
2009-01-07i2400m/SDIO: firmware upload backendInaky Perez-Gonzalez1-0/+224
2009-01-07i2400m/SDIO: probe/disconnect, dev init/shutdown and reset backendsInaky Perez-Gonzalez1-0/+511
2009-01-07i2400m/SDIO: header for the SDIO subdriverInaky Perez-Gonzalez2-0/+154
2009-01-07i2400m/USB: TX and RX path backendsInaky Perez-Gonzalez3-0/+915
2009-01-07i2400m/USB: firmware upload backendInaky Perez-Gonzalez1-0/+340
2009-01-07i2400m/USB: probe/disconnect, dev init/shutdown and reset backendsInaky Perez-Gonzalez1-0/+591
2009-01-07i2400m/USB: header for the USB bus driverInaky Perez-Gonzalez2-0/+306
2009-01-07i2400m: debugfs controlsInaky Perez-Gonzalez1-0/+392
2009-01-07i2400m: various functions for device managementInaky Perez-Gonzalez1-0/+1291
2009-01-07i2400m: RX and TX data/control pathsInaky Perez-Gonzalez2-0/+1351