aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | net: s2io: fix buffer overflowKulikov Vasiliy2010-07-231-10/+18
* | mv643xx_eth: potential null dereferenceDan Carpenter2010-07-231-1/+2
* | net: 3c59x: fix leak of iomapsKulikov Vasiliy2010-07-231-0/+1
* | net: core: don't use own hex_to_bin() methodAndy Shevchenko2010-07-231-24/+12
* | wireless: use newly introduced hex_to_bin()Andy Shevchenko2010-07-231-21/+2
* | usb: usbnet: use newly introduced hex_to_bin()Andy Shevchenko2010-07-231-11/+2
* | drivers: net: use newly introduced hex_to_bin()Andy Shevchenko2010-07-231-6/+5
* | drivers: atm: don't use private copy of hex_to_bin()Andy Shevchenko2010-07-231-13/+2
* | be2net: bump the driver version numberAjit Khaparde2010-07-231-1/+1
* | be2net: variable name changesAjit Khaparde2010-07-234-8/+8
* | be2net: supress printing error when mac query fails for VFAjit Khaparde2010-07-231-1/+2
* | be2net: code to support tx rate configuration on virtual functionsAjit Khaparde2010-07-234-1/+78
* | be2net: add vlan support for sriov virtual functionsAjit Khaparde2010-07-232-8/+47
* | be2net: add support to get vf configAjit Khaparde2010-07-232-13/+47
* | be2net: change to call pmac_del only if necessaryAjit Khaparde2010-07-232-2/+5
* | qeth: avoid useless removal of multicast addressesUrsula Braun2010-07-231-2/+0
* | qeth: Use memdup_user when user data is immediately copied into the allocated...Julia Lawall2010-07-231-8/+3
* | qeth: return zero from reply callback functionsUrsula Braun2010-07-231-8/+2
* | claw: A claw device is a group of just 2 ccw devicesUrsula Braun2010-07-231-1/+1
* | qeth: avoid loop if ipa command response is missingUrsula Braun2010-07-232-0/+16
* | qeth: serialize sysfs-triggered device configurationsUrsula Braun2010-07-235-7/+22
* | qeth: Clear mac_bits field when switching between Layer 2 and Layer 3Carsten Otte2010-07-231-0/+1
* | qeth: IP address takeover flag settingKlaus-Dieter Wacker2010-07-235-9/+18
* | stmmac: handle allocation errors in setup functionsDan Carpenter2010-07-223-3/+7
* | caif: precedence bugDan Carpenter2010-07-221-1/+1
* | bonding: don't lock when copying/clearing VLAN list on slaveJay Vosburgh2010-07-221-13/+3
* | bonding: change test for presence of VLANsJay Vosburgh2010-07-222-9/+25
* | net/fec: restore interrupt mask after software-reset in fec_stop()Wolfram Sang2010-07-221-3/+4
* | 3c59x: handle pci_iomap() errorsKulikov Vasiliy2010-07-221-0/+5
* | net: RTA_MARK additionEric Dumazet2010-07-222-0/+8
* | CAN: Add Flexcan CAN controller driverMarc Kleine-Budde2010-07-224-0/+1060
* | r6040: Fix args to phy_mii_ioctl().David S. Miller2010-07-211-1/+1
* | vhost net: Fix warning.David S. Miller2010-07-211-1/+0
* | net: remove last uses of __attribute__((packed))Gustavo F. Padovan2010-07-212-2/+2
* | irda: Use __packed annotation instead IRDA_PACKED macroGustavo F. Padovan2010-07-212-13/+9
* | drivers/net/irda: use for_each_pci_dev()Kulikov Vasiliy2010-07-211-4/+1
* | drivers/net/qlge: Use pr_<level>, shrink text a bitJoe Perches2010-07-212-491/+318
* | arch/um/drivers: remove duplicate structure field initializationJulia Lawall2010-07-211-8/+2
* | drivers/net/cxgb3/t3_hw.c: use new hex_to_bin() methodAndy Shevchenko2010-07-211-12/+4
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-07-2020-39/+92
|\ \
| * | bridge: Partially disable netpoll supportHerbert Xu2010-07-192-31/+1
| * | tcp: fix crash in tcp_xmit_retransmit_queueIlpo Järvinen2010-07-191-0/+3
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-07-192-5/+6
| |\ \
| | * | rt2x00: Fix lockdep warning in rt2x00lib_probe_dev()Stephen Boyd2010-07-161-5/+5
| | * | hostap_pci: set dev->base_addr during probeJohn W. Linville2010-07-141-0/+1
| * | | IPv6: fix CoA check in RH2 input handler (mip6_rthdr_input())Arnaud Ebalard2010-07-181-1/+2
| * | | ibmveth: lost IRQ while closing/opening device leads to service lossRobert Jennings2010-07-161-1/+3
| * | | Merge branch 'vhost-net' of git://git.kernel.org/pub/scm/linux/kernel/git/mst...David S. Miller2010-07-161-4/+9
| |\ \ \
| | * | | vhost: avoid pr_err on condition guest can triggerMichael S. Tsirkin2010-07-161-4/+4
| | * | | vhost-net: avoid flush under lockMichael S. Tsirkin2010-07-151-0/+5