aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-02-25ipcomp4: Use the IPsec protocol multiplexer APISteffen Klassert1-9/+17
2014-02-25ah4: Use the IPsec protocol multiplexer APISteffen Klassert1-9/+16
2014-02-25esp4: Use the IPsec protocol multiplexer APISteffen Klassert1-9/+17
2014-02-25xfrm4: Add IPsec protocol multiplexerSteffen Klassert5-17/+310
2014-02-24net: bcmgenet: remove unused bh_lock memberFlorian Fainelli1-1/+0
2014-02-24net: bcmgenet: remove commented code in bcmgenet_xmit()Florian Fainelli1-4/+0
2014-02-24net: bcmgenet: drop checks on priv->phydevFlorian Fainelli1-11/+6
2014-02-24Merge branch 'gianfar'David S. Miller3-398/+324
2014-02-24gianfar: Fix Tx int miss, dont write IC on-the-flyClaudiu Manoil2-88/+77
2014-02-24gianfar: Fix device reset races (oops) for TxClaudiu Manoil3-84/+76
2014-02-24gianfar: Don't free/request irqs on device resetClaudiu Manoil1-32/+45
2014-02-24gianfar: Fix on-the-fly vlan and mtu updatesClaudiu Manoil3-127/+51
2014-02-24gianfar: Implement MAC reset and reconfig procedureClaudiu Manoil1-82/+90
2014-02-24bcmgenet: Deleted unnecessary select_queue method.David S. Miller1-7/+0
2014-02-24net: bcmgenet: Use devm_ioremap_resource()Fabio Estevam1-4/+3
2014-02-24bridge: netfilter: Use ether_addr_copyJoe Perches5-7/+7
2014-02-24bridge: Use ether_addr_copy and ETH_ALENJoe Perches3-5/+5
2014-02-24cgxb4: Stop using ethtool SPEED_* constantsBen Hutchings2-14/+14
2014-02-24tools: bpf_dbg: various misc code cleanupsDaniel Borkmann1-64/+55
2014-02-24loopback: sctp: add NETIF_F_SCTP_CSUM to device featuresDaniel Borkmann1-0/+1
2014-02-24pktgen: document all supported flagsMathias Krause2-6/+26
2014-02-24pktgen: simplify error handling in pgctrl_write()Mathias Krause1-13/+6
2014-02-24pktgen: fix out-of-bounds access in pgctrl_write()Mathias Krause1-1/+4
2014-02-24Merge branch 'qlcnic-next'David S. Miller11-149/+349
2014-02-24Update MAINTAINERS for qlcnic driverShahed Shaikh1-6/+1
2014-02-24qlcnic: Update version to 5.3.56Shahed Shaikh1-2/+2
2014-02-24qlcnic: Enhance semaphore lock access failure error messageHarish Patil1-7/+15
2014-02-24qlcnic: Allow vlan0 trafficRajesh Borundia1-1/+5
2014-02-24qlcnic: Enhance driver message in failed state.Sucheta Chakraborty1-2/+2
2014-02-24qlcnic: Updates to QLogic application/driver interface for virtual NIC configurationJitendra Kalsaria1-65/+37
2014-02-24qlcnic: Re-factor firmware minidump template header handlingShahed Shaikh7-66/+287
2014-02-24Merge branch 'mlx4'David S. Miller4-16/+29
2014-02-24net/mlx4: Fix limiting number of IRQ's instead of RSS queuesIdo Shamay2-3/+5
2014-02-24net/mlx4: Set number of RX rings in a utility functionIdo Shamay3-14/+25
2014-02-24bonding: remove no longer needed lock for bond_xxx_info_query()dingtianhong1-4/+0
2014-02-24bonding: use rcu_dereference() to access curr_active_slavedingtianhong1-3/+1
2014-02-24bonding: netpoll: remove unwanted slave_dev_support_netpoll()dingtianhong1-8/+0
2014-02-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid 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