summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | wlcore: don't get the hlid from a queued skbArik Nemtsov2012-07-311-20/+26
* | | | | | | team: do not allow to add VLAN challenged port when vlan is usedJiri Pirko2012-08-241-0/+7
* | | | | | | team: don't print warn message on -ESRCH during event sendJiri Pirko2012-08-241-4/+4
* | | | | | | w5300: using eth_hw_addr_random() for random MAC and set device flagWei Yongjun2012-08-241-2/+1
* | | | | | | w5100: using eth_hw_addr_random() for random MAC and set device flagWei Yongjun2012-08-241-2/+1
* | | | | | | wimax/i2400m: use is_zero_ether_addr() instead of memcmp()Wei Yongjun2012-08-241-2/+1
| |_|_|_|/ / |/| | | | |
* | | | | | net/fsl: introduce Freescale 10G MDIO driverTimur Tabi2012-08-243-0/+282
|/ / / / /
* | | | | mdio: translation of MMD EEE registers to/from ethtool settingsAllan, Bruce W2012-08-221-67/+7
* | | | | bonding: support for IPv6 transmit hashingJohn Eaglesham2012-08-221-26/+63
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2012-08-228-8/+187
|\ \ \ \ \
| * | | | | igb: update to allow reading/setting MDI stateJesse Brandeburg2012-08-212-0/+46
| * | | | | e1000e: implement MDI/MDI-X controlJesse Brandeburg2012-08-211-2/+39
| * | | | | e1000: configure and read MDI settingsJesse Brandeburg2012-08-212-0/+43
| * | | | | igb: implement 580 MDI setting supportJesse Brandeburg2012-08-212-4/+30
| * | | | | e1000e: implement 82577/579 MDI setting supportBruce W Allan2012-08-211-2/+29
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-08-2257-450/+286
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-08-2127-301/+132
| |\ \ \ \ \
| | * | | | | netconsole: remove a redundant netconsole_target_put()Amerigo Wang2012-08-201-1/+0
| | * | | | | net/stmmac: fix issue of clk_get for Loongson1B.Kelvin Cheung2012-08-201-1/+1
| | * | | | | drivers/net/irda: fix error return codeJulia Lawall2012-08-202-0/+2
| | * | | | | drivers/net/wan/dscc4.c: fix error return codeJulia Lawall2012-08-201-2/+3
| | * | | | | drivers/net/wimax/i2400m/fw.c: fix error return codeJulia Lawall2012-08-201-1/+3
| | * | | | | net: qmi_wwan: new devices: UML290 and K5006-ZBjørn Mork2012-08-201-0/+5
| | * | | | | net: sh_eth: Add eth support for R8A7779 devicePhil Edworthy2012-08-202-5/+10
| | * | | | | netdev/phy: skip disabled mdio-mux nodesTimur Tabi2012-08-201-1/+1
| | * | | | | vmxnet3: Fix race between dev_open() and register_netdev()Steve Hodgson2012-08-151-1/+1
| | * | | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2012-08-149-18/+27
| | |\ \ \ \ \
| | | * \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-08-149-18/+27
| | | |\ \ \ \ \
| | | | * | | | | ath5k: fix spin_lock_irqsave/spin_lock_bh nesting in meshBob Copeland2012-08-132-7/+4
| | | | * | | | | ath9k: fix decrypt_error initialization in ath_rx_tasklet()Lorenzo Bianconi2012-08-131-1/+1
| | | | * | | | | ath9k: stop btcoex on device suspendRajkumar Manoharan2012-08-101-0/+1
| | | | * | | | | wireless: at76c50x: signedness bug in at76_dfu_get_state()Dan Carpenter2012-08-101-1/+1
| | | | * | | | | rndis_wlan: Fix potential memory leak in update_pmkid()Alexey Khoroshilov2012-08-101-2/+4
| | | | * | | | | ath9k: fix interrupt storms on queued hardware resetFelix Fietkau2012-08-103-7/+16
| | * | | | | | | drivers/net/ethernet/mellanox/mlx4/mcg.c: fix error return codeJulia Lawall2012-08-141-1/+3
| | * | | | | | | drivers/net/ethernet/freescale/fs_enet: fix error return codeJulia Lawall2012-08-142-3/+9
| | * | | | | | | drivers/net/ethernet/ti/davinci_cpdma.c: Remove potential NULL dereferenceJulia Lawall2012-08-141-1/+2
| | * | | | | | | net: sierra_net: replace whitelist with ifnumber matchBjørn Mork2012-08-141-40/+12
| | * | | | | | | net: qmi_wwan: compress device_id list using macrosBjørn Mork2012-08-141-21/+4
| | * | | | | | | net: qmi_wwan: add Sierra Wireless devicesBjørn Mork2012-08-141-0/+8
| | * | | | | | | net: qmi_wwan: use fixed interface number matchingBjørn Mork2012-08-141-187/+28
| | * | | | | | | netpoll: check netpoll tx status on the right deviceAmerigo Wang2012-08-141-1/+1
| | * | | | | | | netconsole: do not release spin_lock when calling __netpoll_cleanupAmerigo Wang2012-08-141-5/+0
| | * | | | | | | netpoll: make __netpoll_cleanup non-blockAmerigo Wang2012-08-141-3/+1
| | * | | | | | | netpoll: use GFP_ATOMIC in slave_enable_netpoll() and __netpoll_setup()Amerigo Wang2012-08-142-10/+12
| | |/ / / / / /
| * | | | | | | Merge tag 'usb-3.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-08-202-2/+2
| |\ \ \ \ \ \ \
| | * | | | | | | USB: rtl8187: remove __devinit* from the struct usb_device_id tableGreg Kroah-Hartman2012-08-171-1/+1
| | * | | | | | | USB: p54usb: remove __devinit* from the struct usb_device_id tableGreg Kroah-Hartman2012-08-171-1/+1
| | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-08-175-17/+29
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | * | | | | | mlx4_core: Clean up buddy bitmap allocationRoland Dreier2012-08-151-4/+3
OpenPOWER on IntegriCloud