summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* igb: fix warning about unused functionEmil Tantilov2012-02-101-0/+4
* e1000e: replace '1' with 'true' for boolean get_link_statusBruce Allan2012-02-102-4/+4
* e1000e: pass pointer to hw struct for e1000_init_mac_params_XXX()Bruce Allan2012-02-103-11/+8
* e1000e: use true/false for bool autoneg_falseBruce Allan2012-02-101-7/+7
* e1000e: remove unnecessary parenthesesBruce Allan2012-02-105-12/+12
* e1000e: remove unnecessary returns from void functionsBruce Allan2012-02-103-14/+4
* e1000e: remove test that is always falseBruce Allan2012-02-101-2/+2
* cnic: Update VLAN ID during ISCSI_UEVENT_PATH_UPDATEEddie Wai2012-02-092-2/+4
* cnic: set error flag when iSCSI connection failsJeffrey Huang2012-02-091-0/+2
* netxen_nic: signedness bug in netxen_md_entry_err_chk()Dan Carpenter2012-02-081-1/+1
* qeth: add wake_up on write channelUrsula Braun2012-02-081-0/+1
* qeth: add query OSA address table supportFrank Blaschka2012-02-086-0/+126
* af_iucv: allow retrieval of maximum message sizeUrsula Braun2012-02-082-1/+10
* af_iucv: change net_device handling for HS transportUrsula Braun2012-02-082-57/+63
* af_iucv: block writing if msg limit is exceededUrsula Braun2012-02-081-1/+1
* af_iucv: remove IUCV-pathes completelyUrsula Braun2012-02-081-34/+37
* netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A. Dalvi2012-02-086-37/+42
* netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A. Dalvi2012-02-0833-58/+47
* ipv6: Implement IPV6_UNICAST_IF socket option.Erich E. Hoover2012-02-086-1/+44
* ipv4: Implement IP_UNICAST_IF socket option.Erich E. Hoover2012-02-086-3/+42
* gro: more generic L2 header checkEric Dumazet2012-02-081-2/+8
* IPoIB: Stop lying about hard_header_len and use skb->cb to stash LL addressesRoland Dreier2012-02-083-47/+24
* stmmac: Fix typo in stmmac_pci.cMasanari Iida2012-02-081-1/+1
* mace: Fix build for mace due to netdev_alloc_skbPradeep A. Dalvi2012-02-081-1/+1
* sonice: Fix build due to botched netdev_alloc_skb() conversion.David S. Miller2012-02-071-1/+1
* caif: remove duplicate initializationDan Carpenter2012-02-071-2/+1
* sh-eth: use netdev stats structure and fix dma_map_singleEric Dumazet2012-02-072-32/+31
* net: fec: Fix build due to wrong dev annotationFabio Estevam2012-02-071-2/+2
* net/sched: sch_plug - Queue traffic until an explicit release commandShriram Rajagopalan2012-02-074-0/+281
* Merge branch 'tipc_net-next' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller2012-02-077-260/+255
|\
| * tipc: Minor optimization to rejection of connection-based messagesAllan Stephens2012-02-061-2/+3
| * tipc: Eliminate alteration of publication key during name table purgingAllan Stephens2012-02-061-4/+0
| * tipc: Prevent loss of fragmented messages over broadcast linkAllan Stephens2012-02-061-22/+42
| * tipc: Prevent loss of fragmented messages over unicast linksAllan Stephens2012-02-061-3/+10
| * tipc: Remove obsolete broadcast tag capabilityAllan Stephens2012-02-063-9/+1
| * tipc: Major redesign of broadcast link ACK/NACK algorithmsAllan Stephens2012-02-065-165/+100
| * tipc: Add missing locks in broadcast link statistics accumulationAllan Stephens2012-02-061-0/+11
| * tipc: Fix bug in broadcast link duplicate message statisticsAllan Stephens2012-02-061-0/+2
| * tipc: Fix node lock reclamation issues in broadcast link receptionAllan Stephens2012-02-061-18/+40
| * tipc: Add missing broadcast link lock when sending NACKAllan Stephens2012-02-061-0/+2
| * tipc: Fix problem with broadcast link synchronization between nodesAllan Stephens2012-02-061-2/+5
| * tipc: Ensure broadcast link re-acquires node after link failureAllan Stephens2012-02-063-4/+8
| * tipc: Prevent broadcast link stalling in dual LAN environmentsAllan Stephens2012-02-061-4/+5
| * tipc: Prevent transmission of outdated link protocol messagesAllan Stephens2012-02-061-26/+27
| * tipc: improve the link deferred queue insertion algorithmAllan Stephens2012-02-061-25/+23
* | e1000e: minor whitespace and indentation cleanupBruce Allan2012-02-072-37/+43
* | e1000e: fix sparse warnings with -D__CHECK_ENDIAN__Bruce Allan2012-02-072-8/+9
* | e1000e: fix checkpatch warning from MINMAX testBruce Allan2012-02-071-1/+1
* | e1000e: cleanup - use braces in both branches of a conditional statementBruce Allan2012-02-071-1/+2
* | e1000e: cleanup e1000_set_phys_idBruce Allan2012-02-071-2/+2