index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
Age
Commit message (
Expand
)
Author
Files
Lines
2006-12-02
[NETFILTER]: ip_nat_snmp_basic annotations.
Al Viro
1
-51
/
+34
2006-12-02
[NET]: Fix assorted misannotations (from md5 and udplite merges).
Al Viro
2
-3
/
+3
2006-12-02
NetLabel: use cipso_v4_doi_search() for local CIPSOv4 functions
Paul Moore
1
-3
/
+3
2006-12-02
NetLabel: return the correct error for translated CIPSOv4 tags
Paul Moore
1
-0
/
+4
2006-12-02
NetLabel: fixup the handling of CIPSOv4 tags to allow for multiple tag types
Paul Moore
1
-60
/
+53
2006-12-02
NetLabel: add tag verification when adding new CIPSOv4 DOI definitions
Paul Moore
1
-0
/
+14
2006-12-02
NetLabel: check for a CIPSOv4 option before we do call into the CIPSOv4 layer
Paul Moore
1
-2
/
+0
2006-12-02
NetLabel: make netlbl_lsm_secattr struct easier/quicker to understand
Paul Moore
1
-8
/
+14
2006-12-02
[TCP]: Tidy up skb_entail
Arnaldo Carvalho de Melo
1
-5
/
+6
2006-12-02
[TCP] minisocks: Use kmemdup and LIMIT_NETDEBUG
Arnaldo Carvalho de Melo
1
-4
/
+3
2006-12-02
[IPV4]: Use kmemdup in net/ipv4/devinet.c
Arnaldo Carvalho de Melo
1
-2
/
+2
2006-12-02
[NETLABEL]: Use kmemdup in cipso_ipv4.c
Arnaldo Carvalho de Melo
1
-2
/
+1
2006-12-02
[TCP_IPV4]: Use kmemdup where appropriate
Arnaldo Carvalho de Melo
1
-24
/
+25
2006-12-02
[TCP_IPV4]: CodingStyle cleanups, no code change
Arnaldo Carvalho de Melo
1
-68
/
+75
2006-12-02
[NET/IPv4]: Make udp_push_pending_frames static
Gerrit Renker
1
-1
/
+1
2006-12-02
[NET]: netfilter checksum annotations
Al Viro
10
-70
/
+37
2006-12-02
[NET]: ipvs checksum annotations.
Al Viro
2
-6
/
+6
2006-12-02
[NET]: Make mangling a checksum (0 -> 0xffff on the wire) explicit.
Al Viro
4
-7
/
+7
2006-12-02
[NET]: Annotate __skb_checksum_complete() and friends.
Al Viro
3
-5
/
+5
2006-12-02
[NET]: Annotate ip_vs_checksum_complete() and callers.
Al Viro
1
-1
/
+1
2006-12-02
[NET]: Annotate callers of the reset of checksum.h stuff.
Al Viro
2
-2
/
+2
2006-12-02
[NET]: Annotate callers of csum_partial_copy_...() and csum_and_copy...() in ...
Al Viro
1
-1
/
+1
2006-12-02
[NET]: Annotate csum_partial() callers in net/*
Al Viro
1
-4
/
+4
2006-12-02
[NET]: Annotate csum_tcpudp_magic() callers in net/*
Al Viro
1
-1
/
+2
2006-12-02
[NET]: Annotate callers of csum_fold() in net/*
Al Viro
8
-12
/
+14
2006-12-02
[IPVS]: Annotate ..._app_hashkey().
Al Viro
2
-6
/
+10
2006-12-02
[NETFILTER]: More trivial annotations.
Al Viro
2
-3
/
+3
2006-12-02
[IPV6]: Assorted trivial endianness annotations.
Al Viro
12
-35
/
+35
2006-12-02
[NET]: Supporting UDP-Lite (RFC 3828) in Linux
Gerrit Renker
8
-223
/
+488
2006-12-02
[TCP]: Fix some warning when MD5 is disabled.
David S. Miller
1
-1
/
+1
2006-12-02
[TCP]: MD5 Signature Option (RFC2385) support.
YOSHIFUJI Hideaki
6
-36
/
+973
2006-12-02
[TCP/DCCP]: Introduce net_xmit_eval
Gerrit Renker
2
-9
/
+2
2006-12-02
[TCP] htcp: Better packing of struct htcp.
David S. Miller
1
-2
/
+2
2006-12-02
[NETLINK]: Do precise netlink message allocations where possible
Thomas Graf
3
-11
/
+51
2006-12-02
[TCP]: Remove dead code in init_sequence
Gerrit Renker
1
-2
/
+2
2006-12-02
[TCP]: Don't set SKB owner in tcp_transmit_skb().
David S. Miller
2
-4
/
+2
2006-12-02
[TCP]: Allow autoloading of congestion control via setsockopt.
Stephen Hemminger
1
-1
/
+11
2006-12-02
[TCP]: Restrict congestion control choices.
Stephen Hemminger
2
-0
/
+115
2006-12-02
[TCP]: Add tcp_available_congestion_control sysctl.
Stephen Hemminger
2
-0
/
+40
2006-12-02
[NET]: Size listen hash tables using backlog hint
Eric Dumazet
3
-5
/
+5
2006-12-02
[NET] rules: Share common attribute validation policy
Thomas Graf
1
-5
/
+1
2006-12-02
[NET] rules: Protocol independant mark selector
Thomas Graf
1
-29
/
+0
2006-12-02
[IPV4] nl_fib_lookup: Rename fl_fwmark to fl_mark
Thomas Graf
1
-1
/
+1
2006-12-02
[NET]: Rethink mark field in struct flowi
Thomas Graf
6
-52
/
+13
2006-12-02
[NET]: Turn nfmark into generic mark
Thomas Graf
9
-15
/
+15
2006-12-02
SELinux: Return correct context for SO_PEERSEC
Venkat Yekkirala
1
-0
/
+2
2006-12-02
[IPV4]: encapsulation annotations
Al Viro
4
-38
/
+38
2006-12-02
[XFRM]: misc annotations
Al Viro
1
-3
/
+3
2006-12-02
[NET]: ipconfig and nfsroot annotations
Al Viro
1
-52
/
+53
2006-11-28
[NETFILTER]: ipt_REJECT: fix memory corruption
Patrick McHardy
1
-7
/
+9
[prev]
[next]