summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-04-13e1000e: stop cleaning when we reach tx_ring->next_to_useTerry Loftin1-0/+2
2010-04-13igb: restrict WoL for 82576 ET2 Quad Port Server AdapterStefan Assmann2-0/+2
2010-04-13e1000e: use static params to save stack spaceJesse Brandeburg1-8/+8
2010-04-13skbuff: remove unused dev_consume_skb macro definitionAlexander Duyck1-1/+0
2010-04-13igb: modify register test for i350 to reflect read only bits in RDLEN/TDLENAlexander Duyck1-4/+4
2010-04-13myri10ge: use the DMA state API instead of the pci equivalentsFUJITA Tomonori1-22/+22
2010-04-13qlge: use the DMA state API instead of the pci equivalentsFUJITA Tomonori2-33/+33
2010-04-13cxgb3: use the DMA state API instead of the pci equivalentsFUJITA Tomonori1-10/+10
2010-04-13chelsio: use the DMA state API instead of the pci equivalentsFUJITA Tomonori1-25/+25
2010-04-13qla3xxx: use the DMA state API instead of the pci equivalentsFUJITA Tomonori2-36/+36
2010-04-13tg3: use the DMA state API instead of the pci equivalentsFUJITA Tomonori2-22/+22
2010-04-13netfilter: bridge-netfilter: update a comment in br_forward.c about ip_fragme...Bart De Schuymer1-1/+1
2010-04-13netfilter: bridge-netfilter: cleanup br_netfilter.cBart De Schuymer1-56/+2
2010-04-13IPv6: only notify protocols if address is compeletely gonestephen hemminger1-1/+3
2010-04-13ipv6: additional ref count for hash list unnecessarystephen hemminger1-3/+0
2010-04-13IPv6: keep tentative addresses in hash tablestephen hemminger1-7/+8
2010-04-13IPv6: keep route for tentative addressstephen hemminger1-1/+2
2010-04-13tg3: Update version to 3.110Matt Carlson1-2/+2
2010-04-13tg3: Remove function errors flagged by checkpatchMatt Carlson1-9/+9
2010-04-13tg3: Unify max pkt size preprocessor constantsMatt Carlson2-3/+2
2010-04-13tg3: Re-inline VLAN tags when appropriateMatt Carlson1-11/+33
2010-04-13tg3: Optimize rx double copy testMatt Carlson2-10/+27
2010-04-13tg3: Reduce 57765 core clock when link at 10MbpsMatt Carlson1-0/+5
2010-04-13tg3: Set card 57765 card reader MRRS to 1024BMatt Carlson2-0/+3
2010-04-13tg3: Disable CLKREQ in L2Matt Carlson2-0/+16
2010-04-13netfilter: fix some coding styles and remove moduleparam.hZhitong Wang3-5/+1
2010-04-13netfilter: xtables: make XT_ALIGN() usable in exported headers by exporting _...Alexey Dobriyan2-5/+6
2010-04-13net: sk_dst_cache RCUificationEric Dumazet11-61/+60
2010-04-13net: Dont use netdev_warn()Eric Dumazet1-6/+6
2010-04-13gianfar: Add hardware TX timestamping supportManfred Rudigier2-20/+101
2010-04-13gianfar: Add hardware RX timestamping supportManfred Rudigier2-5/+66
2010-04-13Add non-Virtex5 support for LL TEMAC driverJohn Linn4-38/+126
2010-04-13net: ll_temac: remove virt_to_bus callJohn Linn1-3/+1
2010-04-13packet: support for TX time stamps on RAW socketsRichard Cochran2-1/+61
2010-04-13r6040: use (dev|netdev)_<level> macros helpersFlorian Fainelli1-14/+13
2010-04-13can: Add esd board support to plx_pci CAN driverMatthias Fuchs2-12/+145
2010-04-12virtio_net: missing sg_init_tableShirley Ma1-0/+2
2010-04-12rt2x00: Add rt3390 support in rt2800 register initialization.Gertjan van Wingerde1-11/+59
2010-04-12rt2x00: Add rt3090 support in rt2800 register initialization.Gertjan van Wingerde1-14/+40
2010-04-12rt2x00: Add rt3071 support in rt2800 register initialization.Gertjan van Wingerde1-9/+93
2010-04-12rt2x00: Finish rt3070 support in rt2800 register initialization.Gertjan van Wingerde1-62/+71
2010-04-12rt2x00: Align rt2800 register initialization with vendor driver.Gertjan van Wingerde2-48/+95
2010-04-12rt2x00: Refactor rt2800 version constants.Gertjan van Wingerde3-29/+41
2010-04-12rt2x00: Align RT chipset definitions with vendor driver.Gertjan van Wingerde3-22/+50
2010-04-12rt2x00: Update rt2800 register definitions towards latest definitions.Gertjan van Wingerde2-3/+54
2010-04-12rt2x00: Let RF chipset decide the RF channel switch method to use in rt2800.Gertjan van Wingerde1-17/+14
2010-04-12p54pci: prevent stuck rx-ring on slow systemQuintin Pitts1-13/+13
2010-04-12Merge branch 'wireless-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel...John W. Linville18-144/+274
2010-04-11tcp: Set CHECKSUM_UNNECESSARY in tcp_init_nondata_skbDavid S. Miller1-0/+1
2010-04-11inet: Remove unused send_check length argumentHerbert Xu9-11/+9