summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-1535-409/+266
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-03-1435-405/+267
| |\
| | * eth: fec: Fix lost promiscuous mode after reconnecting cableStefan Wahren2014-03-131-7/+7
| | * bonding: set correct vlan id for alb xmit pathdingtianhong2014-03-131-1/+1
| | * at86rf230: fix lockdep splatsAlexander Aring2014-03-131-5/+6
| | * net/mlx4_en: Deregister multicast vxlan steering rules when going downOr Gerlitz2014-03-131-0/+2
| | * vmxnet3: fix building without CONFIG_PCI_MSIArnd Bergmann2014-03-131-2/+5
| | * net/mlx4_core: Load the IB driver when the device supports IBoEOr Gerlitz2014-03-121-1/+1
| | * net/mlx4_en: Handle vxlan steering rules for mac address changesOr Gerlitz2014-03-121-0/+8
| | * net/mlx4_core: Fix wrong dump of the vxlan offloads device capabilityOr Gerlitz2014-03-121-2/+3
| | * xen-netback: use skb_is_gso in xenvif_start_xmitWei Liu2014-03-121-2/+1
| | * r8169: fix the incorrect tx descriptor versionhayeswang2014-03-121-1/+1
| | * stmmac: dwmac-sti: fix broken STiD127 compatibilityGiuseppe CAVALLARO2014-03-111-1/+1
| | * stmmac: fix chained modeGiuseppe CAVALLARO2014-03-114-53/+34
| | * stmmac: fix and better tune the default buffer sizesGiuseppe CAVALLARO2014-03-111-6/+6
| | * stmmac: disable at run-time the EEE if not supportedGiuseppe CAVALLARO2014-03-111-4/+19
| | * vmxnet3: fix netpoll race conditionNeil Horman2014-03-111-5/+11
| | * Xen-netback: Fix issue caused by using gso_type wronglyAnnie Li2014-03-111-21/+18
| | * bna: Replace large udelay() with mdelay()Ben Hutchings2014-03-101-1/+1
| | * Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2014-03-106-14/+14
| | |\
| | | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-03-076-14/+14
| | | |\
| | | | * mwifiex: save and copy AP's VHT capability info correctlyAmitkumar Karwar2014-03-062-6/+5
| | | | * mwifiex: copy AP's HT capability info correctlyAmitkumar Karwar2014-03-061-2/+1
| | | | * Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2014-03-042-5/+7
| | | | |\
| | | | | * iwlwifi: fix and add 7265 series HW IDsOren Givon2014-03-041-3/+2
| | | | | * iwlwifi: mvm: don't WARN when statistics are handled lateEmmanuel Grumbach2014-03-041-2/+5
| | | | * | wl1251: use skb_trim to make skb shorterIvaylo Dimitrov2014-03-041-1/+1
| | * | | | bnx2: Fix shutdown sequenceMichael Chan2014-03-102-4/+38
| | |/ / /
| | * | | net/mlx4_core: mlx4_init_slave() shouldn't access comm channel before PF is r...Amir Vadai2014-03-061-0/+11
| | * | | net/mlx4_core: Fix memory access error in mlx4_QUERY_DEV_CAP_wrapper()Amir Vadai2014-03-061-3/+3
| | * | | bonding: correctly handle out of range parameters for lp_intervalSasha Levin2014-03-061-0/+1
| | * | | ibmveth: Fix endian issues with MAC addressesAnton Blanchard2014-03-062-10/+16
| | * | | phy: fix compiler array bounds warning on settings[]Bjorn Helgaas2014-03-061-5/+6
| | * | | hyperv: Move state setting for link queryHaiyang Zhang2014-03-062-1/+24
| | * | | net: macb: DMA-unmap full rx-bufferSoren Brinkmann2014-03-061-1/+1
| | * | | net: macb: Check DMA mappings for errorSoren Brinkmann2014-03-061-2/+12
| | * | | r8152: disable the ECM modehayeswang2014-03-064-255/+17
| | * | | net/mlx4: Support shutdown() interfaceGavin Shan2014-03-061-0/+1
| * | | | Merge tag 'usb-3.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-03-101-8/+0
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Revert "USBNET: ax88179_178a: enable tso if usb host supports sg dma"Mathias Nyman2014-03-071-8/+0
* | | | | bonding: use the correct ether type for albVeaceslav Falico2014-03-151-1/+1
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2014-03-1510-95/+269
|\ \ \ \ \
| * | | | | i40e/i40evf: Use dma_set_mask_and_coherentMitch Williams2014-03-152-21/+12
| * | | | | i40e/i40evf: Use correct number of VF vectorsMitch Williams2014-03-152-5/+6
| * | | | | i40e: Let MDD events be handled by MDD handlerAnjali Singhai Jain2014-03-151-2/+1
| * | | | | i40e: Bug fix for FDIR replay logicAnjali Singhai Jain2014-03-151-2/+4
| * | | | | i40e: Add code to handle FD table full conditionAnjali Singhai Jain2014-03-155-17/+135
| * | | | | i40e: Define a new state variable to keep track of feature auto disableAnjali Singhai Jain2014-03-151-0/+3
| * | | | | i40e: Fix function commentsAkeem G Abodunrin2014-03-151-1/+1
| * | | | | i40e: simplified init stringJesse Brandeburg2014-03-151-0/+41