index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
security
/
Makefile
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2006-12-03
NetLabel: change netlbl_secattr_init() to return void
Paul Moore
1
-4
/
+2
2006-12-03
NetLabel: convert the unlabeled accept flag to use RCU
Paul Moore
1
-7
/
+21
2006-12-03
NetLabel: use gfp_t instead of int where it makes sense
Paul Moore
1
-1
/
+1
2006-12-03
[TCP]: Tidy up skb_entail
Arnaldo Carvalho de Melo
1
-5
/
+6
2006-12-03
[NETROM]: Use kmemdup
Arnaldo Carvalho de Melo
1
-5
/
+7
2006-12-03
[AX25]: Use kmemdup
Arnaldo Carvalho de Melo
4
-9
/
+11
2006-12-03
[DECNET]: Use kmemdup
Arnaldo Carvalho de Melo
1
-3
/
+1
2006-12-03
[DCCP]: Use kmemdup
Arnaldo Carvalho de Melo
1
-8
/
+4
2006-12-03
[IPV6]: Use kmemdup
Arnaldo Carvalho de Melo
4
-12
/
+6
2006-12-03
[TCP] minisocks: Use kmemdup and LIMIT_NETDEBUG
Arnaldo Carvalho de Melo
1
-4
/
+3
2006-12-03
[IPV4]: Use kmemdup in net/ipv4/devinet.c
Arnaldo Carvalho de Melo
1
-2
/
+2
2006-12-03
[NETLABEL]: Use kmemdup in cipso_ipv4.c
Arnaldo Carvalho de Melo
1
-2
/
+1
2006-12-03
[TCP_IPV4]: Use kmemdup where appropriate
Arnaldo Carvalho de Melo
1
-24
/
+25
2006-12-03
[TCP_IPV4]: CodingStyle cleanups, no code change
Arnaldo Carvalho de Melo
1
-68
/
+75
2006-12-03
[DCCP] CCID2: Code optimizations
Andrea Bittau
2
-2
/
+21
2006-12-03
[NET]: Conditionally use bh_lock_sock_nested in sk_receive_skb
Arnaldo Carvalho de Melo
6
-7
/
+11
2006-12-03
[DCCP]: One NET_INC_STATS() could be NET_INC_STATS_BH in dccp_v4_err()
Arnaldo Carvalho de Melo
1
-1
/
+1
2006-12-03
[DCCP]: Introduce DCCP_{BUG{_ON},CRIT} macros, use enum:8 for the ccid3 states
Gerrit Renker
3
-35
/
+37
2006-12-03
[UDPLite]: udplite.h needs ip6_checksum.h
David S. Miller
1
-0
/
+2
2006-12-03
[NET/IPv4]: Make udp_push_pending_frames static
Gerrit Renker
1
-1
/
+1
2006-12-03
[IPV6]: udp.c build fix
David S. Miller
1
-1
/
+1
2006-12-03
[NET]: More dccp endianness annotations.
Al Viro
1
-2
/
+2
2006-12-03
[NET]: Preliminaty annotation of skb->csum.
Al Viro
1
-2
/
+2
2006-12-03
[NET] driver/s390/net: Checksum annotations.
Al Viro
4
-24
/
+24
2006-12-03
[NET]: netfilter checksum annotations
Al Viro
13
-94
/
+70
2006-12-03
[NET]: ipvs checksum annotations.
Al Viro
3
-10
/
+16
2006-12-03
[NET]: IP header modifier helpers annotations.
Al Viro
3
-8
/
+8
2006-12-03
[NET]: Make mangling a checksum (0 -> 0xffff on the wire) explicit.
Al Viro
7
-10
/
+11
2006-12-03
[NET]: Annotate __skb_checksum_complete() and friends.
Al Viro
13
-22
/
+22
2006-12-03
[NET]: Annotate ip_vs_checksum_complete() and callers.
Al Viro
2
-2
/
+2
2006-12-03
[NET]: Annotate skb_copy_and_csum_bits() and callers.
Al Viro
2
-5
/
+5
2006-12-03
[NET]: Annotate skb_checksum() and callers.
Al Viro
2
-4
/
+4
2006-12-03
[NET]: Annotate callers of the reset of checksum.h stuff.
Al Viro
6
-7
/
+8
2006-12-03
[NET]: Annotate callers of csum_partial_copy_...() and csum_and_copy...() in ...
Al Viro
5
-8
/
+7
2006-12-03
[NET]: Annotate csum_partial() callers in net/*
Al Viro
6
-10
/
+11
2006-12-03
[NET]: annotate csum_ipv6_magic() callers in net/*
Al Viro
9
-30
/
+31
2006-12-03
[NET]: Annotate csum_tcpudp_magic() callers in net/*
Al Viro
1
-1
/
+1
2006-12-03
[NET]: Annotate csum_tcpudp_magic() callers in net/*
Al Viro
2
-4
/
+5
2006-12-03
[NET]: Annotate callers of csum_tcpudp_nofold() in net/*
Al Viro
2
-3
/
+3
2006-12-03
[NET]: Annotate callers of csum_fold() in net/*
Al Viro
13
-22
/
+24
2006-12-03
[NET]: Annotate checksums in on-the-wire packets.
Al Viro
7
-7
/
+7
2006-12-03
[NET]: Generic checksum annotations and cleanups.
Al Viro
2
-55
/
+63
2006-12-03
[NET]: XTENSA checksum annotations and cleanups.
Al Viro
1
-38
/
+26
2006-12-03
[NET]: SPARC64 checksum annotations and cleanups.
Al Viro
1
-41
/
+36
2006-12-03
[NET]: SPARC checksum annotations and cleanups.
Al Viro
1
-57
/
+46
2006-12-03
[NET]: SH checksum annotations and cleanups.
Al Viro
1
-30
/
+29
2006-12-03
[NET]: S390 checksum annotations and cleanups.
Al Viro
1
-24
/
+21
2006-12-03
[NET]: POWERPC checksum annotations and cleanups.
Al Viro
1
-38
/
+21
2006-12-03
[NET]: I386 checksum annotations and cleanups.
Al Viro
1
-34
/
+31
2006-12-03
[NET]: AVR32 checksum annotations and cleanups.
Al Viro
1
-22
/
+18
[next]