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
/
net
/
ipv4
/
route.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-10-08
net: Do not drop to make_route if oif is l3mdev
David Ahern
1
-1
/
+2
2015-10-08
dst: Pass net into dst->output
Eric W. Biederman
1
-2
/
+2
2015-10-08
ipv4: Merge __ip_local_out and __ip_local_out_sk
Eric W. Biederman
1
-1
/
+1
2015-10-08
dst: Pass a sk into .local_out
Eric W. Biederman
1
-1
/
+1
2015-10-07
net: Lookup actual route when oif is VRF device
David Ahern
1
-0
/
+3
2015-10-07
net: Refactor path selection in __ip_route_output_key_hash
David Ahern
1
-15
/
+1
2015-10-05
ipv4: ICMP packet inspection for multipath
Peter Nørlund
1
-7
/
+52
2015-10-05
ipv4: L3 hash-based multipath
Peter Nørlund
1
-4
/
+12
2015-10-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+1
2015-09-30
net: Initialize flow flags in input path
David Ahern
1
-0
/
+1
2015-09-30
net: Replace calls to vrf_dev_get_rth
David Ahern
1
-5
/
+3
2015-09-30
net: Replace vrf_master_ifindex{, _rcu} with l3mdev equivalents
David Ahern
1
-3
/
+4
2015-09-30
net: Rename IFF_VRF_MASTER to IFF_L3MDEV_MASTER
David Ahern
1
-1
/
+1
2015-09-30
net: Remove martian_source_keep_err goto label
David Ahern
1
-4
/
+2
2015-09-30
net: Swap ordering of tests in ip_route_input_mc
Alexander Duyck
1
-3
/
+2
2015-09-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+4
2015-09-25
inet: constify ip_route_output_flow() socket argument
Eric Dumazet
1
-1
/
+1
2015-09-21
net: Fix behaviour of unreachable, blackhole and prohibit routes
Nikola Forró
1
-2
/
+4
2015-09-18
net: Initialize table in fib result
David Ahern
1
-0
/
+2
2015-09-15
net: Allow user to get table id from route lookup
David Ahern
1
-4
/
+8
2015-09-15
net: Add FIB table id to rtable
David Ahern
1
-0
/
+8
2015-09-15
net: Refactor rtable initialization
David Ahern
1
-52
/
+33
2015-08-29
ip_tunnels: convert the mode field of ip_tunnel_info to flags
Jiri Benc
1
-1
/
+1
2015-08-28
net: Add support for VRFs to inetpeer cache
David Ahern
1
-2
/
+5
2015-08-21
route: move lwtunnel state to dst_entry
Jiri Benc
1
-13
/
+7
2015-08-18
lwt: Add support to redirect dst.input
Tom Herbert
1
-1
/
+7
2015-08-14
net: Use VRF device index for lookups on TX
David Ahern
1
-0
/
+5
2015-08-14
net: Use VRF device index for lookups on RX
David Ahern
1
-1
/
+2
2015-08-04
ipv4: apply lwtunnel encap for locally-generated packets
Robert Shearman
1
-0
/
+2
2015-08-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2015-07-27
lwtunnel: change prototype of lwtunnel_state_get()
Nicolas Dichtel
1
-7
/
+2
2015-07-25
ipv4: consider TOS in fib_select_default
Julian Anastasov
1
-1
/
+1
2015-07-21
route: Per route IP tunnel metadata via lightweight tunnel
Thomas Graf
1
-1
/
+1
2015-07-21
route: Extend flow representation with tunnel key
Thomas Graf
1
-0
/
+8
2015-07-21
dst: Metadata destinations
Thomas Graf
1
-0
/
+2
2015-07-21
ipv4: redirect dst output to lwtunnel output
Roopa Prabhu
1
-0
/
+2
2015-07-21
ipv4: support for fib route lwtunnel encap attributes
Roopa Prabhu
1
-2
/
+14
2015-07-10
route: remove unsed variable in __mkroute_input
Masatake YAMATO
1
-2
/
+1
2015-06-24
net: ipv4 sysctl option to ignore routes when nexthop link is down
Andy Gospodarek
1
-5
/
+5
2015-05-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+4
2015-05-22
ipv4: Avoid crashing in ip_error
Eric W. Biederman
1
-0
/
+4
2015-05-04
net: ipv4: route: Fix sending IGMP messages with link address
Andrew Lunn
1
-1
/
+2
2015-05-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+1
2015-05-02
ipv4: speedup ip_idents_reserve()
Eric Dumazet
1
-9
/
+11
2015-04-29
route: Use ipv4_mtu instead of raw rt_pmtu
Herbert Xu
1
-4
/
+1
2015-04-03
ipv4: coding style: comparison for inequality with NULL
Ian Morris
1
-1
/
+1
2015-04-03
ipv4: coding style: comparison for equality with NULL
Ian Morris
1
-10
/
+10
2015-03-31
netlink: implement nla_get_in_addr and nla_get_in6_addr
Jiri Benc
1
-2
/
+2
2015-03-31
netlink: implement nla_put_in_addr and nla_put_in6_addr
Jiri Benc
1
-4
/
+4
2015-03-25
ipv4: hash net ptr into fragmentation bucket selection
Hannes Frederic Sowa
1
-2
/
+2
[next]