summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-02-25loopback: sctp: add NETIF_F_SCTP_CSUM to device featuresDaniel Borkmann1-0/+1
2014-02-25pktgen: document all supported flagsMathias Krause2-6/+26
2014-02-25pktgen: simplify error handling in pgctrl_write()Mathias Krause1-13/+6
2014-02-25pktgen: fix out-of-bounds access in pgctrl_write()Mathias Krause1-1/+4
2014-02-25Merge branch 'qlcnic-next'David S. Miller11-149/+349
2014-02-25Update MAINTAINERS for qlcnic driverShahed Shaikh1-6/+1
2014-02-25qlcnic: Update version to 5.3.56Shahed Shaikh1-2/+2
2014-02-25qlcnic: Enhance semaphore lock access failure error messageHarish Patil1-7/+15
2014-02-25qlcnic: Allow vlan0 trafficRajesh Borundia1-1/+5
2014-02-25qlcnic: Enhance driver message in failed state.Sucheta Chakraborty1-2/+2
2014-02-25qlcnic: Updates to QLogic application/driver interface for virtual NIC config...Jitendra Kalsaria1-65/+37
2014-02-25qlcnic: Re-factor firmware minidump template header handlingShahed Shaikh7-66/+287
2014-02-25Merge branch 'mlx4'David S. Miller4-16/+29
2014-02-25net/mlx4: Fix limiting number of IRQ's instead of RSS queuesIdo Shamay2-3/+5
2014-02-25net/mlx4: Set number of RX rings in a utility functionIdo Shamay3-14/+25
2014-02-25bonding: remove no longer needed lock for bond_xxx_info_query()dingtianhong1-4/+0
2014-02-25bonding: use rcu_dereference() to access curr_active_slavedingtianhong1-3/+1
2014-02-25bonding: netpoll: remove unwanted slave_dev_support_netpoll()dingtianhong1-8/+0
2014-02-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller17-149/+396
2014-02-21Merge branch 'i40evf'David S. Miller7-76/+85
2014-02-21i40e and i40evf: Bump driver versionsCatherine Sullivan2-2/+2
2014-02-21i40e: Change MSIX to MSI-XCatherine Sullivan2-5/+7
2014-02-21i40e: tighten up ring enable/disable flowMitch Williams1-17/+15
2014-02-21i40e: remove unnecessary delayMitch Williams1-1/+0
2014-02-21i40evf: remove errant spaceMitch A Williams1-1/+1
2014-02-21i40evf: update version and copyright dateMitch Williams1-2/+2
2014-02-21i40evf: store ring size in ring structsMitch Williams3-10/+8
2014-02-21i40evf: don't guess device nameMitch Williams1-2/+0
2014-02-21i40evf: remove bogus commentMitch Williams1-1/+0
2014-02-21i40evf: fix up strings in init taskMitch Williams1-20/+16
2014-02-21i40evf: get rid of pci_using_dacMitch Williams1-7/+3
2014-02-21i40evf: fix multiple crashes on removeMitch Williams1-6/+7
2014-02-21i40evf: remove VLAN filters on closeMitch Williams1-0/+5
2014-02-21i40evf: request reset on tx hangMitch Williams3-3/+20
2014-02-21xfrm: Cleanup error handling of xfrm_state_cloneSteffen Klassert1-11/+5
2014-02-21pfkey: fix SADB_X_EXT_FILTER length checkNicolas Dichtel1-0/+1
2014-02-21Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller211-6336/+9921
2014-02-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville211-6336/+9921
2014-02-20bonding: fix bond_arp_rcv() race of curr_active_slaveVeaceslav Falico1-3/+7
2014-02-20hyperv: Add latest NetVSP versions to auto negotiationHaiyang Zhang3-10/+70
2014-02-20tcp: use zero-window when free_space is lowFlorian Westphal1-2/+15
2014-02-20tipc: failed transmissions should return errorErik Hugne1-8/+6
2014-02-20atm: solos-pci: make solos_bh() as staticDaeseok Youn1-1/+1
2014-02-20atm: nicstar: use NULL instead of 0 for pointerDaeseok Youn1-4/+4
2014-02-20atm: ambassador: use NULL instead of 0 for pointerDaeseok Youn1-1/+1
2014-02-20ipv6: honor IPV6_PKTINFO with v4 mapped addresses on sendmsgHannes Frederic Sowa5-5/+24
2014-02-20bonding: Invert testJoe Perches1-11/+10
2014-02-20bonding: Remove unnecessary elseJoe Perches1-6/+6
2014-02-20bonding: More use of ether_addr_copyJoe Perches3-8/+7
2014-02-19pcnet32: add missing check for pci_dma_mapping_errorDon Fry1-27/+81