aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-02-08af_iucv: change net_device handling for HS transportUrsula Braun2-57/+63
2012-02-08af_iucv: block writing if msg limit is exceededUrsula Braun1-1/+1
2012-02-08af_iucv: remove IUCV-pathes completelyUrsula Braun1-34/+37
2012-02-08netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A. Dalvi6-37/+42
2012-02-08netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A. Dalvi33-58/+47
2012-02-08ipv6: Implement IPV6_UNICAST_IF socket option.Erich E. Hoover6-1/+44
2012-02-08ipv4: Implement IP_UNICAST_IF socket option.Erich E. Hoover6-3/+42
2012-02-08gro: more generic L2 header checkEric Dumazet1-2/+8
2012-02-08IPoIB: Stop lying about hard_header_len and use skb->cb to stash LL addressesRoland Dreier3-47/+24
2012-02-08stmmac: Fix typo in stmmac_pci.cMasanari Iida1-1/+1
2012-02-08mace: Fix build for mace due to netdev_alloc_skbPradeep A. Dalvi1-1/+1
2012-02-07sonice: Fix build due to botched netdev_alloc_skb() conversion.David S. Miller1-1/+1
2012-02-07caif: remove duplicate initializationDan Carpenter1-2/+1
2012-02-07sh-eth: use netdev stats structure and fix dma_map_singleEric Dumazet2-32/+31
2012-02-07net: fec: Fix build due to wrong dev annotationFabio Estevam1-2/+2
2012-02-07net/sched: sch_plug - Queue traffic until an explicit release commandShriram Rajagopalan4-0/+281
2012-02-07Merge branch 'tipc_net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxDavid S. Miller7-260/+255
2012-02-07e1000e: minor whitespace and indentation cleanupBruce Allan2-37/+43
2012-02-07e1000e: fix sparse warnings with -D__CHECK_ENDIAN__Bruce Allan2-8/+9
2012-02-07e1000e: fix checkpatch warning from MINMAX testBruce Allan1-1/+1
2012-02-07e1000e: cleanup - use braces in both branches of a conditional statementBruce Allan1-1/+2
2012-02-07e1000e: cleanup e1000_set_phys_idBruce Allan1-2/+2
2012-02-07e1000e: cleanup e1000_init_mac_params_82571()Bruce Allan1-42/+30
2012-02-07e1000e: cleanup e1000_init_mac_params_80003es2lan()Bruce Allan1-21/+7
2012-02-07e1000e: cleanup - check return values consistentlyBruce Allan2-5/+5
2012-02-07e1000e: add missing initializers reported when compiling with W=1Bruce Allan1-3/+5
2012-02-07e1000: Adding e1000_dump functionTushar Dave3-0/+235
2012-02-07igbvf: refactor Interrupt Throttle Rate codeMitch A Williams3-78/+99
2012-02-06tipc: Minor optimization to rejection of connection-based messagesAllan Stephens1-2/+3
2012-02-06tipc: Eliminate alteration of publication key during name table purgingAllan Stephens1-4/+0
2012-02-06tipc: Prevent loss of fragmented messages over broadcast linkAllan Stephens1-22/+42
2012-02-06tipc: Prevent loss of fragmented messages over unicast linksAllan Stephens1-3/+10
2012-02-06tipc: Remove obsolete broadcast tag capabilityAllan Stephens3-9/+1
2012-02-06tipc: Major redesign of broadcast link ACK/NACK algorithmsAllan Stephens5-165/+100
2012-02-06tipc: Add missing locks in broadcast link statistics accumulationAllan Stephens1-0/+11
2012-02-06tipc: Fix bug in broadcast link duplicate message statisticsAllan Stephens1-0/+2
2012-02-06tipc: Fix node lock reclamation issues in broadcast link receptionAllan Stephens1-18/+40
2012-02-06tipc: Add missing broadcast link lock when sending NACKAllan Stephens1-0/+2
2012-02-06tipc: Fix problem with broadcast link synchronization between nodesAllan Stephens1-2/+5
2012-02-06tipc: Ensure broadcast link re-acquires node after link failureAllan Stephens3-4/+8
2012-02-06tipc: Prevent broadcast link stalling in dual LAN environmentsAllan Stephens1-4/+5
2012-02-06tipc: Prevent transmission of outdated link protocol messagesAllan Stephens1-26/+27
2012-02-06tipc: improve the link deferred queue insertion algorithmAllan Stephens1-25/+23
2012-02-06Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller268-4040/+5319
2012-02-06net: Make qdisc_skb_cb upper size bound explicit.David S. Miller5-10/+13
2012-02-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville268-4040/+5319
2012-02-06netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A Dalvi29-48/+39
2012-02-06netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A Dalvi21-51/+46
2012-02-06netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A Dalvi28-44/+43
2012-02-05cnic: Add FCoE parity error recoveryMichael Chan2-5/+36