index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2006-01-08
[PATCH] Eliminate __attribute__ ((packed)) warnings for gcc-4.1
Jan Blunck
2
-79
/
+79
2006-01-07
[IPV4]: make ip_fragment() static
Adrian Bunk
1
-1
/
+0
2006-01-07
[NETFILTER]: Redo policy lookups after NAT when neccessary
Patrick McHardy
1
-0
/
+1
2006-01-07
[NETFILTER]: Fix xfrm lookup in ip_route_me_harder/ip6_route_me_harder
Patrick McHardy
2
-2
/
+3
2006-01-07
[IPV4]: reset IPCB flags when neccessary
Patrick McHardy
1
-5
/
+3
2006-01-07
[IPV4/6]: Netfilter IPsec input hooks
Patrick McHardy
1
-0
/
+2
2006-01-07
[IPV6]: Move nextheader offset to the IP6CB
Patrick McHardy
2
-4
/
+4
2006-01-07
[XFRM]: Netfilter IPsec output hooks
Patrick McHardy
1
-10
/
+1
2006-01-06
[NET]: Change sk_run_filter()'s return type in net/core/filter.c
Kris Katterjohn
1
-2
/
+2
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-03
[TCP]: less inline's
Stephen Hemminger
1
-166
/
+27
2006-01-03
[NETLINK] genetlink: fix cmd type in genl_ops to be consistent to u8
Per Liden
1
-1
/
+1
2006-01-03
[AF_UNIX]: Convert to use a spinlock instead of rwlock
Benjamin LaHaise
1
-5
/
+5
2006-01-03
[TCP]: Don't use __constant_htonl for a non const arg
Arnaldo Carvalho de Melo
1
-5
/
+5
2006-01-03
[INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h
Arnaldo Carvalho de Melo
19
-48
/
+257
2006-01-03
[SOCK]: Introduce sk_receive_skb
Arnaldo Carvalho de Melo
1
-0
/
+23
2006-01-03
[NET]: move struct proto_ops to const
Eric Dumazet
3
-5
/
+5
2006-01-03
[SCTP]: Add support for SCTP_DELAYED_ACK_TIME socket option.
Frank Filz
1
-0
/
+14
2006-01-03
[SCTP]: Update SCTP_PEER_ADDR_PARAMS socket option to the latest api draft.
Frank Filz
2
-20
/
+72
2006-01-03
[AF_UNIX]: Use spinlock for unix_table_lock
David S. Miller
1
-1
/
+1
2006-01-03
[IP_SOCKGLUE]: Remove most of the tcp specific calls
Arnaldo Carvalho de Melo
2
-1
/
+6
2006-01-03
[TCP]: Move the TCPF_ enum to tcp_states.h
Arnaldo Carvalho de Melo
1
-0
/
+16
2006-01-03
[INET6]: Generalise tcp_v6_hash_connect
Arnaldo Carvalho de Melo
1
-0
/
+3
2006-01-03
[INET]: Generalise tcp_v4_hash_connect
Arnaldo Carvalho de Melo
1
-0
/
+3
2006-01-03
[TWSK]: Introduce struct timewait_sock_ops
Arnaldo Carvalho de Melo
4
-3
/
+38
2006-01-03
[IPV6]: Export ipv6_opt_accepted
Arnaldo Carvalho de Melo
1
-0
/
+2
2006-01-03
[IPV6]: Introduce inet6_timewait_sock
Arnaldo Carvalho de Melo
2
-4
/
+5
2006-01-03
[IPV6]: Generalise some functions
Arnaldo Carvalho de Melo
1
-1
/
+12
2006-01-03
[NET]: Avoid atomic xchg() for non-error case
Benjamin LaHaise
1
-1
/
+4
2006-01-03
[ICSK]: Move v4_addr2sockaddr from TCP to icsk
Arnaldo Carvalho de Melo
1
-0
/
+2
2006-01-03
[ICSK]: Rename struct tcp_func to struct inet_connection_sock_af_ops
Arnaldo Carvalho de Melo
3
-50
/
+28
2006-01-03
[IPV6]: Generalise tcp_v6_search_req & tcp_v6_synq_add
Arnaldo Carvalho de Melo
2
-1
/
+32
2006-01-03
[ICSK]: make inet_csk_reqsk_queue_hash_add timeout arg unsigned long
Arnaldo Carvalho de Melo
1
-1
/
+1
2006-01-03
[IPV6]: Generalise __tcp_v6_hash, renaming it to __inet6_hash
Arnaldo Carvalho de Melo
1
-0
/
+26
2006-01-03
[IPV6]: Reuse inet_csk_get_port in tcp_v6_get_port
Arnaldo Carvalho de Melo
1
-1
/
+5
2006-01-03
[IPV4]: Safer reassembly
Herbert Xu
2
-0
/
+3
2006-01-03
[LSM-IPSec]: Security association restriction.
Trent Jaeger
2
-5
/
+29
2005-12-27
[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-19
[IPSEC]: Perform SA switchover immediately.
David S. Miller
1
-0
/
+1
2005-12-05
[DECNET]: add memory buffer settings
Steven Whitehouse
1
-0
/
+4
2005-11-22
[IPV4]: Fix secondary IP addresses after promotion
Jamal Hadi Salim
1
-0
/
+3
2005-11-20
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-15
[TCP]: More spelling fixes.
Stephen Hemminger
1
-2
/
+2
2005-11-14
[LLC]: Fix typo
Jochen Friedrich
1
-1
/
+1
2005-11-11
[SCTP]: Include ulpevents in socket receive buffer accounting.
Neil Horman
1
-0
/
+16
2005-11-11
[SCTP]: Fix ia64 NaT consumption fault with sctp_sideffect commands.
Vladislav Yasevich
1
-3
/
+4
[next]