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.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
/
include
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2006-01-05
[NETFILTER]: Call POST_ROUTING hook before fragmentation
Patrick McHardy
1
-1
/
+0
2006-01-05
[NETFILTER]: Add ctnetlink port for nf_conntrack
Pablo Neira Ayuso
4
-2
/
+72
2006-01-04
[TCP]: less inline's
Stephen Hemminger
1
-166
/
+27
2006-01-04
[NETLINK] genetlink: fix cmd type in genl_ops to be consistent to u8
Per Liden
1
-1
/
+1
2006-01-04
[AF_UNIX]: Convert to use a spinlock instead of rwlock
Benjamin LaHaise
1
-5
/
+5
2006-01-04
[TCP]: Don't use __constant_htonl for a non const arg
Arnaldo Carvalho de Melo
1
-5
/
+5
2006-01-04
[INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h
Arnaldo Carvalho de Melo
19
-48
/
+257
2006-01-04
[SOCK]: Introduce sk_receive_skb
Arnaldo Carvalho de Melo
1
-0
/
+23
2006-01-04
[NET]: move struct proto_ops to const
Eric Dumazet
3
-5
/
+5
2006-01-04
[SCTP]: Add support for SCTP_DELAYED_ACK_TIME socket option.
Frank Filz
1
-0
/
+14
2006-01-04
[SCTP]: Update SCTP_PEER_ADDR_PARAMS socket option to the latest api draft.
Frank Filz
2
-20
/
+72
2006-01-04
[AF_UNIX]: Use spinlock for unix_table_lock
David S. Miller
1
-1
/
+1
2006-01-04
[IP_SOCKGLUE]: Remove most of the tcp specific calls
Arnaldo Carvalho de Melo
2
-1
/
+6
2006-01-04
[TCP]: Move the TCPF_ enum to tcp_states.h
Arnaldo Carvalho de Melo
1
-0
/
+16
2006-01-04
[INET6]: Generalise tcp_v6_hash_connect
Arnaldo Carvalho de Melo
1
-0
/
+3
2006-01-04
[INET]: Generalise tcp_v4_hash_connect
Arnaldo Carvalho de Melo
1
-0
/
+3
2006-01-04
[TWSK]: Introduce struct timewait_sock_ops
Arnaldo Carvalho de Melo
4
-3
/
+38
2006-01-04
[IPV6]: Export ipv6_opt_accepted
Arnaldo Carvalho de Melo
1
-0
/
+2
2006-01-04
[IPV6]: Introduce inet6_timewait_sock
Arnaldo Carvalho de Melo
2
-4
/
+5
2006-01-04
[IPV6]: Generalise some functions
Arnaldo Carvalho de Melo
1
-1
/
+12
2006-01-04
[NET]: Avoid atomic xchg() for non-error case
Benjamin LaHaise
1
-1
/
+4
2006-01-04
[ICSK]: Move v4_addr2sockaddr from TCP to icsk
Arnaldo Carvalho de Melo
1
-0
/
+2
2006-01-04
[ICSK]: Rename struct tcp_func to struct inet_connection_sock_af_ops
Arnaldo Carvalho de Melo
3
-50
/
+28
2006-01-04
[IPV6]: Generalise tcp_v6_search_req & tcp_v6_synq_add
Arnaldo Carvalho de Melo
2
-1
/
+32
2006-01-04
[ICSK]: make inet_csk_reqsk_queue_hash_add timeout arg unsigned long
Arnaldo Carvalho de Melo
1
-1
/
+1
2006-01-04
[IPV6]: Generalise __tcp_v6_hash, renaming it to __inet6_hash
Arnaldo Carvalho de Melo
1
-0
/
+26
2006-01-04
[IPV6]: Reuse inet_csk_get_port in tcp_v6_get_port
Arnaldo Carvalho de Melo
1
-1
/
+5
2006-01-04
[IPV4]: Safer reassembly
Herbert Xu
2
-0
/
+3
2006-01-04
[LSM-IPSec]: Security association restriction.
Trent Jaeger
2
-5
/
+29
2005-12-28
[IPV6] mcast: Fix multiple issues in MLDv2 reports.
David L Stevens
1
-0
/
+1
2005-12-21
[IPV6]: Defer IPv6 device initialization until the link becomes ready.
YOSHIFUJI Hideaki
1
-0
/
+1
2005-12-20
[IPSEC]: Perform SA switchover immediately.
David S. Miller
1
-0
/
+1
2005-12-06
[DECNET]: add memory buffer settings
Steven Whitehouse
1
-0
/
+4
2005-11-23
[IPV4]: Fix secondary IP addresses after promotion
Jamal Hadi Salim
1
-0
/
+3
2005-11-21
Merge git://git.skbuff.net/gitroot/yoshfuji/linux-2.6.14+advapi-fix/
David S. Miller
1
-0
/
+2
2005-11-20
[IPV6]: Fix sending extension headers before and including routing header.
YOSHIFUJI Hideaki
1
-0
/
+2
2005-11-18
[PATCH] git-netdev-all-ieee80211_get_payload-warning-fix
Andrew Morton
1
-1
/
+1
2005-11-16
[TCP]: More spelling fixes.
Stephen Hemminger
1
-2
/
+2
2005-11-15
[LLC]: Fix typo
Jochen Friedrich
1
-1
/
+1
2005-11-12
[SCTP]: Include ulpevents in socket receive buffer accounting.
Neil Horman
1
-0
/
+16
2005-11-12
[SCTP]: Fix ia64 NaT consumption fault with sctp_sideffect commands.
Vladislav Yasevich
1
-3
/
+4
2005-11-12
[SCTP]: Remove timeouts[] array from sctp_endpoint.
Vladislav Yasevich
1
-3
/
+0
2005-11-11
[TCP]: speed up SACK processing
Stephen Hemminger
2
-0
/
+15
2005-11-11
[TCP]: spelling fixes
Stephen Hemminger
1
-6
/
+6
2005-11-11
[TCP]: Appropriate Byte Count support
Stephen Hemminger
1
-0
/
+19
2005-11-11
[TCP]: add tcp_slow_start helper
Stephen Hemminger
1
-0
/
+10
2005-11-11
[TCP]: fix congestion window update when using TSO deferal
Stephen Hemminger
1
-0
/
+21
2005-11-11
[NET]: Detect hardware rx checksum faults correctly
Herbert Xu
1
-1
/
+2
2005-11-10
[NETLINK]: Generic netlink family
Thomas Graf
1
-0
/
+154
2005-11-10
[NETLINK]: Generic netlink receive queue processor
Thomas Graf
1
-0
/
+6
[next]