summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
...
| * can: ti_hecc: fix endianness related sparse warningMarc Kleine-Budde2014-01-111-6/+4
| * can: Disable flexcan driver build for big endian CPU on ARMGuenter Roeck2014-01-111-1/+1
| * can: sja1000: add support for Elcus CAN200PCIOleg Moroz2014-01-111-1/+22
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-1420-83/+124
|\ \
| * | net: usbnet: fix SG initialisationBjørn Mork2014-01-131-1/+1
| * | cxgb4: silence shift wrapping static checker warningDan Carpenter2014-01-131-1/+1
| * | qlcnic: Fix ethtool statistics length calculationShahed Shaikh2014-01-101-18/+21
| * | qlcnic: Fix bug in TX statisticsManish Chopra2014-01-103-1/+5
| * | net: core: explicitly select a txq before doing l2 forwardingJason Wang2014-01-1012-36/+36
| * | macvlan: forbid L2 fowarding offload for macvtapJason Wang2014-01-101-1/+4
| * | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2014-01-102-3/+9
| |\ \
| | * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-01-092-3/+9
| | |\ \
| | | * \ Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2014-01-061-2/+8
| | | |\ \
| | | | * | iwlwifi: add new devices for 7265 seriesOren Givon2013-12-311-2/+8
| | | * | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2014-01-061-1/+1
| | | |\ \ \
| | | | * | | mac80211_hwsim: Fix NULL pointer dereferenceJavier Lopez2013-12-161-1/+1
| * | | | | | bnx2x: fix DMA unmapping of TSO split BDsMichal Schmidt2014-01-101-4/+9
| * | | | | | bnx2x: prevent WARN during driver unloadYuval Mintz2014-01-092-18/+38
| |/ / / / /
* | | | | | xen-netfront: use new skb_checksum_setup functionPaul Durrant2014-01-141-45/+3
* | | | | | xen-netback: use new skb_checksum_setup functionPaul Durrant2014-01-141-257/+3
* | | | | | net: 3com: fix warning for incorrect type in argumentdingtianhong2014-01-131-1/+1
* | | | | | net: qlcnic: fix warning for incorrect type in argumentdingtianhong2014-01-131-1/+1
* | | | | | sh_eth: fix garbled TX error messageSergei Shtylyov2014-01-131-4/+4
* | | | | | bonding: fix __get_active_agg() RCU logicVeaceslav Falico2014-01-131-6/+4
* | | | | | bonding: fix __get_first_agg RCU usageVeaceslav Falico2014-01-131-1/+4
* | | | | | bonding: fix bond_3ad_set_carrier() RCU usageVeaceslav Falico2014-01-131-11/+11
* | | | | | qlcnic: Update version to 5.3.54Shahed Shaikh2014-01-131-2/+2
* | | | | | qlcnic: Enable IPv6 LRO even if IP address is not programmedShahed Shaikh2014-01-131-2/+2
* | | | | | qlcnic: Fix SR-IOV cleanup code pathManish Chopra2014-01-131-3/+1
* | | | | | qlcnic: Enable beaconing for 83xx/84xx Series adapter.Himanshu Madhani2014-01-137-24/+70
* | | | | | qlcnic: Do MAC learning for SRIOV PF.Sucheta Chakraborty2014-01-136-31/+64
* | | | | | qlcnic: Turn on promiscous mode for SRIOV PF.Sucheta Chakraborty2014-01-131-0/+4
* | | | | | qlcnic: Enable VF flood bit on PF.Sucheta Chakraborty2014-01-131-0/+30
* | | | | | qlcnic: Restrict VF from configuring any VLAN mode.Sucheta Chakraborty2014-01-131-1/+11
* | | | | | phylib: Support attaching to generic 10g driverAndy Fleming2014-01-131-13/+9
* | | | | | phylib: Add generic 10G driverAndy Fleming2014-01-131-0/+81
* | | | | | phylib: turn genphy_driver to an arrayShaohui Xie2014-01-131-8/+21
* | | | | | bnx2x: namespace and dead code cleanupsstephen hemminger2014-01-1311-524/+147
* | | | | | drivers: net: silence compiler warning in smc91x.cPankaj Dubey2014-01-131-1/+1
* | | | | | net/mlx4_en: call gro handler for encapsulated framesEric Dumazet2014-01-132-5/+7
* | | | | | qlcnic: Convert vmalloc/memset to kcallocJoe Perches2014-01-132-11/+7
* | | | | | bonding: remove dead code from 3adVeaceslav Falico2014-01-121-78/+0
* | | | | | bonding: convert 3ad to use pr_warn instead of pr_warningVeaceslav Falico2014-01-121-25/+25
* | | | | | bonding: clean up style for bond_3ad.cVeaceslav Falico2014-01-121-270/+349
* | | | | | alx: add stats to ethtoolSabrina Dubroca2014-01-112-1/+107
* | | | | | alx: add alx_get_stats64 operationSabrina Dubroca2014-01-112-0/+53
* | | | | | alx: add stats update functionSabrina Dubroca2014-01-112-0/+62
* | | | | | alx: add constants for the stats fieldsSabrina Dubroca2014-01-111-4/+48
* | | | | | alx: add a hardware stats structureSabrina Dubroca2014-01-111-0/+62
* | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2014-01-1118-62/+887
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |