index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
binfmt_misc.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-01-29
mac80211: Restore rx.fc before every invocation of ieee80211_invoke_rx_handlers
Helmut Schaa
1
-0
/
+2
2008-01-29
[XFRM]: xfrm_state_clone() should be static, not exported
Eric Dumazet
1
-2
/
+1
2008-01-29
[PACKET]: Fix sparse warnings in af_packet.c
Eric Dumazet
1
-0
/
+2
2008-01-29
[BLUETOOTH]: Use sockfd_put()
Julia Lawall
3
-9
/
+9
2008-01-29
[NET]: Remove unused member of dst_entry
Rami Rosen
1
-1
/
+0
2008-01-29
[XFRM] xfrm_policy_destroy: Rename and relative fixes.
WANG Cong
4
-9
/
+7
2008-01-29
[XFRM] Statistics: Add outbound-dropping error.
Masahide NAKAMURA
1
-1
/
+4
2008-01-29
[NET]: Remove obsolete comment
Ilpo Järvinen
1
-2
/
+0
2008-01-29
[CCID3]: Kill some bloat
Ilpo Järvinen
1
-1
/
+1
2008-01-29
[XFRM]: Kill some bloat
Ilpo Järvinen
1
-4
/
+4
2008-01-29
[IPVS]: Kill some bloat
Ilpo Järvinen
1
-1
/
+1
2008-01-29
[NETFILTER]: Kill some supper dupper bloatry
Ilpo Järvinen
1
-6
/
+6
2008-01-29
[NETNS]: Should build with CONFIG_SYSCTL=n
Eric Dumazet
2
-7
/
+12
2008-01-29
[CONNECTOR]: Cleanup struct cn_callback_entry
Li Zefan
2
-4
/
+1
2008-01-29
[CONNECTOR]: Cleanup struct cn_queue_dev
Li Zefan
2
-2
/
+0
2008-01-29
[CONNECTOR]: clean up {,__}cn_rx_skb()
Li Zefan
1
-26
/
+4
2008-01-29
[CONNECTOR]: add a missing break in cn_netlink_send()
Li Zefan
1
-0
/
+1
2008-01-29
[ICMP]: Avoid sparse warnings in net/ipv4/icmp.c
Eric Dumazet
1
-2
/
+2
2008-01-29
[NET]: prot_inuse cleanups and optimizations
Eric Dumazet
12
-36
/
+57
2008-01-29
[LIB] pcounter : unline too big functions
Eric Dumazet
2
-59
/
+63
2008-01-29
[NET]: Avoid divides in net/core/gen_estimator.c
Eric Dumazet
1
-2
/
+2
2008-01-29
[TCP]: Perform setting of common control fields in one place
Ilpo Järvinen
1
-55
/
+36
2008-01-29
[TCP]: Urgent parameter effect can be simplified.
Ilpo Järvinen
1
-1
/
+1
2008-01-29
[TCP]: cleanup tcp_parse_options deep indented switch
Ilpo Järvinen
1
-68
/
+67
2008-01-29
[IPSEC]: Return EOVERFLOW when output sequence number overflows
Herbert Xu
1
-0
/
+1
2008-01-29
[NET]: Add some acquires/releases sparse annotations.
Eric Dumazet
16
-0
/
+36
2008-01-29
[IPVS]: Remove declaration of unimplemented method and remove unused definiti...
Rami Rosen
1
-2
/
+0
2008-01-29
[IPV4]: Remove three declarations of unimplemented methods and correct a typo...
Rami Rosen
1
-4
/
+1
2008-01-29
[SHAPER]: The scheduled shaper removal.
Adrian Bunk
8
-732
/
+0
2008-01-29
[IPSEC]: Kill duplicate xfrm_policy_flush prototype
Herbert Xu
1
-1
/
+0
2008-01-29
[PATCH] use SK_MEM_QUANTUM_SHIFT in __sk_mem_reclaim()
Eric Dumazet
1
-1
/
+1
2008-01-29
[TCP]: Remove unnecessary local variable
Ilpo Järvinen
1
-2
/
+1
2008-01-29
[TCP]: Code duplication removal, added tcp_bound_to_half_wnd()
Ilpo Järvinen
1
-8
/
+11
2008-01-29
[TCP]: cleanup tcp_{in,out}put.c style
Ilpo Järvinen
2
-282
/
+300
2008-01-29
[TCP]: reduce tcp_output's indentation levels a bit
Ilpo Järvinen
1
-118
/
+121
2008-01-29
[TCP]: Remove TCPCB_URG & TCPCB_AT_TAIL as unnecessary
Ilpo Järvinen
4
-11
/
+4
2008-01-29
[TCP]: Dropped unnecessary skb/sacked accessing in reneging
Ilpo Järvinen
1
-12
/
+13
2008-01-29
[TCP]: Introduce tcp_wnd_end() to reduce line lengths
Ilpo Järvinen
3
-12
/
+17
2008-01-29
[TCP]: Rename update_send_head & include related increment to it
Ilpo Järvinen
1
-20
/
+12
2008-01-29
[TCP]: Make invariant check complain about invalid sacked_out
Ilpo Järvinen
1
-4
/
+1
2008-01-29
[IPV4]: Remove unused multipath cached routing defintion in net/flow.h
Rami Rosen
1
-1
/
+0
2008-01-29
[UDP]: Add memory accounting.
Hideo Aoki
7
-7
/
+157
2008-01-29
[NET] CORE: Introducing new memory accounting interface.
Hideo Aoki
15
-175
/
+222
2008-01-29
[IPV6]: Remove useless code from fib6_del_route().
Gui Jianfeng
1
-3
/
+0
2008-01-29
[NEIGH]: Remove unused method from include/net/neighbour.h
Rami Rosen
1
-4
/
+0
2008-01-29
[IPV4]: Remove unused define in include/net/arp.h (HAVE_ARP_CREATE)
Rami Rosen
1
-1
/
+0
2008-01-29
[ATM]: [he] fixing compilation when you define USE_RBPS_POOL/USE_RBPL_POOL
Jorge Boncompte
1
-0
/
+4
2008-01-29
[ATM]: [ambassador] kmalloc + memset conversion to kzalloc
Joonwoo Park
1
-2
/
+1
2008-01-29
[ATM]: [br2864] whitespace cleanup
Chas Williams
2
-130
/
+135
2008-01-29
[ATM]: [br2864] routed support
Eric Kinzie
2
-33
/
+133
[next]