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.12.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-12-03
NetLabel: change netlbl_secattr_init() to return void
Paul Moore
1
-4
/
+2
2006-12-03
NetLabel: use gfp_t instead of int where it makes sense
Paul Moore
1
-1
/
+1
2006-12-03
[NET]: Conditionally use bh_lock_sock_nested in sk_receive_skb
Arnaldo Carvalho de Melo
1
-1
/
+2
2006-12-03
[UDPLite]: udplite.h needs ip6_checksum.h
David S. Miller
1
-0
/
+2
2006-12-03
[NET]: ipvs checksum annotations.
Al Viro
1
-4
/
+10
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
1
-0
/
+1
2006-12-03
[NET]: Annotate __skb_checksum_complete() and friends.
Al Viro
2
-5
/
+5
2006-12-03
[NET]: Annotate ip_vs_checksum_complete() and callers.
Al Viro
1
-1
/
+1
2006-12-03
[NET]: Annotate callers of csum_partial_copy_...() and csum_and_copy...() in ...
Al Viro
1
-1
/
+1
2006-12-03
[NET]: annotate csum_ipv6_magic() callers in net/*
Al Viro
2
-4
/
+4
2006-12-03
[NET]: Annotate csum_tcpudp_magic() callers in net/*
Al Viro
1
-3
/
+3
2006-12-03
[NET]: Annotate callers of csum_tcpudp_nofold() in net/*
Al Viro
1
-1
/
+1
2006-12-03
[NET]: Generic checksum annotations and cleanups.
Al Viro
2
-55
/
+63
2006-12-03
[ATM]: Annotations.
Al Viro
1
-1
/
+1
2006-12-03
[IPV6]: __ipv6_addr_diff() annotations and cleanup.
Al Viro
1
-11
/
+4
2006-12-03
[IPV6]: Misc endianness annotations.
Al Viro
4
-8
/
+8
2006-12-03
[IPV6]: Assorted trivial endianness annotations.
Al Viro
2
-6
/
+7
2006-12-03
[IRDA]: Trivial annotations.
Al Viro
1
-8
/
+8
2006-12-03
[NET]: Supporting UDP-Lite (RFC 3828) in Linux
Gerrit Renker
5
-7
/
+249
2006-12-03
[GENL]: Add genlmsg_put_reply() to simplify building reply headers
Thomas Graf
1
-7
/
+24
2006-12-03
[GENL]: Add genlmsg_reply() to simply unicast replies to requests
Thomas Graf
1
-0
/
+10
2006-12-03
[GENL]: Add genlmsg_new() to allocate generic netlink messages
Thomas Graf
1
-0
/
+11
2006-12-03
[TCP]: MD5 Signature Option (RFC2385) support.
YOSHIFUJI Hideaki
3
-1
/
+148
2006-12-03
[TCP/DCCP]: Introduce net_xmit_eval
Gerrit Renker
1
-1
/
+1
2006-12-03
[NETLINK]: Do precise netlink message allocations where possible
Thomas Graf
2
-4
/
+6
2006-12-03
[IPV6]: Per-interface statistics support.
YOSHIFUJI Hideaki
2
-3
/
+19
2006-12-03
[IPV6]: Introduce ip6_dst_idev() to get inet6_dev{} stored in dst_entry{}.
YOSHIFUJI Hideaki
1
-0
/
+5
2006-12-03
[TCP]: Don't set SKB owner in tcp_transmit_skb().
David S. Miller
3
-3
/
+4
2006-12-03
[TCP]: Restrict congestion control choices.
Stephen Hemminger
1
-0
/
+3
2006-12-03
[TCP]: Add tcp_available_congestion_control sysctl.
Stephen Hemminger
1
-0
/
+4
2006-12-03
[SCTP]: Fix warning
Vlad Yasevich
1
-1
/
+1
2006-12-03
[NET]: Size listen hash tables using backlog hint
Eric Dumazet
2
-5
/
+4
2006-12-03
[NET] rules: Share common attribute validation policy
Thomas Graf
1
-0
/
+7
2006-12-03
[NET] rules: Protocol independant mark selector
Thomas Graf
1
-0
/
+2
2006-12-03
[IPV4] nl_fib_lookup: Rename fl_fwmark to fl_mark
Thomas Graf
1
-1
/
+1
2006-12-03
[NET]: Rethink mark field in struct flowi
Thomas Graf
2
-9
/
+2
2006-12-03
[XFRM]: uninline xfrm_selector_match()
Andrew Morton
1
-34
/
+2
2006-12-03
[BLUETOOTH] lockdep: annotate sk_lock nesting in AF_BLUETOOTH
Peter Zijlstra
1
-1
/
+7
2006-12-03
SELinux: Return correct context for SO_PEERSEC
Venkat Yekkirala
1
-0
/
+1
2006-12-03
[BLUETOOTH]: rfcomm endianness annotations
Al Viro
1
-2
/
+2
2006-12-03
[LLC]: anotations
Al Viro
1
-5
/
+5
2006-12-03
[IPV6]: annotate inet6_csk_search_req()
Al Viro
1
-1
/
+1
2006-12-03
[IPV6]: flowlabels are net-endian
Al Viro
2
-3
/
+3
2006-12-03
[INET]: annotate inet_ecn.h
Al Viro
1
-2
/
+2
2006-12-03
[NET]: annotate dsfield.h
Al Viro
1
-3
/
+3
2006-12-03
[XFRM]: annotate ->new_mapping()
Al Viro
1
-2
/
+2
2006-12-03
[IPV6]: annotate struct frag_hdr
Al Viro
1
-4
/
+4
2006-12-03
[IPV6]: 'info' argument of ipv6 ->err_handler() is net-endian
Al Viro
3
-4
/
+3
2006-12-03
[XFRM]: misc annotations
Al Viro
1
-3
/
+3
[next]