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