summaryrefslogtreecommitdiff
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | be2net: Fix disabling multicast promiscous modePadmanabh Ratnakar2011-11-031-0/+7
| * | | | | | | be2net: Fix endian issue in RX filter commandPadmanabh Ratnakar2011-11-031-1/+1
| * | | | | | | ixgbevf: Update release versionGreg Rose2011-11-021-1/+1
| * | | | | | | ixgbe: DCB, return max for IEEE traffic classesJohn Fastabend2011-11-021-4/+6
| * | | | | | | ixgbe: fix reading of the buffer returned by the firmwareEmil Tantilov2011-11-021-9/+11
| * | | | | | | ixgbe: Fix compiler warningsGreg Rose2011-11-021-0/+2
| * | | | | | | ixgbe: fix smatch splat due to missing NULL checkJohn Fastabend2011-11-021-21/+12
| * | | | | | | ixgbe: fix disabling of Tx laser at probeEmil Tantilov2011-11-021-7/+7
| * | | | | | | ixgbe: Fix link issues caused by a reset while interface is downEmil Tantilov2011-11-021-1/+0
| * | | | | | | igb: Fix for I347AT4 PHY cable length unit detectionKantecki, Tomasz2011-11-021-1/+1
| * | | | | | | e100: make sure vlan support isn't advertised on old adaptersJesse Brandeburg2011-11-021-0/+4
| * | | | | | | e1000e: demote a debugging WARN to a debug log messageBruce Allan2011-11-021-2/+1
| * | | | | | | net: fix typo in drivers/net/ethernet/xilinx/ll_temac_main.cStephen Rothwell2011-11-021-2/+2
| * | | | | | | net/ethernet: Move mac89x0.c from apple to cirrusGeert Uytterhoeven2011-11-015-14/+14
| * | | | | | | net/ethernet: sc92031 is not RealtekCesar Eduardo Barros2011-11-017-13/+40
| * | | | | | | bonding:update speed/duplex for NETDEV_CHANGEWeiping Pan2011-11-012-27/+22
| * | | | | | | drivers/net/ethernet/i825xx/3c505.c: fix build with dynamic debugAndrew Morton2011-11-011-4/+2
* | | | | | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2011-11-033-14/+38
|\ \ \ \ \ \ \ \
| * | | | | | | | MIPS: Alchemy: remove all CONFIG_SOC_AU1??? definesManuel Lauss2011-10-241-1/+1
| * | | | | | | | NET: au1000_eth: Pass MACDMA address through platform resource info.Manuel Lauss2011-10-242-13/+37
* | | | | | | | | Merge branch 'akpm' (Andrew's incoming - part two)Linus Torvalds2011-11-021-2/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | drivers/net/rionet.c: fix ethernet address macros for LE platformsAlexandre Bounine2011-11-021-2/+2
* | | | | | | | | | Merge git://github.com/rustyrussell/linuxLinus Torvalds2011-11-021-9/+5
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | virtio-net: Use virtio_config_val() for retrieving configSasha Levin2011-11-021-9/+5
| |/ / / / / / / / /
* | | | | | | | | | Merge branch 'for-linus' of git://github.com/richardweinberger/linuxLinus Torvalds2011-11-022-3/+3
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | um: a couple of missing dependencies...Al Viro2011-11-022-3/+3
* | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2011-11-0110-30/+147
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | |
| | | | | | | | | |
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| *---. \ \ \ \ \ \ \ \ Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'fdr', 'ipath', 'ipoib', ...Roland Dreier2011-11-0110-30/+147
| |\ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | IB/mlx4: Add support for XRC QPsSean Hefty2011-10-131-0/+3
| | | | * | | | | | | | | IB/mlx4: Add support for XRC SRQsSean Hefty2011-10-131-9/+11
| | | | * | | | | | | | | IB/mlx4: Add support for XRC domainsSean Hefty2011-10-135-1/+58
| | |_|/ / / / / / / / / | |/| | | | | | | | | |
| | | * | | | | | | | | mlx4_core: Deprecate log_num_vlan module paramOr Gerlitz2011-10-311-5/+6
| | | * | | | | | | | | mlx4_core: Fix buddy->num_free allocation sizeEli Cohen2011-10-061-1/+1
| | | * | | | | | | | | mlx4_core: Use the right function to free eq->page_list entriesDotan Barak2011-10-061-1/+1
| | | * | | | | | | | | mlx4_core: Clean up error flow in mlx4_register_mac()Roland Dreier2011-10-061-13/+17
| | |/ / / / / / / / / | |/| | | | | | | | |
| | * | | | | | | | | mlx4_core: Add extended port capabilities supportMarcel Apfelbaum2011-10-283-0/+50
| |/ / / / / / / / /
* | | | | | | | | | wireless: at76c50x: follow rename pack_hex_byte to hex_byte_packAndy Shevchenko2011-10-311-1/+1
* | | | | | | | | | treewide: use __printf not __attribute__((format(printf,...)))Joe Perches2011-10-316-24/+20
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2011-10-3123-488/+539
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | / | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | bonding: eliminate bond_close race conditionsJay Vosburgh2011-10-304-60/+61
| * | | | | | | | qlcnic: fix beacon and LED test.Sucheta Chakraborty2011-10-303-31/+57
| * | | | | | | | qlcnic: updated reset sequenceSony Chacko2011-10-302-2/+50
| * | | | | | | | qlcnic: reset loopback mode if promiscous mode setting fails.Sucheta Chakraborty2011-10-301-1/+1
| * | | | | | | | qlcnic: skip IDC ack check in fw reset path.Sritej Velaga2011-10-301-1/+8
| * | | | | | | | i825xx: Fix incorrect dependency for BVME6000_NETGeert Uytterhoeven2011-10-281-1/+1
| * | | | | | | | stmmac: update normal descriptor structure (v2)Giuseppe CAVALLARO2011-10-275-40/+51
| * | | | | | | | stmmac: fix NULL pointer dereference in capabilities fixup (v2)Angus Clark2011-10-271-1/+1
| * | | | | | | | stmmac: fix a bug while checking the HW cap reg (v2)Giuseppe CAVALLARO2011-10-271-2/+3
| * | | | | | | | be2net: Changing MAC Address of a VF was broken.Somnath Kotur2011-10-272-13/+19
| * | | | | | | | be2net: Refactored be_cmds.c file.Somnath Kotur2011-10-271-282/+114