summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2013-01-10tun: avoid owner checks on IFF_ATTACH_QUEUEMichael S. Tsirkin1-2/+0
2013-01-10bnx2x: move debugging code before the returnDan Carpenter1-1/+1
2013-01-10tuntap: refuse to re-attach to different tun_structStefan Hajnoczi1-0/+2
2013-01-10bnx2x: align define usage to satisfy static checkersAriel Elior1-1/+1
2013-01-10veth: fix a NULL deref in netif_carrier_offEric Dumazet1-1/+3
2013-01-10cxgb4: Fix incorrect PFVF CMASKVipul Pandya1-2/+1
2013-01-10DSA: Convert spaces to tabs where appropriateBarry Grussling2-23/+23
2013-01-10DSA: Convert printk calls to netdev_info callsBarry Grussling2-10/+12
2013-01-10DSA: Convert repeated msleep calls to timeoutsBarry Grussling4-18/+34
2013-01-10DSA: Convert DSA comments to network-style commentsBarry Grussling5-232/+93
2013-01-09bnx2x: NULL dereference on error in debug codeDan Carpenter1-2/+1
2013-01-09bgmac: driver for GBit MAC core on BCMA busRafał Miłecki4-0/+1888
2013-01-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville27-39/+6278
2013-01-08remove init of dev->perm_addr in driversJiri Pirko50-127/+42
2013-01-08netpoll: add IPv6 supportCong Wang1-6/+38
2013-01-08netpoll: prepare for ipv6Cong Wang1-4/+8
2013-01-08net: fec: Remove 'inline' declarationsFabio Estevam1-3/+3
2013-01-08Merge branch 'delete-8390-EISA' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller7-2187/+2
2013-01-07xen/netfront: improve truesize trackingIan Campbell1-23/+4
2013-01-07bnx2x: Segregate SR-IOV codeAriel Elior10-844/+953
2013-01-07net: fec: report correct hardware stamping info to ethtoolFrank Li1-1/+30
2013-01-07veth: avoid a NULL deref in veth_stats_oneEric Dumazet1-18/+40
2013-01-07chelsio: Use netdev_<level> and pr_<level>Joe Perches6-89/+66
2013-01-07b43: Fix firmware loading when driver is built into the kernelLarry Finger3-16/+48
2013-01-07drivers/net/wireless/iwlegacy: use strlcpy instead of strncpyChen Gang1-1/+1
2013-01-07drivers/net/wireless/mwl8k.c: avoid use-after-freeNickolai Zeldovich1-1/+3
2013-01-07rtlwifi: Fix typo in debug output of rtl8192c and rtl8723aeJulian Wollrath2-2/+2
2013-01-07drivers/net: delete 8390 based EISA drivers.Paul Gortmaker7-2187/+2
2013-01-06drivers/net: remove orphaned references to micro channelPaul Gortmaker7-16/+12
2013-01-06team: use strlcpy with ethtool_drvinfo fieldsFlavio Leitner1-2/+2
2013-01-06net: use ETHTOOL_FWVERS_LEN instead of ETHTOOL_BUSINFO_LEN for fw_ver stringsJiri Pirko3-4/+4
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko68-207/+227
2013-01-06ethoc: fix mac address setJiri Pirko1-11/+11
2013-01-06tg3: Remove IS_ENABLED(CONFIG_HWMON) checkNithin Nayak Sujir2-6/+4
2013-01-06tg3: Improve PCI function number detection.Michael Chan1-11/+8
2013-01-06tg3: Add NVRAM support for 5762Michael Chan2-1/+110
2013-01-06tg3: Add support for new 5762 ASICMichael Chan2-25/+81
2013-01-04NET: FEC: dynamtic check DMA desc buff typeFrank Li4-87/+116
2013-01-04ethernet/broadcom/tg3: Fix sparse warning: constant 0x7fffffffffffffff is so ...Peter Hüwe1-1/+1
2013-01-04smsc95xx: enable dynamic autosuspendSteve Glendinning1-1/+150
2013-01-04smsc95xx: eliminate duplicate warnings on io failureSteve Glendinning1-217/+67
2013-01-04bonding: remove usage of dev->masterJiri Pirko4-64/+80
2013-01-04qlcnic: guard __vlan_find_dev_deep() by rcu_read_lockJiri Pirko1-0/+2
2013-01-04cxgb3: remove usage of dev->masterJiri Pirko1-4/+7
2013-01-04team: remove usage of netdev_set_master()Jiri Pirko1-6/+7
2013-01-04macvlan: add link to upper deviceJiri Pirko1-1/+8
2013-01-04wireless: add new wil6210 802.11ad 60GHz driverVladimir Kondratiev16-0/+6195
2013-01-04mwifiex: fix typo in setting up ibss network parametersAmitkumar Karwar1-1/+1
2013-01-04mwifiex: check wait_event_interruptible return valueBing Zhao1-11/+10
2013-01-04Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2-7/+18