index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2008-01-29
[XFRM] xfrm_policy_destroy: Rename and relative fixes.
WANG Cong
3
-7
/
+5
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
1
-7
/
+10
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
9
-24
/
+25
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
[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
3
-7
/
+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
2
-12
/
+11
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
[UDP]: Add memory accounting.
Hideo Aoki
5
-7
/
+121
2008-01-29
[NET] CORE: Introducing new memory accounting interface.
Hideo Aoki
12
-130
/
+162
2008-01-29
[IPV6]: Remove useless code from fib6_del_route().
Gui Jianfeng
1
-3
/
+0
2008-01-29
[ATM]: [br2864] whitespace cleanup
Chas Williams
1
-108
/
+114
2008-01-29
[ATM]: [br2864] routed support
Eric Kinzie
1
-32
/
+116
2008-01-29
[ATM]: Convert struct class_device to struct device
Kay Sievers
1
-30
/
+36
2008-01-29
[ATM]: atm is no longer experimental
Robert P. J. Day
1
-7
/
+6
2008-01-29
[IPSEC]: Move all calls to xfrm_audit_state_icvfail to xfrm_input
Herbert Xu
5
-9
/
+6
2008-01-29
[IPSEC]: Fix transport-mode async resume on intput without netfilter
Herbert Xu
2
-14
/
+10
2008-01-29
[IPSEC]: Fix double free on skb on async output
Herbert Xu
1
-0
/
+2
2008-01-29
[TCP]: Remove seq_rtt ptr from clean_rtx_queue args
Ilpo Järvinen
1
-5
/
+2
2008-01-29
[TCP]: Force TSO splits to MSS boundaries
Ilpo Järvinen
1
-26
/
+25
2008-01-29
[ETH]: Combine format_addr() with print_mac().
Michael Chan
2
-16
/
+29
2008-01-29
[SOCK] Avoid divides in sk_stream_pages() and __sk_stream_mem_reclaim()
Eric Dumazet
1
-1
/
+1
2008-01-29
[XFRM]: Fix outbound statistics.
Masahide NAKAMURA
1
-3
/
+9
2008-01-29
[NETNS]: Modify the neighbour table code so it handles multiple network names...
Eric W. Biederman
7
-58
/
+99
2008-01-29
[XFRM]: Drop packets when replay counter would overflow
Paul Moore
1
-1
/
+4
2008-01-29
[XFRM]: RFC4303 compliant auditing
Paul Moore
9
-27
/
+154
2008-01-29
[TCP]: Avoid two divides in __tcp_grow_window()
Eric Dumazet
1
-2
/
+2
2008-01-29
[TCP]: Avoid a divide in tcp_mtu_probing()
Eric Dumazet
1
-1
/
+1
2008-01-29
[TCP]: Move mss variable in tcp_mtu_probing()
David S. Miller
1
-2
/
+2
2008-01-29
[TCP]: tcp_write_timeout.c cleanup
Eric Dumazet
1
-14
/
+21
2008-01-29
[INET]: Avoid an integer divide in rt_garbage_collect()
Eric Dumazet
1
-2
/
+2
2008-01-29
[TCP]: Convert several length variable to unsigned.
YOSHIFUJI Hideaki
2
-7
/
+7
[next]