index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv6
Age
Commit message (
Expand
)
Author
Files
Lines
2006-09-22
[IPV6] ROUTE: Fix looking up a route on subtree.
YOSHIFUJI Hideaki
1
-24
/
+15
2006-09-22
[IPV6] ROUTE: Prune clones from main tree as well.
YOSHIFUJI Hideaki
1
-1
/
+1
2006-09-22
[IPV6] ROUTE: Make sure we have fn->leaf when adding a node on subtree.
YOSHIFUJI Hideaki
1
-6
/
+26
2006-09-22
[IPV6]: Cache source address as well in ipv6_pinfo{}.
YOSHIFUJI Hideaki
6
-6
/
+19
2006-09-22
[IPV6] ROUTE: Introduce a helper to check route validity.
YOSHIFUJI Hideaki
1
-7
/
+12
2006-09-22
[IPV6] NDISC: Initialize fl with outbound interface to lookup rules properly.
YOSHIFUJI Hideaki
1
-5
/
+11
2006-09-22
[IPV6] NDISC: Search over all possible rules on receipt of redirect.
YOSHIFUJI Hideaki
1
-24
/
+61
2006-09-22
[IPV6] NDISC: Take source address into account for redirects.
YOSHIFUJI Hideaki
2
-3
/
+5
2006-09-22
[NETFILTER]: ip6_tables: consolidate dst and hbh matches
Patrick McHardy
3
-244
/
+25
2006-09-22
[NETFILTER]: x_tables: remove unused size argument to check/destroy functions
Patrick McHardy
11
-18
/
+2
2006-09-22
[NETFILTER]: x_tables: remove unused argument to target functions
Patrick McHardy
7
-16
/
+11
2006-09-22
[NETFILTER]: x_tables: make use of mass registation helpers
Patrick McHardy
1
-3
/
+1
2006-09-22
[IPV6]: Fixup ip6_del_rt() call for new args.
David S. Miller
1
-1
/
+1
2006-09-22
[IPv6] route: Convert GETROUTE to use new netlink api
Thomas Graf
1
-36
/
+44
2006-09-22
[IPv6] route: Convert FIB6 dumping to use new netlink api
Thomas Graf
1
-24
/
+28
2006-09-22
[IPv6] route: FIB6 configuration using struct fib6_config
Thomas Graf
3
-184
/
+231
2006-09-22
[IPv6] route: Simplify ip6_ins_rt()
Thomas Graf
3
-9
/
+14
2006-09-22
[IPv6] route: Simplify ip6_del_rt()
Thomas Graf
3
-11
/
+17
2006-09-22
[NET/IPV4/IPV6]: Change some sysctl variables to __read_mostly
Brian Haley
5
-10
/
+10
2006-09-22
[IPv6] prefix: Convert prefix notifications to use rtnl_notify()
Thomas Graf
1
-11
/
+14
2006-09-22
[IPv6] link: Convert link notifications to use rtnl_notify()
Thomas Graf
1
-11
/
+14
2006-09-22
[IPv6] route: Convert route notifications to use rtnl_notify()
Thomas Graf
1
-20
/
+18
2006-09-22
[IPv6] address: Convert address notification to use rtnl_notify()
Thomas Graf
1
-11
/
+15
2006-09-22
[RTNETLINK]: Use rtnl_unicast() for rtnetlink unicasts
Thomas Graf
2
-6
/
+2
2006-09-22
[IPV6] udp: Fix type in previous change.
David S. Miller
1
-2
/
+2
2006-09-22
[IPV6]: Add UDP_MIB_{SND,RCV}BUFERRORS handling.
David S. Miller
1
-1
/
+16
2006-09-22
[IPV6] ip6_fib.c: make code static
Adrian Bunk
1
-5
/
+24
2006-09-22
[IPV6]: Increase number of possible routing tables to 2^32
Patrick McHardy
2
-147
/
+152
2006-09-22
[NET]: Introduce RTA_TABLE/FRA_TABLE attributes
Patrick McHardy
2
-4
/
+10
2006-09-22
[IPV6]: Make sure fib6_rule_lookup doesn't return NULL
Ville Nuorvala
1
-1
/
+5
2006-09-22
[IPV6]: Protect RTM_GETRULE table entry with IPV6_MULTIPLE_TABLES ifdef
David S. Miller
1
-0
/
+2
2006-09-22
[NET]: Make code static.
Adrian Bunk
3
-8
/
+8
2006-09-22
[IPV6]: Fix policy routing lookup
Patrick McHardy
1
-1
/
+3
2006-09-22
[IPV6]: Fix crash in ip6_del_rt
Patrick McHardy
1
-0
/
+3
2006-09-22
[IPV6]: Fix thinko in rt6_fill_node
Patrick McHardy
1
-1
/
+0
2006-09-22
[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE
Patrick McHardy
11
-20
/
+20
2006-09-22
[IPv4]: Move interface address bits to linux/if_addr.h
Thomas Graf
2
-0
/
+2
2006-09-22
[IPV6]: Policy Routing Rules
Thomas Graf
6
-11
/
+314
2006-09-22
[IPV6]: Multiple Routing Tables
Thomas Graf
4
-135
/
+401
2006-09-22
[IPV6]: Remove ndiscs rt6_lock dependency
Thomas Graf
1
-5
/
+11
2006-09-22
[MLSXFRM]: Auto-labeling of child sockets
Venkat Yekkirala
1
-2
/
+4
2006-09-22
[MLSXFRM]: Add flow labeling
Venkat Yekkirala
9
-0
/
+18
2006-09-21
[CRYPTO] users: Use crypto_comp and crypto_has_*
Herbert Xu
1
-12
/
+13
2006-09-21
[IPSEC]: Use HMAC template and hash interface
Herbert Xu
2
-30
/
+47
2006-09-21
[IPSEC] ESP: Use block ciphers where applicable
Herbert Xu
2
-20
/
+29
2006-09-17
[IPV6]: Accept -1 for IPV6_TCLASS
Remi Denis-Courmont
2
-2
/
+4
2006-09-17
[IPV6]: Fix tclass setting for raw sockets.
YOSHIFUJI Hideaki
2
-3
/
+3
2006-08-31
[IPV6]: Fix kernel OOPs when setting sticky socket options.
YOSHIFUJI Hideaki
1
-13
/
+16
2006-08-29
[IPV6]: ipv6_add_addr should install dstentry earlier
Keir Fraser
1
-2
/
+2
2006-08-29
[IPV6]: SNMPv2 "ipv6IfStatsInAddrErrors" counter error
Lv Liangying
1
-0
/
+4
[next]