summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: igmp: Reduce Unsolicited report interval to 1s when using IGMPv3William Manley2013-08-091-3/+13
* bonding: unwind on bond_add_vlan failurenikolay@redhat.com2013-08-091-2/+2
* bonding: change the bond's vlan syncing functions with the standard onesnikolay@redhat.com2013-08-091-30/+7Star
* net: add SNMP counters tracking incoming ECN bitsEric Dumazet2013-08-095-2/+27
* packet: Revert recent header parsing changes.David S. Miller2013-08-081-29/+24Star
* net: phy: mdio: add missing __iomem annotationJingoo Han2013-08-081-1/+1
* net: phy: micrel: Staticize ksz8873mll_read_status()Jingoo Han2013-08-081-1/+1
* net: use skb_copy_datagram_from_iovec() in zerocopy_sg_from_iovec()Jason Wang2013-08-081-27/+10Star
* net: use release_pages() in zerocopy_sg_from_iovec()Jason Wang2013-08-081-4/+2Star
* net: remove the useless comment in zerocopy_sg_from_iovec()Jason Wang2013-08-081-1/+0Star
* net: use skb_fill_page_desc() in zerocopy_sg_from_iovec()Jason Wang2013-08-081-2/+1Star
* net: move zerocopy_sg_from_iovec() to net/core/datagram.cJason Wang2013-08-084-160/+97Star
* net: move iov_pages() to net/core/iovec.cJason Wang2013-08-084-46/+26Star
* ip_tunnel: embed hash list headstephen hemminger2013-08-082-9/+8Star
* bnx2: Update version to 2.2.4Michael Chan2013-08-072-4/+4
* bnx2: Add pci shutdown handler.Michael Chan2013-08-071-22/+25
* bnx2: Use SIMPLE_DEV_PM_OPS.Michael Chan2013-08-071-20/+25
* bnx2: Refactor WoL setup into a separate function.Michael Chan2013-08-071-80/+81
* bnx2: Use kernel APIs for WoL and power state changes.Michael Chan2013-08-071-22/+14Star
* bnx2: Handle error condition in ->slot_reset()Michael Chan2013-08-071-5/+10
* be2net: update driver versionSathya Perla2013-08-071-1/+1
* be2net: Initialize "status" in be_cmd_get_die_temperature()Vasundhara Volam2013-08-071-1/+1
* be2net: fixup log msgs for async eventsVasundhara Volam2013-08-071-2/+4
* be2net: Fix displaying supported speeds for BE2Vasundhara Volam2013-08-071-0/+6
* be2net: don't limit max MAC and VLAN countsVasundhara Volam2013-08-071-7/+0Star
* be2net: Do not call get_die_temperature cmd for VFVasundhara Volam2013-08-071-1/+2
* be2net: Adding more speeds reported by get_settingsVasundhara Volam2013-08-072-1/+10
* gianfar: Cleanup TxFCB insertion on xmitClaudiu Manoil2013-08-051-29/+33
* gianfar: Fix Tx csum generation errata handlingClaudiu Manoil2013-08-051-19/+25
* bonding: remove locking from bond_set_rx_mode()Veaceslav Falico2013-08-051-6/+4Star
* drivers: net: cpsw: Add support for new CPSW IP versionMugunthan V N2013-08-051-0/+3
* sctp: Pack dst_cookie into 1st cacheline hole for 64bit hostfan.du2013-08-051-1/+1
* bonding: add bond_time_in_interval() and use it for time comparisonVeaceslav Falico2013-08-051-53/+32Star
* bonding: call slave_last_rx() only once per slaveVeaceslav Falico2013-08-051-7/+8
* tile: fix missing unlock on error in tile_net_open()Wei Yongjun2013-08-051-1/+3
* net: mlx4: Staticize local functionsJingoo Han2013-08-051-3/+3
* net: micrel: Staticize local functionsJingoo Han2013-08-052-5/+7
* be2net: Staticize local functionsJingoo Han2013-08-053-19/+20
* bna: Staticize local functionsJingoo Han2013-08-051-5/+5
* vxlan: fix rcu related warningstephen hemminger2013-08-051-5/+11
* bridge: fix rcu check warning in multicast port groupstephen hemminger2013-08-052-2/+3
* ax88179_178a: avoid copy of tx tcp packetsEric Dumazet2013-08-041-17/+4Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-04906-98600/+11262Star
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-08-0492-678/+995
| |\
| | * qlcnic: Fix for flash update failure on 83xx adapterHimanshu Madhani2013-08-0310-132/+231
| | * qlcnic: Fix link speed and duplex display for 83xx adapterRajesh Borundia2013-08-031-9/+16
| | * qlcnic: Fix link speed display for 82xx adapterRajesh Borundia2013-08-031-3/+7
| | * qlcnic: Fix external loopback test.Shahed Shaikh2013-08-031-2/+10
| | * qlcnic: Removed adapter series name from warning messages.Pratik Pujar2013-08-032-2/+2
| | * qlcnic: Free up memory in error path.Himanshu Madhani2013-08-031-3/+3