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
Age
Commit message (
Expand
)
Author
Files
Lines
2006-09-23
[IPv4]: FIB configuration using struct fib_config
Thomas Graf
3
-27
/
+71
2006-09-23
[RTNETLINK]: Unexport rtnl socket
Thomas Graf
1
-2
/
+0
2006-09-23
[RTNETLINK]: Add rtnetlink notification interface
Thomas Graf
2
-0
/
+20
2006-09-23
[NETLINK]: Add notification message sending interface
Thomas Graf
2
-4
/
+7
2006-09-23
[RTNETLINK]: Use rtnl_unicast() for rtnetlink unicasts
Thomas Graf
1
-0
/
+1
2006-09-23
[IPV4]: add the UdpSndbufErrors and UdpRcvbufErrors MIBs
Martin Bligh
1
-0
/
+2
2006-09-23
[DECNET]: cleanups
Adrian Bunk
1
-3
/
+0
2006-09-23
[IPV6] ip6_fib.c: make code static
Adrian Bunk
1
-25
/
+0
2006-09-23
[NET]: Increate RT_TABLE_MAX to 2^32
Patrick McHardy
1
-3
/
+1
2006-09-23
[DECNET]: Increase number of possible routing tables to 2^32
Patrick McHardy
1
-2
/
+1
2006-09-23
[IPV6]: Increase number of possible routing tables to 2^32
Patrick McHardy
1
-0
/
+7
2006-09-23
[IPV4]: Increase number of possible routing tables to 2^32
Patrick McHardy
1
-20
/
+5
2006-09-23
[NET]: Introduce RTA_TABLE/FRA_TABLE attributes
Patrick McHardy
3
-0
/
+19
2006-09-23
[NET]: Use u32 for routing table IDs
Patrick McHardy
2
-9
/
+9
2006-09-23
[NEIGHBOUR]: Use ALIGN() macro.
Stephen Hemminger
1
-1
/
+1
2006-09-23
[NET]: sock_register interface changes
Stephen Hemminger
1
-2
/
+2
2006-09-23
[NET]: drop unused elements from net_proto_family
Stephen Hemminger
1
-5
/
+0
2006-09-23
[DECNET]: Covert rules to use generic code
Steven Whitehouse
2
-6
/
+5
2006-09-23
[IPV4]: Use network-order dport for all visible inet_lookup_*
Herbert Xu
1
-7
/
+24
2006-09-23
[IPV4]: Uninline inet_lookup_listener
Herbert Xu
1
-31
/
+2
2006-09-23
[INET]: Remove is_setbyuser patch
Louis Nyffenegger
1
-3
/
+1
2006-09-23
[IPV4]: Kill fib4_rules_clean().
David S. Miller
1
-1
/
+0
2006-09-23
[NET]: Make code static.
Adrian Bunk
1
-4
/
+0
2006-09-23
[NET]: Round out in-kernel sockets API
Sridhar Samudrala
1
-0
/
+19
2006-09-23
[NEIGH]: Move netlink neighbour table bits to linux/neighbour.h
Thomas Graf
2
-101
/
+94
2006-09-23
[NEIGH]: Move netlink neighbour bits to linux/neighbour.h
Thomas Graf
3
-100
/
+67
2006-09-23
[NETFILTER]: Get rid of HW checksum invalidation
Patrick McHardy
3
-8
/
+10
2006-09-23
[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE
Patrick McHardy
2
-10
/
+11
2006-09-23
[NET]: Move netlink interface bits to linux/if.h
Thomas Graf
2
-132
/
+130
2006-09-23
[IPv4]: Move interface address bits to linux/if_addr.h
Thomas Graf
2
-56
/
+53
2006-09-23
[NETLINK]: Extend netlink messaging interface
Thomas Graf
1
-10
/
+64
2006-09-23
[IPV4]: Use Protocol Independant Policy Routing Rules Framework
Thomas Graf
1
-7
/
+7
2006-09-23
[IPV6]: Policy Routing Rules
Thomas Graf
3
-1
/
+15
2006-09-23
[NET]: Protocol Independant Policy Routing Rules Framework
Thomas Graf
2
-0
/
+150
2006-09-23
[IPV6]: Multiple Routing Tables
Thomas Graf
2
-2
/
+40
2006-09-23
[NetLabel]: SELinux support
Venkat Yekkirala
1
-12
/
+13
2006-09-23
[NetLabel]: CIPSOv4 engine
Paul Moore
1
-0
/
+4
2006-09-23
[NetLabel]: core network changes
Paul Moore
4
-1
/
+543
2006-09-23
[MLSXFRM]: Auto-labeling of child sockets
Venkat Yekkirala
3
-0
/
+57
2006-09-23
[MLSXFRM]: Default labeling of socket specific IPSec policies
Venkat Yekkirala
2
-4
/
+17
2006-09-23
[MLSXFRM]: Add flow labeling
Venkat Yekkirala
2
-13
/
+28
2006-09-23
[MLSXFRM]: Flow based matching of xfrm policy and state
Venkat Yekkirala
2
-18
/
+92
2006-09-23
[MLSXFRM]: Add security sid to flowi
Venkat Yekkirala
1
-0
/
+1
2006-09-23
[MLSXFRM]: Add security sid to sock
Venkat Yekkirala
2
-0
/
+25
2006-09-22
Merge git://git.infradead.org/~dwmw2/hdroneline
Linus Torvalds
29
-159
/
+722
2006-09-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
13
-139
/
+851
2006-09-22
Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6
Linus Torvalds
20
-643
/
+893
2006-09-22
Merge git://git.infradead.org/mtd-2.6
Linus Torvalds
1
-0
/
+1
2006-09-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc
Linus Torvalds
29
-495
/
+289
2006-09-22
Remove accidentally-added include/linux/utsrelease.h
David Woodhouse
1
-1
/
+0
[next]