aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-08-29net/cadence/macb: fix invalid 0 return if no phy is discovered on mii initBoris BREZILLON1-3/+3
2013-08-29bridge: inherit slave devices needed_headroomFlorian Fainelli1-0/+3
2013-08-29net: sctp: reorder sctp_globals to reduce cacheline usageDaniel Borkmann1-11/+9
2013-08-29net: mdio-sun4i: Convert to devm_* apiJisheng Zhang1-9/+9
2013-08-29Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-nextDavid S. Miller20-1326/+1536
2013-08-29Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller13-18/+140
2013-08-29qlcnic: underflow in qlcnic_validate_max_tx_rings()Dan Carpenter2-2/+2
2013-08-29Merge branch 'xen-netback'David S. Miller3-673/+445
2013-08-29xen-netback: rename functionsWei Liu3-133/+134
2013-08-29xen-netback: switch to NAPI + kthread 1:1 modelWei Liu3-507/+351
2013-08-29xen-netback: remove page tracking facilityWei Liu1-75/+2
2013-08-28batman-adv: send GW_DEL event when the gw client mode is deselectedAntonio Quartulli3-0/+32
2013-08-28batman-adv: Start new development cycleSimon Wunderlich1-1/+1
2013-08-28batman-adv: move enum definition at the top of the fileAntonio Quartulli1-15/+16
2013-08-28batman-adv: set skb priority according to contentSimon Wunderlich10-2/+91
2013-08-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitchDavid S. Miller13-543/+1346
2013-08-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller33-400/+2026
2013-08-27Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-nextDavid S. Miller17-1767/+2118
2013-08-28netfilter: ctnetlink: fix uninitialized variableFlorian Westphal1-1/+1
2013-08-28netfilter: add IPv6 SYNPROXY targetPatrick McHardy3-0/+509
2013-08-28net: syncookies: export cookie_v6_init_sequence/cookie_v6_checkPatrick McHardy2-9/+20
2013-08-28netfilter: add SYNPROXY core/targetPatrick McHardy13-1/+1066
2013-08-28net: syncookies: export cookie_v4_init_sequence/cookie_v4_checkPatrick McHardy2-11/+22
2013-08-28netfilter: nf_conntrack: make sequence number adjustments usuable without NATPatrick McHardy18-376/+369
2013-08-28netfilter: nf_defrag_ipv6.o included twiceNathan Hintz1-1/+1
2013-08-28netfilter: ip[6]t_REJECT: tcp-reset using wrong MAC source if bridgedPhil Oester2-2/+39
2013-08-27sfc: Use extended MC_CMD_SENSOR_INFO and MC_CMD_READ_SENSORSBen Hutchings1-44/+95
2013-08-27sfc: Return an error code when a sensor is busy.Alexandre Rames1-1/+6
2013-08-27sfc: Add support for reading packet length from prefixBen Hutchings2-2/+14
2013-08-27sfc: Add TX merged completion counterBen Hutchings3-0/+6
2013-08-27sfc: Generalise packet hash lookup to support EF10 RX prefixJon Cooper6-13/+28
2013-08-27sfc: Rename EFX_PAGE_BLOCK_SIZE to EFX_VI_PAGE_SIZE and adjust commentsBen Hutchings1-4/+4
2013-08-27sfc: Remove early call to efx_nic_type::reconfigure_mac in efx_reset_up()Ben Hutchings1-2/+0
2013-08-27sfc: use MCDI epoch flag to improve MC reboot detection in the driverDaniel Pieczko2-6/+15
2013-08-27sfc: Add EF10 support for TX/RX DMA error events handling.Alexandre Rames5-11/+15
2013-08-27sfc: Add a function pointer to abstract write of host time into NIC shared memoryLaurence Evans3-2/+16
2013-08-27sfc: PTP MCDI requests need to initialise periph ID fieldLaurence Evans1-0/+7
2013-08-27sfc: Delegate MAC/NIC statistic description to efx_nic_typeBen Hutchings8-389/+498
2013-08-27sfc: Remove driver-local struct ethtool_stringBen Hutchings1-24/+13
2013-08-27sfc: Remove more left-overs from Falcon GMAC supportBen Hutchings3-18/+6
2013-08-27sfc: Move MTD operations into efx_nic_typeBen Hutchings9-831/+807
2013-08-27openvswitch: optimize flow compare and mask functionsAndy Zhou2-39/+44
2013-08-27e1000e: balance semaphore put/get for 82573Steven La1-0/+5
2013-08-27Documentation/networking/: Update Intel wired LAN driver documentationJeff Kirsher8-43/+193
2013-08-27bna: firmware update to 3.2.1.1Rasesh Mody1-2/+2
2013-08-27VMXNET3: Add support for virtual IOMMUAndy King2-83/+138
2013-08-27be2net: implement ethtool set/get_channel hooksSathya Perla3-32/+104
2013-08-27be2net: refactor be_setup() to consolidate queue creation routinesSathya Perla2-58/+50
2013-08-27be2net: Fix be_cmd_if_create() to use MBOX if MCCQ is not createdSathya Perla1-24/+85
2013-08-27be2net: refactor be_get_resources() codeSathya Perla6-189/+229