summaryrefslogtreecommitdiffstats
path: root/Documentation/w1 (unfollow)
Commit message (Expand)AuthorFilesLines
2008-12-10ixgbe: Implement PCIe AER supportPeter P Waskiewicz Jr2-8/+34
2008-12-10igb: Correctly determine pci-e function number in virtual environmentAlexander Duyck3-14/+10
2008-12-10igb: update handling of RCTL for smaller buffer sizesAlexander Duyck1-18/+14
2008-12-10bonding: turn all bond_parm_tbls constHolger Eitzenberger2-10/+10
2008-12-10bonding: make tbl argument to bond_parse_parm() constHolger Eitzenberger2-2/+2
2008-12-10bonding: remove duplicate declarationsHolger Eitzenberger1-7/+0
2008-12-10bonding: use pr_debug instead of own macrosHolger Eitzenberger6-98/+82
2008-12-10bonding: fix compile error if debug enabledHolger Eitzenberger1-1/+1
2008-12-10bonding: use table for mode namesHolger Eitzenberger1-17/+13
2008-12-10bonding: add and use bond_is_lb()Holger Eitzenberger2-20/+15
2008-12-10pkt_sched: sch_htb: Optimize WARN_ONs in htb_dequeue_tree() etc.Jarek Poplawski1-5/+5
2008-12-10pkt_sched: sch_htb: Optimize htb_find_next_upper()Jarek Poplawski1-3/+3
2008-12-10phy: Add LSI ET1011C PHY driverChaithrika U S3-0/+119
2008-12-09bluetooth: Fix unused var warning properly in rfcomm_sock_ioctl().David S. Miller1-4/+2
2008-12-09myri10ge: check fragmentation in LRO get_frag_header()Brice Goglin1-0/+2
2008-12-09bluetooth: Fix rfcomm_sock_ioctl() build failure with debugging enabled.David S. Miller1-1/+1
2008-12-09hydra: fix compilationAlexey Dobriyan1-1/+1
2008-12-08dccp ccid-2: Phase out the use of boolean Ack Vector sysctlGerrit Renker9-33/+8
2008-12-08dccp: Remove manual influence on NDP Count featureGerrit Renker7-18/+4
2008-12-08dccp: Remove obsolete parts of the old CCID interfaceGerrit Renker6-39/+3
2008-12-08dccp: Clean up old feature-negotiation infrastructureGerrit Renker2-505/+11
2008-12-08dccp: Integration of dynamic feature activation - part 3 (client side)Gerrit Renker1-4/+26
2008-12-08dccp: Integration of dynamic feature activation - part 2 (server side)Gerrit Renker1-30/+12
2008-12-08dccp: Integration of dynamic feature activation - part 1 (socket setup)Gerrit Renker1-40/+6
2008-12-08netdevice: Kill netdev->privWang Chen18-29/+24
2008-12-08staging-winbond: Kill directly reference of netdev->privWang Chen1-1/+5
2008-12-07staging-slicoss: Kill directly reference of netdev->privWang Chen1-4/+3
2008-12-07staging-p80211: Kill directly reference of netdev->privWang Chen2-39/+39
2008-12-07s390_net: Kill directly reference of netdev->privWang Chen1-6/+6
2008-12-07net: Fix incorrect use of loose in spider_net.cNick Andrew1-1/+1
2008-12-07wireless: Fix incorrect use of loose in wext.cNick Andrew1-1/+1
2008-12-06tcp: fix tso_should_defer in 64bitIlpo Järvinen1-1/+1
2008-12-06tcp: use tcp_write_xmit also in tcp_push_oneIlpo Järvinen1-37/+17
2008-12-06tcp: move some parts from tcp_write_xmitIlpo Järvinen1-11/+12
2008-12-06tcp: share code through function, not through copy-paste. :-)Ilpo Järvinen1-7/+10
2008-12-06tcp: drop tcp_bound_rto, merge content of it tcp_set_rtoIlpo Järvinen1-9/+3
2008-12-06tcp: no need to pass prev skb around, reduces arg pressureIlpo Järvinen1-5/+4
2008-12-06tcp: introduce struct tcp_sacktag_state to reduce arg pressureIlpo Järvinen1-71/+74
2008-12-06tcp: make mtu probe failure to not break gso'ed skbs unnecessarilyIlpo Järvinen1-12/+7
2008-12-06tcp: Fix thinko making the not-shiftable to cover S|R as wellIlpo Järvinen1-1/+1
2008-12-06tcp: force mss equality with the next skb too.Ilpo Järvinen1-5/+4
2008-12-06dccp: use roundup instead of opencodingIlpo Järvinen1-1/+1
2008-12-06tty: driverdata and discdata are void *Alan Cox2-10/+10
2008-12-06tty: Flags should be accessed via the foo_bit interfacesAlan Cox4-19/+15
2008-12-06igb/e1000e: Naming interrupt vectorsAlexander Duyck2-4/+4
2008-12-05ath9k: Use GFP_ATOMIC when allocating TX private areaLuis R. Rodriguez1-2/+20
2008-12-05ath9k: Check for pci_map_single() errorsLuis R. Rodriguez3-3/+53
2008-12-05rt2x00: Correctly initialize AID during set_key()Ivo van Doorn1-0/+12
2008-12-05rt2x00: Move crypto TX descriptor handling to rt2x00crypto.cIvo van Doorn3-25/+36
2008-12-05rt2x00: Fix check for BSS info changesIvo van Doorn1-1/+1