index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
/
cpu-freq
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-12-10
ixgbe: Implement PCIe AER support
Peter P Waskiewicz Jr
2
-8
/
+34
2008-12-10
igb: Correctly determine pci-e function number in virtual environment
Alexander Duyck
3
-14
/
+10
2008-12-10
igb: update handling of RCTL for smaller buffer sizes
Alexander Duyck
1
-18
/
+14
2008-12-10
bonding: turn all bond_parm_tbls const
Holger Eitzenberger
2
-10
/
+10
2008-12-10
bonding: make tbl argument to bond_parse_parm() const
Holger Eitzenberger
2
-2
/
+2
2008-12-10
bonding: remove duplicate declarations
Holger Eitzenberger
1
-7
/
+0
2008-12-10
bonding: use pr_debug instead of own macros
Holger Eitzenberger
6
-98
/
+82
2008-12-10
bonding: fix compile error if debug enabled
Holger Eitzenberger
1
-1
/
+1
2008-12-10
bonding: use table for mode names
Holger Eitzenberger
1
-17
/
+13
2008-12-10
bonding: add and use bond_is_lb()
Holger Eitzenberger
2
-20
/
+15
2008-12-10
pkt_sched: sch_htb: Optimize WARN_ONs in htb_dequeue_tree() etc.
Jarek Poplawski
1
-5
/
+5
2008-12-10
pkt_sched: sch_htb: Optimize htb_find_next_upper()
Jarek Poplawski
1
-3
/
+3
2008-12-10
phy: Add LSI ET1011C PHY driver
Chaithrika U S
3
-0
/
+119
2008-12-09
bluetooth: Fix unused var warning properly in rfcomm_sock_ioctl().
David S. Miller
1
-4
/
+2
2008-12-09
myri10ge: check fragmentation in LRO get_frag_header()
Brice Goglin
1
-0
/
+2
2008-12-09
bluetooth: Fix rfcomm_sock_ioctl() build failure with debugging enabled.
David S. Miller
1
-1
/
+1
2008-12-09
hydra: fix compilation
Alexey Dobriyan
1
-1
/
+1
2008-12-08
dccp ccid-2: Phase out the use of boolean Ack Vector sysctl
Gerrit Renker
9
-33
/
+8
2008-12-08
dccp: Remove manual influence on NDP Count feature
Gerrit Renker
7
-18
/
+4
2008-12-08
dccp: Remove obsolete parts of the old CCID interface
Gerrit Renker
6
-39
/
+3
2008-12-08
dccp: Clean up old feature-negotiation infrastructure
Gerrit Renker
2
-505
/
+11
2008-12-08
dccp: Integration of dynamic feature activation - part 3 (client side)
Gerrit Renker
1
-4
/
+26
2008-12-08
dccp: Integration of dynamic feature activation - part 2 (server side)
Gerrit Renker
1
-30
/
+12
2008-12-08
dccp: Integration of dynamic feature activation - part 1 (socket setup)
Gerrit Renker
1
-40
/
+6
2008-12-08
netdevice: Kill netdev->priv
Wang Chen
18
-29
/
+24
2008-12-08
staging-winbond: Kill directly reference of netdev->priv
Wang Chen
1
-1
/
+5
2008-12-07
staging-slicoss: Kill directly reference of netdev->priv
Wang Chen
1
-4
/
+3
2008-12-07
staging-p80211: Kill directly reference of netdev->priv
Wang Chen
2
-39
/
+39
2008-12-07
s390_net: Kill directly reference of netdev->priv
Wang Chen
1
-6
/
+6
2008-12-07
net: Fix incorrect use of loose in spider_net.c
Nick Andrew
1
-1
/
+1
2008-12-07
wireless: Fix incorrect use of loose in wext.c
Nick Andrew
1
-1
/
+1
2008-12-06
tcp: fix tso_should_defer in 64bit
Ilpo Järvinen
1
-1
/
+1
2008-12-06
tcp: use tcp_write_xmit also in tcp_push_one
Ilpo Järvinen
1
-37
/
+17
2008-12-06
tcp: move some parts from tcp_write_xmit
Ilpo Järvinen
1
-11
/
+12
2008-12-06
tcp: share code through function, not through copy-paste. :-)
Ilpo Järvinen
1
-7
/
+10
2008-12-06
tcp: drop tcp_bound_rto, merge content of it tcp_set_rto
Ilpo Järvinen
1
-9
/
+3
2008-12-06
tcp: no need to pass prev skb around, reduces arg pressure
Ilpo Järvinen
1
-5
/
+4
2008-12-06
tcp: introduce struct tcp_sacktag_state to reduce arg pressure
Ilpo Järvinen
1
-71
/
+74
2008-12-06
tcp: make mtu probe failure to not break gso'ed skbs unnecessarily
Ilpo Järvinen
1
-12
/
+7
2008-12-06
tcp: Fix thinko making the not-shiftable to cover S|R as well
Ilpo Järvinen
1
-1
/
+1
2008-12-06
tcp: force mss equality with the next skb too.
Ilpo Järvinen
1
-5
/
+4
2008-12-06
dccp: use roundup instead of opencoding
Ilpo Järvinen
1
-1
/
+1
2008-12-06
tty: driverdata and discdata are void *
Alan Cox
2
-10
/
+10
2008-12-06
tty: Flags should be accessed via the foo_bit interfaces
Alan Cox
4
-19
/
+15
2008-12-06
igb/e1000e: Naming interrupt vectors
Alexander Duyck
2
-4
/
+4
2008-12-05
ath9k: Use GFP_ATOMIC when allocating TX private area
Luis R. Rodriguez
1
-2
/
+20
2008-12-05
ath9k: Check for pci_map_single() errors
Luis R. Rodriguez
3
-3
/
+53
2008-12-05
rt2x00: Correctly initialize AID during set_key()
Ivo van Doorn
1
-0
/
+12
2008-12-05
rt2x00: Move crypto TX descriptor handling to rt2x00crypto.c
Ivo van Doorn
3
-25
/
+36
2008-12-05
rt2x00: Fix check for BSS info changes
Ivo van Doorn
1
-1
/
+1
[next]