summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon (unfollow)
Commit message (Expand)AuthorFilesLines
2008-11-25hso: Add new usb device id's.Denis Joseph Barrow1-0/+5
2008-11-25netdev: add HAVE_NET_DEVICE_OPSStephen Hemminger1-0/+1
2008-11-25tcp: handle shift/merge of cloned skbs tooIlpo Järvinen1-5/+2
2008-11-25tcp: add some mibs to track collapsingIlpo Järvinen3-0/+10
2008-11-25tcp: Make shifting not clear the hintsIlpo Järvinen1-2/+14
2008-11-25tcp: Try to restore large SKBs while SACK processingIlpo Järvinen4-7/+427
2008-11-25tcp: make tcp_sacktag_one able to handle partial skb tooIlpo Järvinen1-15/+17
2008-11-25tcp: Make SACK code to split only at mss boundariesIlpo Järvinen1-4/+23
2008-11-25tcp: more aggressive skippingIlpo Järvinen1-1/+1
2008-11-25tcp: move tcp_simple_retransmit to tcp_inputIlpo Järvinen3-53/+52
2008-11-25tcp: collapse more than two on retransmissionIlpo Järvinen1-37/+59
2008-11-25net: avoid a pair of dst_hold()/dst_release() in ip_push_pending_frames()Eric Dumazet1-1/+6
2008-11-25net: avoid a pair of dst_hold()/dst_release() in ip_append_data()Eric Dumazet5-10/+15
2008-11-25net: gen_estimator: Fix gen_kill_estimator() lookupsJarek Poplawski1-20/+56
2008-11-25pkt_sched: sch_drr: fix drr_dequeue loop()Patrick McHardy1-3/+5
2008-11-25infiniband: Kill directly reference of netdev->privWang Chen1-4/+4
2008-11-24netdevice sbni: Convert directly reference of netdev->privWang Chen1-47/+52
2008-11-24tokenring/3c359.c: Prevent possible mem leak when open failedJirka Pirko1-0/+2
2008-11-24tokenring/3c359.c: Fix error message when allocating tx_ringJirka Pirko1-1/+1
2008-11-24tokenring/3c359.c: fix allocation null checkJirka Pirko1-1/+1
2008-11-248139too: use err.h macrosStephen Hemminger1-11/+7
2008-11-24net: Make sure BHs are disabled in sock_prot_inuse_add()Eric Dumazet1-0/+2
2008-11-24net: Make sure BHs are disabled in sock_prot_inuse_add()Eric Dumazet3-5/+7
2008-11-24eth: Declare an optimized compare_ether_addr_64bits() functionEric Dumazet2-3/+45
2008-11-24axnet_cs: Fix build after net device ops ne2k conversion.David S. Miller1-8/+8
2008-11-24net: Make sure BHs are disabled in sock_prot_inuse_add()David S. Miller3-0/+9
2008-11-24net: fix tunnels in netns after ndo_ changesAlexey Dobriyan4-4/+4
2008-11-24net: Convert TCP/DCCP listening hash tables to use RCUEric Dumazet5-116/+147
2008-11-24dccp: Header option insertion routine for feature-negotiationGerrit Renker2-60/+33
2008-11-24dccp: Support for Mandatory optionsGerrit Renker2-0/+17
2008-11-24dccp: Increase the scope of variable-length htonl/ntohl functionsGerrit Renker2-7/+28
2008-11-24dccp: API to query the current TX/RX CCIDGerrit Renker3-5/+30
2008-11-24dccp: Set per-connection CCIDs via socket optionsGerrit Renker6-8/+61
2008-11-24myri10ge: update firmware headersBrice Goglin1-0/+1
2008-11-24myri10ge: update DCA commentsBrice Goglin1-3/+3
2008-11-24net: af_netlink should update its inuse counterEric Dumazet1-0/+2
2008-11-24net: some optimizations in af_inetEric Dumazet1-5/+4
2008-11-22igb: do not use phy ops in ethtool test cleanup for non-copper partsAlexander Duyck3-22/+50
2008-11-22enic: misc cleanup items:Scott Feldman3-2/+15
2008-11-22enic: move wmb closer to where needed: before writing posted_index to hwScott Feldman3-6/+16
2008-11-22enic: mask off some reserved bits in CQ descriptor for future useScott Feldman1-2/+3
2008-11-22enic: driver/firmware API updatesScott Feldman2-19/+60
2008-11-22enic: enable ethtool LRO supportScott Feldman2-20/+24
2008-11-22WAN pc300too.c: Fix PC300-X.21 detectionKrzysztof Hałasa1-24/+24
2008-11-22WAN: syncppp.c is no longer used by any kernel code. Remove it.Krzysztof Hałasa5-1681/+1
2008-11-22WAN: new synchronous PPP implementation for generic HDLC.Krzysztof Hałasa3-52/+606
2008-11-22WAN: Simplify sca_init_port() in HD64572 driver.Krzysztof Hałasa1-36/+31
2008-11-22WAN: Correct comments in hd6457[02].cKrzysztof Hałasa2-2/+2
2008-11-22WAN: HD64572 drivers don't use next_desc() anymore.Krzysztof Hałasa1-10/+3
2008-11-22WAN: Simplify HD64572 drivers.Krzysztof Hałasa3-135/+110