aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-04-18igb: Fix code comments and whitespaceJeff Kirsher16-1183/+1010
2013-04-18igb: Fix sparse warnings on function pointersAkeem G. Abodunrin1-2/+2
2013-04-18igb: Use rx/tx_itr_setting when setting up initial value of itrAlexander Duyck1-0/+11
2013-04-18igb: Pull adapter out of main path in igb_xmit_frame_ringAlexander Duyck1-9/+11
2013-04-18igb: Mask off check of frag_off as we only want fragment offsetAlexander Duyck1-1/+1
2013-04-18igb: random code and comments fixAkeem G. Abodunrin3-6/+5
2013-04-18igb: Implement support to power sfp cage and turn on I2CAkeem G. Abodunrin1-1/+2
2013-04-18igb: Support to read and export SFF-8472/8079 dataAkeem G. Abodunrin2-0/+89
2013-04-18igb: Support for 100base-fx SFPAkeem G. Abodunrin3-19/+50
2013-04-18ixgbe: Remove unnecessary #ifdef CONFIG_DEBUG_FS testsJoe Perches2-10/+5
2013-04-18ixgbe: Add support for WoL on 82599 SFP+ LOMJacob Keller2-0/+2
2013-04-18ixgbe: in shutdown, do netif_running() under rtnl_lockakepner1-2/+2
2013-04-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller7-45/+162
2013-04-18tcp: introduce TCPSpuriousRtxHostQueues SNMP counterEric Dumazet3-0/+9
2013-04-18fec: Remove unneeded asm header filesFabio Estevam1-5/+0
2013-04-17ixgbe: bump version numberDon Skidmore1-1/+1
2013-04-17ixgbe: Fix 1G link WoLDon Skidmore3-2/+8
2013-04-17ixgbe: fix MNG FW support when adapter not upDon Skidmore5-5/+65
2013-04-17ixgbe: enable devices with internal switch to read pci parentJacob Keller1-0/+48
2013-04-17ixgbe: create conversion functions from link_status to bus/speedJacob Keller2-32/+34
2013-04-17ixgbe: Enable support for recognizing PCI-e Gen3 link speedJacob Keller3-1/+7
2013-04-17ixgbe: Drop check for PAGE_SIZE from ixgbe_xmit_frame_ringAlexander Duyck1-6/+1
2013-04-17ixgbe: don't do arithmetic operations on bitmasksEmil Tantilov1-1/+1
2013-04-17ixgbe: Mask off check of frag_off as we only want fragment offsetAlexander Duyck1-1/+1
2013-04-17Merge branch 'tipc-ipoib'David S. Miller10-42/+438
2013-04-17IPoIB: add support for TIPC protocolPatrick McHardy1-1/+3
2013-04-17tipc: add InfiniBand media typePatrick McHardy6-3/+416
2013-04-17tipc: set skb->protocol in eth_media packet transmissionPatrick McHardy1-0/+1
2013-04-17tipc: move bcast_addr from struct tipc_media to struct tipc_bearerPatrick McHardy5-16/+18
2013-04-17tipc: remove unused str2addr media callbackPatrick McHardy2-22/+0
2013-04-17net: cdc_ether: silence sparse __CHECK_ENDIAN__ warningBjørn Mork1-1/+1
2013-04-17net: sctp: sctp_ulpq: remove 'malloced' struct memberDaniel Borkmann2-4/+0
2013-04-17net: sctp: sctp_bind_addr: remove dead codeDaniel Borkmann2-9/+0
2013-04-17net: sctp: sctp_transport: remove unused variableDaniel Borkmann2-5/+1
2013-04-17net: sctp: outqueue: simplify sctp_outq_uncork functionDaniel Borkmann1-3/+2
2013-04-17net: sctp: sctp_outq: remove 'malloced' from its structDaniel Borkmann2-9/+0
2013-04-17net: sctp: sctp_inq: remove dead codeDaniel Borkmann2-9/+0
2013-04-17net: sctp: sctp_ssnmap: remove 'malloced' element from structDaniel Borkmann2-12/+12
2013-04-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitchDavid S. Miller12-695/+849
2013-04-16atl1: Protect atl1_suspend with CONFIG_PM_SLEEPFabio Estevam1-0/+2
2013-04-16Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller8-115/+117
2013-04-16fec: Use SIMPLE_DEV_PM_OPSFabio Estevam1-12/+3
2013-04-16pch_gbe: minor: report the actual error on MTU changeVeaceslav Falico1-1/+1
2013-04-16vxlan: Allow setting destination to unicast address.Atzm Watanabe2-44/+31
2013-04-16packet: minor: add generic tpacket_uhdr to access packet headersDaniel Borkmann1-27/+12
2013-04-16sctp: Add buffer utilization fields to /proc/net/sctp/assocsDilip Daya1-3/+9
2013-04-16tlan: cancel work at remove pathDevendra Naga1-0/+1
2013-04-16neighbour: Convert NEIGH_PRINTK to neigh_dbgJoe Perches1-29/+20
2013-04-16at86rf230: change irq handling to prevent lockups with edge type irqSascha Herrmann1-15/+38
2013-04-16at86rf230: add irq type configuration optionSascha Herrmann2-16/+45