index
:
delta/linux-rt.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
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
NetLabel: fixup the handling of CIPSOv4 tags to allow for multiple tag types
Paul Moore
2006-12-02
1
-60
/
+53
*
NetLabel: add tag verification when adding new CIPSOv4 DOI definitions
Paul Moore
2006-12-02
1
-0
/
+14
*
NetLabel: check for a CIPSOv4 option before we do call into the CIPSOv4 layer
Paul Moore
2006-12-02
1
-2
/
+0
*
NetLabel: make netlbl_lsm_secattr struct easier/quicker to understand
Paul Moore
2006-12-02
1
-8
/
+14
*
[TCP]: Tidy up skb_entail
Arnaldo Carvalho de Melo
2006-12-02
1
-5
/
+6
*
[TCP] minisocks: Use kmemdup and LIMIT_NETDEBUG
Arnaldo Carvalho de Melo
2006-12-02
1
-4
/
+3
*
[IPV4]: Use kmemdup in net/ipv4/devinet.c
Arnaldo Carvalho de Melo
2006-12-02
1
-2
/
+2
*
[NETLABEL]: Use kmemdup in cipso_ipv4.c
Arnaldo Carvalho de Melo
2006-12-02
1
-2
/
+1
*
[TCP_IPV4]: Use kmemdup where appropriate
Arnaldo Carvalho de Melo
2006-12-02
1
-24
/
+25
*
[TCP_IPV4]: CodingStyle cleanups, no code change
Arnaldo Carvalho de Melo
2006-12-02
1
-68
/
+75
*
[NET/IPv4]: Make udp_push_pending_frames static
Gerrit Renker
2006-12-02
1
-1
/
+1
*
[NET]: netfilter checksum annotations
Al Viro
2006-12-02
10
-70
/
+37
*
[NET]: ipvs checksum annotations.
Al Viro
2006-12-02
2
-6
/
+6
*
[NET]: Make mangling a checksum (0 -> 0xffff on the wire) explicit.
Al Viro
2006-12-02
4
-7
/
+7
*
[NET]: Annotate __skb_checksum_complete() and friends.
Al Viro
2006-12-02
3
-5
/
+5
*
[NET]: Annotate ip_vs_checksum_complete() and callers.
Al Viro
2006-12-02
1
-1
/
+1
*
[NET]: Annotate callers of the reset of checksum.h stuff.
Al Viro
2006-12-02
2
-2
/
+2
*
[NET]: Annotate callers of csum_partial_copy_...() and csum_and_copy...() in ...
Al Viro
2006-12-02
1
-1
/
+1
*
[NET]: Annotate csum_partial() callers in net/*
Al Viro
2006-12-02
1
-4
/
+4
*
[NET]: Annotate csum_tcpudp_magic() callers in net/*
Al Viro
2006-12-02
1
-1
/
+2
*
[NET]: Annotate callers of csum_fold() in net/*
Al Viro
2006-12-02
8
-12
/
+14
*
[IPVS]: Annotate ..._app_hashkey().
Al Viro
2006-12-02
2
-6
/
+10
*
[NETFILTER]: More trivial annotations.
Al Viro
2006-12-02
2
-3
/
+3
*
[IPV6]: Assorted trivial endianness annotations.
Al Viro
2006-12-02
12
-35
/
+35
*
[NET]: Supporting UDP-Lite (RFC 3828) in Linux
Gerrit Renker
2006-12-02
8
-223
/
+488
*
[TCP]: Fix some warning when MD5 is disabled.
David S. Miller
2006-12-02
1
-1
/
+1
*
[TCP]: MD5 Signature Option (RFC2385) support.
YOSHIFUJI Hideaki
2006-12-02
6
-36
/
+973
*
[TCP/DCCP]: Introduce net_xmit_eval
Gerrit Renker
2006-12-02
2
-9
/
+2
*
[TCP] htcp: Better packing of struct htcp.
David S. Miller
2006-12-02
1
-2
/
+2
*
[NETLINK]: Do precise netlink message allocations where possible
Thomas Graf
2006-12-02
3
-11
/
+51
*
[TCP]: Remove dead code in init_sequence
Gerrit Renker
2006-12-02
1
-2
/
+2
*
[TCP]: Don't set SKB owner in tcp_transmit_skb().
David S. Miller
2006-12-02
2
-4
/
+2
*
[TCP]: Allow autoloading of congestion control via setsockopt.
Stephen Hemminger
2006-12-02
1
-1
/
+11
*
[TCP]: Restrict congestion control choices.
Stephen Hemminger
2006-12-02
2
-0
/
+115
*
[TCP]: Add tcp_available_congestion_control sysctl.
Stephen Hemminger
2006-12-02
2
-0
/
+40
*
[NET]: Size listen hash tables using backlog hint
Eric Dumazet
2006-12-02
3
-5
/
+5
*
[NET] rules: Share common attribute validation policy
Thomas Graf
2006-12-02
1
-5
/
+1
*
[NET] rules: Protocol independant mark selector
Thomas Graf
2006-12-02
1
-29
/
+0
*
[IPV4] nl_fib_lookup: Rename fl_fwmark to fl_mark
Thomas Graf
2006-12-02
1
-1
/
+1
*
[NET]: Rethink mark field in struct flowi
Thomas Graf
2006-12-02
6
-52
/
+13
*
[NET]: Turn nfmark into generic mark
Thomas Graf
2006-12-02
9
-15
/
+15
*
SELinux: Return correct context for SO_PEERSEC
Venkat Yekkirala
2006-12-02
1
-0
/
+2
*
[IPV4]: encapsulation annotations
Al Viro
2006-12-02
4
-38
/
+38
*
[XFRM]: misc annotations
Al Viro
2006-12-02
1
-3
/
+3
*
[NET]: ipconfig and nfsroot annotations
Al Viro
2006-12-02
1
-52
/
+53
*
[NETFILTER]: ipt_REJECT: fix memory corruption
Patrick McHardy
2006-11-28
1
-7
/
+9
*
[NETFILTER]: conntrack: fix refcount leak when finding expectation
Yasuyuki Kozakai
2006-11-28
1
-3
/
+3
*
[NETFILTER]: ctnetlink: fix reference count leak
Patrick McHardy
2006-11-28
1
-0
/
+1
*
[NET]: Fix kfifo_alloc() error check.
Akinobu Mita
2006-11-25
1
-0
/
+2
*
[UDP]: Make udp_encap_rcv use pskb_may_pull
Olaf Kirch
2006-11-25
1
-5
/
+14
[prev]
[next]