index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
route.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-08-27
ipv4: mode 0555 in ipv4_skeleton
Hugh Dickins
1
-2
/
+2
2008-08-26
ipv4: sysctl fixes
Al Viro
1
-4
/
+20
2008-08-16
ipv4: Disable route secret interval on zero interval
Herbert Xu
1
-6
/
+70
2008-08-07
ipv4: Fix over-ifdeffing of ip_static_sysctl_init.
David S. Miller
1
-2
/
+0
2008-08-06
ipv4: replace dst_metric() with dst_mtu() in net/ipv4/route.c.
Rami Rosen
1
-5
/
+5
2008-08-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
1
-0
/
+2
2008-08-01
[PATCH] ipv4_static_sysctl_init() should be under CONFIG_SYSCTL
Al Viro
1
-0
/
+2
2008-08-01
net/ipv4/route.c: fix build error
Ingo Molnar
1
-0
/
+2
2008-07-27
missing bits of net-namespace / sysctl
Al Viro
1
-1
/
+10
2008-07-27
netns: fix ip_rt_frag_needed rt_is_expired
Hugh Dickins
1
-1
/
+1
2008-07-17
mib: add net to IP_INC_STATS_BH
Pavel Emelyanov
1
-1
/
+2
2008-07-08
ipv4: remove flush_mutex from ipv4_sysctl_rtcache_flush
Denis V. Lunev
1
-8
/
+6
2008-07-06
netns: selective flush of rt_cache
Denis V. Lunev
1
-1
/
+30
2008-07-06
netns: place rt_genid into struct net
Denis V. Lunev
1
-33
/
+43
2008-07-06
ipv4: pass current value of rt_genid into rt_hash
Denis V. Lunev
1
-11
/
+17
2008-07-06
netns: add struct net parameter to rt_cache_invalidate
Denis V. Lunev
1
-3
/
+3
2008-07-06
netns: make rt_secret_rebuild timer per namespace
Denis V. Lunev
1
-10
/
+30
2008-07-06
netns: register net.ipv4.route.flush in each namespace
Denis V. Lunev
1
-10
/
+69
2008-07-06
ipv4: remove static flush_delay variable
Denis V. Lunev
1
-3
/
+8
2008-07-06
netns: add namespace parameter to rt_cache_flush
Denis V. Lunev
1
-4
/
+4
2008-06-12
net: remove CVS keywords
Adrian Bunk
1
-2
/
+0
2008-06-04
route: Mark unused route cache flags as such.
Thomas Graf
1
-1
/
+1
2008-05-21
ipsec: Use the correct ip_local_out function
Herbert Xu
1
-1
/
+1
2008-05-05
ip: Use inline function dst_metric() instead of direct access to dst->metric[]
Satoru SATOH
1
-8
/
+8
2008-05-05
ip: Make use of the inline function dst_metric_locked()
Satoru SATOH
1
-1
/
+1
2008-04-29
ipv4: Update MTU to all related cache entries in ip_rt_frag_needed()
Timo Teras
1
-16
/
+22
2008-04-24
[NET]: Fix heavy stack usage in seq_file output routines.
Pavel Emelyanov
1
-5
/
+6
2008-04-14
[IPV4]: Use NIPQUAD_FMT to format ipv4 addresses.
YOSHIFUJI Hideaki
1
-13
/
+13
2008-04-10
IPV4: use xor rather than multiple ands for route compare
Stephen Hemminger
1
-5
/
+5
2008-04-10
IPV4: route rekey timer can be deferrable
Stephen Hemminger
1
-1
/
+3
2008-04-10
IPV4: route use jhash3
Stephen Hemminger
1
-6
/
+4
2008-04-10
IPV4: route inline changes
Stephen Hemminger
1
-27
/
+27
2008-03-25
[NET] NETNS: Omit namespace comparision without CONFIG_NET_NS.
YOSHIFUJI Hideaki
1
-5
/
+5
2008-03-25
[NET] NETNS: Omit seq_net_private->net without CONFIG_NET_NS.
YOSHIFUJI Hideaki
1
-14
/
+15
2008-03-25
[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.
YOSHIFUJI Hideaki
1
-2
/
+2
2008-03-25
[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.
YOSHIFUJI Hideaki
1
-14
/
+14
2008-03-23
[IPV4] route: use read_mostly
Stephen Hemminger
1
-19
/
+17
2008-03-23
[IPV4]: sk parameter is unused in ipv4_dst_blackhole.
Denis V. Lunev
1
-2
/
+2
2008-03-06
[IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid casts
Eric Dumazet
1
-11
/
+11
2008-02-29
[NETNS]: Enable all routing manipulation via netlink inside namespace.
Denis V. Lunev
1
-8
/
+8
2008-02-29
[NETNS]: Register /proc/net/rt_cache for each namespace.
Denis V. Lunev
1
-3
/
+21
2008-02-29
[NETNS]: Process /proc/net/rt_cache inside a namespace.
Denis V. Lunev
1
-3
/
+7
2008-02-29
[IPV4]: rt_cache_get_next should take rt_genid into account.
Denis V. Lunev
1
-5
/
+13
2008-02-29
[NETNS]: Process ip_rt_redirect in the correct namespace.
Denis V. Lunev
1
-2
/
+5
2008-02-29
[IPV4]: Use proc_create() to setup ->proc_fops first
Wang Chen
1
-3
/
+2
2008-02-08
[IPV4]: route: fix crash ip_route_input
Patrick McHardy
1
-1
/
+1
2008-02-01
[IPV4] route cache: Introduce rt_genid for smooth cache invalidation
Eric Dumazet
1
-120
/
+89
2008-02-01
[NET]: should explicitely initialize atomic_t field in struct dst_ops
Eric Dumazet
1
-0
/
+2
2008-01-29
[NETNS]: Routing cache virtualization.
Denis V. Lunev
1
-5
/
+16
2008-01-29
[NETNS]: Add namespace parameter to ip_route_output_key.
Denis V. Lunev
1
-3
/
+3
[next]