summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* irda: Use SKB queue and list helpers instead of doing it by-hand.David S. Miller2009-05-281-16/+2
* tcp: Use SKB queue and list helpers instead of doing it by-hand.David S. Miller2009-05-282-45/+90
* econet: Use SKB queue and list helpers instead of doing it by-hand.David S. Miller2009-05-281-14/+4
* decnet: Use SKB queue and list helpers instead of doing it by-hand.David S. Miller2009-05-282-20/+7
* atm: Use SKB queue and list helpers instead of doing it by-hand.David S. Miller2009-05-282-36/+17
* rtl8187: Remove pointless check in rtl8187_rx_cb().David S. Miller2009-05-281-6/+1
* p54: Use SKB list handling helpers instead of by-hand code.David S. Miller2009-05-281-27/+19
* wavelan: Remove bogus debugging on skb->next being non-NULL.David S. Miller2009-05-272-9/+0
* aoe: Remove superfluous clearing of skb fields in new_skb().David S. Miller2009-05-271-7/+0
* appletalk: Add proper locking around IPDDP routing table.David S. Miller2009-05-271-8/+32
* net: correct a comment for the final #endifJiri Pirko2009-05-271-1/+1
* net: net/core/sock.c cleanupEric Dumazet2009-05-271-59/+44
* net: use netdev stats in b44, sundance, via-rhine and via-velocityEric Dumazet2009-05-276-66/+73
* net: ALIGN/PTR_ALIGN cleanup in alloc_netdev_mq()/netdev_priv()Eric Dumazet2009-05-273-15/+7
* bridge: avoid an extra space in br_fdb_update()Jiri Pirko2009-05-271-1/+1
* r6040: check and update media statusFlorian Fainelli2009-05-271-1/+5
* tcp: Do not check flush when comparing options for GROHerbert Xu2009-05-271-1/+1
* gro: Store shinfo in local variable in skb_gro_receiveHerbert Xu2009-05-271-10/+12
* gro: Nasty optimisations for page frags in skb_gro_receiveHerbert Xu2009-05-271-10/+15
* gro: Open-code final pskb_may_pullHerbert Xu2009-05-271-4/+19
* ipv4: Use 32-bit loads for ID and length in GROHerbert Xu2009-05-271-4/+4
* gro: Avoid unnecessary comparison after skb_gro_headerHerbert Xu2009-05-275-26/+62
* gro: Optimise length comparison in skb_gro_headerHerbert Xu2009-05-272-3/+9
* tcp: Optimise len/mss comparisonHerbert Xu2009-05-271-1/+1
* tcp: Remove unnecessary window comparisons for GROHerbert Xu2009-05-271-1/+1
* tcp: Optimise GRO port comparisonsHerbert Xu2009-05-271-1/+1
* gro: Only use skb_gro_header for completely non-linear packetsHerbert Xu2009-05-272-6/+8
* gro: Localise offset/headlen in skb_gro_offsetHerbert Xu2009-05-271-13/+10
* gro: Inline skb_gro_header and cache frag0 virtual addressHerbert Xu2009-05-272-22/+27
* gro: Open-code frags copy in skb_gro_receiveHerbert Xu2009-05-271-3/+6
* ixgbe: Fix build warningPeter P Waskiewicz Jr2009-05-261-1/+0
* phy: Eliminate references to BUS_ID_SIZE.David S. Miller2009-05-261-2/+2
* nl80211: Eliminate reference to BUS_ID_SIZE.David S. Miller2009-05-261-1/+1
* sh_eth: Remove references to BUS_ID_SIZE, use MII_BUS_ID_SIZE instead.David S. Miller2009-05-261-1/+1
* cpmac: Remove references to BUS_ID_SIZE, use MII_BUS_ID_SIZE.David S. Miller2009-05-261-1/+1
* ixp4xx_eth: Remove references to BUS_ID_SIZE.David S. Miller2009-05-261-2/+2
* net: Remove bogus reference to BUS_ID_SIZE in sysfs code.David S. Miller2009-05-261-1/+0
* r8169: Use a different default for each familyJean Delvare2009-05-261-17/+22
* net/ucc_geth: allow to set mac address on running deviceKevin Hao2009-05-261-1/+32
* niu: Add support for C10NEMTanli Chang2009-05-261-10/+47
* ixgbe: fix 82598 SFP initialization after driver load.Don Skidmore2009-05-263-19/+39
* ixgbe: Remove device ID 0x10d8Peter P Waskiewicz Jr2009-05-262-2/+0
* igb/e1000e: update PSSR_MDIX value to reflect correct bitAlexander Duyck2009-05-262-2/+2
* igb: Record host memory receive overflow in net_statsJesper Dangaard Brouer2009-05-262-0/+11
* igb: Implement reading of reg RQDPC (Receive Queue Drop Packet Count)Jesper Dangaard Brouer2009-05-263-10/+38
* igb: add RQDPC (Receive Queue Drop Packet Count) register macroJeff Kirsher2009-05-261-0/+1
* 8139*: convert printk() to pr_<foo>()Alexander Beregalov2009-05-262-84/+66
* 3c5xx: convert printk() to pr_<foo>()Alexander Beregalov2009-05-264-242/+233
* 3c50x: convert printk() to pr_<foo>()Alexander Beregalov2009-05-265-219/+216
* atl1: use netdev->statsEric Dumazet2009-05-252-4/+3