index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2008-01-28
rc80211-pid: fix definition of rate control interval
Stefano Brivio
1
-2
/
+2
2008-01-28
mac80211: remove misleading 'res' variable
Johannes Berg
1
-2
/
+1
2008-01-28
rc80211-pid: add MAINTAINERS entry
Stefano Brivio
1
-0
/
+10
2008-01-28
rc80211-pid: pf_target tuning
Stefano Brivio
1
-13
/
+13
2008-01-28
rc80211-pid: fix sta_info refcounting
Stefano Brivio
1
-1
/
+2
2008-01-28
rc80211-pid: simplify and fix shift_adjust
Stefano Brivio
1
-18
/
+16
2008-01-28
rc80211-pid: add kerneldoc for tunable parameters
Stefano Brivio
1
-0
/
+24
2008-01-28
rc80211-pid: export human-readable target_pf value to debugfs
Stefano Brivio
2
-2
/
+2
2008-01-28
mac80211: Restore rx.fc before every invocation of ieee80211_invoke_rx_handlers
Helmut Schaa
1
-0
/
+2
2008-01-28
[XFRM]: xfrm_state_clone() should be static, not exported
Eric Dumazet
1
-2
/
+1
2008-01-28
[PACKET]: Fix sparse warnings in af_packet.c
Eric Dumazet
1
-0
/
+2
2008-01-28
[BLUETOOTH]: Use sockfd_put()
Julia Lawall
3
-9
/
+9
2008-01-28
[NET]: Remove unused member of dst_entry
Rami Rosen
1
-1
/
+0
2008-01-28
[XFRM] xfrm_policy_destroy: Rename and relative fixes.
WANG Cong
4
-9
/
+7
2008-01-28
[XFRM] Statistics: Add outbound-dropping error.
Masahide NAKAMURA
1
-1
/
+4
2008-01-28
[NET]: Remove obsolete comment
Ilpo Järvinen
1
-2
/
+0
2008-01-28
[CCID3]: Kill some bloat
Ilpo Järvinen
1
-1
/
+1
2008-01-28
[XFRM]: Kill some bloat
Ilpo Järvinen
1
-4
/
+4
2008-01-28
[IPVS]: Kill some bloat
Ilpo Järvinen
1
-1
/
+1
2008-01-28
[NETFILTER]: Kill some supper dupper bloatry
Ilpo Järvinen
1
-6
/
+6
2008-01-28
[NETNS]: Should build with CONFIG_SYSCTL=n
Eric Dumazet
2
-7
/
+12
2008-01-28
[CONNECTOR]: Cleanup struct cn_callback_entry
Li Zefan
2
-4
/
+1
2008-01-28
[CONNECTOR]: Cleanup struct cn_queue_dev
Li Zefan
2
-2
/
+0
2008-01-28
[CONNECTOR]: clean up {,__}cn_rx_skb()
Li Zefan
1
-26
/
+4
2008-01-28
[CONNECTOR]: add a missing break in cn_netlink_send()
Li Zefan
1
-0
/
+1
2008-01-28
[ICMP]: Avoid sparse warnings in net/ipv4/icmp.c
Eric Dumazet
1
-2
/
+2
2008-01-28
[NET]: prot_inuse cleanups and optimizations
Eric Dumazet
12
-36
/
+57
2008-01-28
[LIB] pcounter : unline too big functions
Eric Dumazet
2
-59
/
+63
2008-01-28
[NET]: Avoid divides in net/core/gen_estimator.c
Eric Dumazet
1
-2
/
+2
2008-01-28
[TCP]: Perform setting of common control fields in one place
Ilpo Järvinen
1
-55
/
+36
2008-01-28
[TCP]: Urgent parameter effect can be simplified.
Ilpo Järvinen
1
-1
/
+1
2008-01-28
[TCP]: cleanup tcp_parse_options deep indented switch
Ilpo Järvinen
1
-68
/
+67
2008-01-28
[IPSEC]: Return EOVERFLOW when output sequence number overflows
Herbert Xu
1
-0
/
+1
2008-01-28
[NET]: Add some acquires/releases sparse annotations.
Eric Dumazet
16
-0
/
+36
2008-01-28
[IPVS]: Remove declaration of unimplemented method and remove unused definiti...
Rami Rosen
1
-2
/
+0
2008-01-28
[IPV4]: Remove three declarations of unimplemented methods and correct a typo...
Rami Rosen
1
-4
/
+1
2008-01-28
[SHAPER]: The scheduled shaper removal.
Adrian Bunk
8
-732
/
+0
2008-01-28
[IPSEC]: Kill duplicate xfrm_policy_flush prototype
Herbert Xu
1
-1
/
+0
2008-01-28
[PATCH] use SK_MEM_QUANTUM_SHIFT in __sk_mem_reclaim()
Eric Dumazet
1
-1
/
+1
2008-01-28
[TCP]: Remove unnecessary local variable
Ilpo Järvinen
1
-2
/
+1
2008-01-28
[TCP]: Code duplication removal, added tcp_bound_to_half_wnd()
Ilpo Järvinen
1
-8
/
+11
2008-01-28
[TCP]: cleanup tcp_{in,out}put.c style
Ilpo Järvinen
2
-282
/
+300
2008-01-28
[TCP]: reduce tcp_output's indentation levels a bit
Ilpo Järvinen
1
-118
/
+121
2008-01-28
[TCP]: Remove TCPCB_URG & TCPCB_AT_TAIL as unnecessary
Ilpo Järvinen
4
-11
/
+4
2008-01-28
[TCP]: Dropped unnecessary skb/sacked accessing in reneging
Ilpo Järvinen
1
-12
/
+13
2008-01-28
[TCP]: Introduce tcp_wnd_end() to reduce line lengths
Ilpo Järvinen
3
-12
/
+17
2008-01-28
[TCP]: Rename update_send_head & include related increment to it
Ilpo Järvinen
1
-20
/
+12
2008-01-28
[TCP]: Make invariant check complain about invalid sacked_out
Ilpo Järvinen
1
-4
/
+1
2008-01-28
[IPV4]: Remove unused multipath cached routing defintion in net/flow.h
Rami Rosen
1
-1
/
+0
2008-01-28
[UDP]: Add memory accounting.
Hideo Aoki
7
-7
/
+157
[next]