summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-06-0516-154/+160
|\
| * X25: remove duplicated #includeHuang Weiyi2010-06-041-2/+0
| * ppp_generic: fix multilink fragment sizesBen McKeegan2010-06-041-1/+1
| * ixgbe: only check pfc bits in hang logic if pfc is enabledJohn Fastabend2010-06-041-1/+1
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-06-031-14/+3
| |\
| | * ath5k: wake queues on resetBruno Randolf2010-06-011-14/+3
| * | ixgbe: return IXGBE_ERR_RAR_INDEX when out of rangeJeff Kirsher2010-06-032-0/+3
| * | sfc: Store port number in net_device::dev_idBen Hutchings2010-06-032-4/+2
| * | epic100: Test __BIG_ENDIAN instead of (non-existent) CONFIG_BIG_ENDIANRoland Dreier2010-06-031-3/+4
| * | tehuti: return -EFAULT on copy_to_user errorsDan Carpenter2010-06-031-2/+2
| * | e1000e: change logical negate to bitwiseDan Carpenter2010-06-031-1/+1
| * | sfc: Get port number from CS_PORT_NUM, not PCI function numberBen Hutchings2010-06-032-1/+7
| * | net/fec: fix pm to survive to suspend/resumeEric BĂ©nard2010-06-021-8/+8
| * | korina: count RX DMA OVR as rx_fifo_errorPhil Sutter2010-06-021-1/+1
| * | korina: use netdev_alloc_skb_ip_align() here, tooPhil Sutter2010-06-021-2/+1
| * | korina: fix deadlock on RX FIFO overrunPhil Sutter2010-06-021-14/+13
| * | enic: bug fix: make the set/get netlink VF_PORT support symmetricalScott Feldman2010-06-022-103/+104
| * | bnx2: Fix hang during rmmod bnx2.Michael Chan2010-06-021-1/+13
* | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2010-06-033-6/+15
|\ \ \
| * | | powerpc/macio: Fix probing of macio devices by using the right of match tableBenjamin Herrenschmidt2010-06-023-6/+15
| |/ /
* | | of/net: fs_enet/mii-bitbang.c: fix build breakageAnatolij Gustschin2010-06-021-2/+2
|/ /
* | ksz884x: Add missing validate_addr hookDenis Kirjanov2010-06-011-0/+1
* | ksz884x: convert to netdev_tx_tDenis Kirjanov2010-06-011-1/+1
* | virtio-net: pass gfp to add_bufMichael S. Tsirkin2010-06-011-4/+4
* | be2net: convert hdr.timeout in be_cmd_loopback_test() to le32Sathya Perla2010-06-011-1/+1
* | can: mpc5xxx_can.c: Fix build failureAnatolij Gustschin2010-06-011-5/+5
* | greth: Fix build after OF device conversions.David S. Miller2010-05-311-6/+5
* | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-05-3142-230/+2143
|\ \
| * \ Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/same...Linus Torvalds2010-05-303-0/+1841
| |\ \
| | * | can: Add support for Janz VMOD-ICAN3 Intelligent CAN moduleIra W. Snyder2010-05-283-0/+1841
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-05-289-52/+89
| |\ \ \ | | |/ / | |/| |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-05-2541-124/+333
| |\ \ \
| * | | | driver core: add devname module aliases to allow module on-demand auto-loadingKay Sievers2010-05-252-2/+3
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2010-05-251-17/+19
| |\ \ \ \
| | * | | | mlx4_core: Clean up mlx4_alloc_icm() a bitRoland Dreier2010-05-201-19/+20
| | * | | | mlx4_core: Fix possible chunk sg list overflow in mlx4_alloc_icm()Sebastien Dugue2010-05-201-1/+2
| * | | | | drivers: wireless: use new hex_to_bin() methodAndy Shevchenko2010-05-251-11/+4
| * | | | | Revert "ath9k: Group Key fix for VAPs"Linus Torvalds2010-05-241-25/+3
| * | | | | Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely2010-05-22818-33182/+62102
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'virtio' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds2010-05-211-23/+23
| | |\ \ \ \ \
| | | * | | | | virtio_net: use virtqueue_xxx wrappersMichael S. Tsirkin2010-05-191-23/+23
| | * | | | | | sysfs: add struct file* to bin_attr callbacksChris Wright2010-05-212-8/+15
| | * | | | | | drivers/base: Convert dev->sem to mutexThomas Gleixner2010-05-211-0/+1
| * | | | | | | of: Remove duplicate fields from of_platform_driverGrant Likely2010-05-2225-59/+122
| * | | | | | | of: Always use 'struct device.of_node' to get device node pointer.Grant Likely2010-05-1829-110/+115
* | | | | | | | be2net: remove superfluous externsDan Carpenter2010-05-291-2/+2
* | | | | | | | be2net: add unlock on error pathDan Carpenter2010-05-291-2/+5
* | | | | | | | fs_enet: Adjust BDs after tx errorMark Ware2010-05-291-6/+43
* | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-05-284-8/+19
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | / | | |_|_|_|_|/ | |/| | | | |
| * | | | | | libertas: fix uninitialized variable warningPrarit Bhargava2010-05-281-3/+2
OpenPOWER on IntegriCloud