summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bnx2x: save RAM in kdump kernel by using a single queueMichal Schmidt2014-02-261-0/+5
* bnx2x: clamp num_queues to prevent passing a negative valueMichal Schmidt2014-02-261-4/+3Star
* net: tcp: add mib counters to track zero window transitionsFlorian Westphal2014-02-263-1/+17
* net: order MPLS ethertypes numericallyNeil Jerram2014-02-261-2/+2
* bnx2x: Remove hidden flow control goto from BNX2X_ALLOC macrosJoe Perches2014-02-254-89/+138
* net: bcmgenet: remove unused bh_lock memberFlorian Fainelli2014-02-251-1/+0Star
* net: bcmgenet: remove commented code in bcmgenet_xmit()Florian Fainelli2014-02-251-4/+0Star
* net: bcmgenet: drop checks on priv->phydevFlorian Fainelli2014-02-251-11/+6Star
* Merge branch 'gianfar'David S. Miller2014-02-253-398/+324Star
|\
| * gianfar: Fix Tx int miss, dont write IC on-the-flyClaudiu Manoil2014-02-252-88/+77Star
| * gianfar: Fix device reset races (oops) for TxClaudiu Manoil2014-02-253-84/+76Star
| * gianfar: Don't free/request irqs on device resetClaudiu Manoil2014-02-251-32/+45
| * gianfar: Fix on-the-fly vlan and mtu updatesClaudiu Manoil2014-02-253-127/+51Star
| * gianfar: Implement MAC reset and reconfig procedureClaudiu Manoil2014-02-251-82/+90
|/
* bcmgenet: Deleted unnecessary select_queue method.David S. Miller2014-02-251-7/+0Star
* net: bcmgenet: Use devm_ioremap_resource()Fabio Estevam2014-02-251-4/+3Star
* bridge: netfilter: Use ether_addr_copyJoe Perches2014-02-255-7/+7
* bridge: Use ether_addr_copy and ETH_ALENJoe Perches2014-02-253-5/+5
* cgxb4: Stop using ethtool SPEED_* constantsBen Hutchings2014-02-252-14/+14
* tools: bpf_dbg: various misc code cleanupsDaniel Borkmann2014-02-251-64/+55Star
* loopback: sctp: add NETIF_F_SCTP_CSUM to device featuresDaniel Borkmann2014-02-251-0/+1
* pktgen: document all supported flagsMathias Krause2014-02-252-6/+26
* pktgen: simplify error handling in pgctrl_write()Mathias Krause2014-02-251-13/+6Star
* pktgen: fix out-of-bounds access in pgctrl_write()Mathias Krause2014-02-251-1/+4
* Merge branch 'qlcnic-next'David S. Miller2014-02-2511-149/+349
|\
| * Update MAINTAINERS for qlcnic driverShahed Shaikh2014-02-251-6/+1Star
| * qlcnic: Update version to 5.3.56Shahed Shaikh2014-02-251-2/+2
| * qlcnic: Enhance semaphore lock access failure error messageHarish Patil2014-02-251-7/+15
| * qlcnic: Allow vlan0 trafficRajesh Borundia2014-02-251-1/+5
| * qlcnic: Enhance driver message in failed state.Sucheta Chakraborty2014-02-251-2/+2
| * qlcnic: Updates to QLogic application/driver interface for virtual NIC config...Jitendra Kalsaria2014-02-251-65/+37Star
| * qlcnic: Re-factor firmware minidump template header handlingShahed Shaikh2014-02-257-66/+287
|/
* Merge branch 'mlx4'David S. Miller2014-02-254-16/+29
|\
| * net/mlx4: Fix limiting number of IRQ's instead of RSS queuesIdo Shamay2014-02-252-3/+5
| * net/mlx4: Set number of RX rings in a utility functionIdo Shamay2014-02-253-14/+25
|/
* bonding: remove no longer needed lock for bond_xxx_info_query()dingtianhong2014-02-251-4/+0Star
* bonding: use rcu_dereference() to access curr_active_slavedingtianhong2014-02-251-3/+1Star
* bonding: netpoll: remove unwanted slave_dev_support_netpoll()dingtianhong2014-02-251-8/+0Star
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2014-02-2517-149/+396
|\
| * xfrm: Cleanup error handling of xfrm_state_cloneSteffen Klassert2014-02-211-11/+5Star
| * pfkey: fix SADB_X_EXT_FILTER length checkNicolas Dichtel2014-02-211-0/+1
| * xfrm: Remove caching of xfrm_policy_sk_bundlesSteffen Klassert2014-02-192-29/+0Star
| * ipsec: add support of limited SA dumpNicolas Dichtel2014-02-176-9/+98
| * xfrm: avoid creating temporary SA when there are no listenersHoria Geanta2014-02-134-0/+71
| * flowcache: Bring net/core/flow.c under IPsec maintain scopeFan Du2014-02-121-0/+1
| * flowcache: Make flow cache name space awareFan Du2014-02-126-77/+103
| * xfrm: Don't prohibit AH from using ESN featureFan Du2014-02-121-1/+2
| * {IPv6,xfrm} Add ESN support for AH ingress partFan Du2014-02-121-6/+24
| * {IPv6,xfrm} Add ESN support for AH egress partFan Du2014-02-121-5/+21
| * {IPv4,xfrm} Add ESN support for AH ingress partFan Du2014-02-121-5/+22