index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
route.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-1
/
+1
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
1
-1
/
+2
2018-06-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-39
/
+138
2018-06-04
Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
1
-13
/
+2
2018-05-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-0
/
+31
2018-05-23
ipv4: support sport, dport and ip_proto in RTM_GETROUTE
Roopa Prabhu
1
-39
/
+107
2018-05-22
net/ipv4: Add helper to return path MTU based on fib result
David Ahern
1
-0
/
+31
2018-05-17
net/ipv4: Initialize proto and ports in flow struct
David Ahern
1
-1
/
+6
2018-05-16
proc: introduce proc_create_single{,_data}
Christoph Hellwig
1
-13
/
+2
2018-05-10
ipv4: reset fnhe_mtu_locked after cache route flushed
Hangbin Liu
1
-0
/
+1
2018-05-02
ipv4: fix fnhe usage by non-cached routes
Julian Anastasov
1
-65
/
+53
2018-04-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-5
/
+6
2018-04-07
ipv4: fix uninit-value in ip_route_output_key_hash_rcu()
Eric Dumazet
1
-5
/
+6
2018-04-05
headers: untangle kmemleak.h from mm.h
Randy Dunlap
1
-1
/
+0
2018-03-27
net: Drop pernet_operations::async
Kirill Tkhai
1
-4
/
+0
2018-03-26
net: Use octal not symbolic permissions
Joe Perches
1
-2
/
+2
2018-03-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-15
/
+32
2018-03-14
ipv4: lock mtu in fnhe when received PMTU < net.ipv4.route.min_pmtu
Sabrina Dubroca
1
-7
/
+19
2018-03-13
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
1
-8
/
+13
2018-03-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+15
2018-03-04
net/ipv4: Simplify fib_multipath_hash with optional flow keys
David Ahern
1
-14
/
+10
2018-03-04
net: Align ip_multipath_l3_keys and ip6_multipath_l3_keys
David Ahern
1
-9
/
+11
2018-03-04
net/ipv4: Pass net to fib_multipath_hash instead of fib_info
David Ahern
1
-3
/
+2
2018-03-01
vrf: check forwarding on the original netdevice when generating ICMP dest unr...
Stephen Suryaputra
1
-1
/
+10
2018-03-01
net: ipv4: avoid unused variable warning for sysctl
Arnd Bergmann
1
-2
/
+1
2018-02-28
ipv6: route: dissect flow in input path if fib rules need it
Roopa Prabhu
1
-14
/
+29
2018-02-27
net: ipv4: don't allow setting net.ipv4.route.min_pmtu below 68
Sabrina Dubroca
1
-2
/
+6
2018-02-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+2
2018-02-22
net: ipv4: Set addr_type in hash_keys for forwarded case
David Ahern
1
-0
/
+2
2018-02-16
xfrm: reuse uncached_list to track xdsts
Xin Long
1
-8
/
+13
2018-02-15
net/ipv4: Remove fib table id from rtable
David Ahern
1
-8
/
+1
2018-02-14
net: Move ipv4 set_lwt_redirect helper to lwtunnel
David Ahern
1
-15
/
+2
2018-02-13
net/ipv4: Unexport fib_multipath_hash and fib_select_path
David Ahern
1
-1
/
+0
2018-02-13
net: Convert pernet_subsys, registered from inet_init()
Kirill Tkhai
1
-0
/
+4
2018-01-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+1
2018-01-16
net: delete /proc THIS_MODULE references
Alexey Dobriyan
1
-3
/
+0
2018-01-15
net: ipv4: Make "ip route get" match iif lo rules again.
Lorenzo Colitti
1
-0
/
+1
2017-11-30
xfrm: Move dst->path into struct xfrm_dst
David Miller
1
-1
/
+1
2017-11-18
route: also update fnhe_genid when updating a route cache
Xin Long
1
-2
/
+7
2017-11-18
route: update fnhe_expires for redirect when the fnhe exists
Xin Long
1
-3
/
+2
2017-11-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-3
/
+2
2017-10-25
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...
Mark Rutland
1
-1
/
+1
2017-10-21
ipv4: ipv4_default_advmss() should use route mtu
Eric Dumazet
1
-1
/
+1
2017-10-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2017-10-09
ipv4: Fix traffic triggered IPsec connections.
Steffen Klassert
1
-1
/
+1
2017-10-05
net/ipv4: Remove unused variable in route.c
Tim Hansen
1
-2
/
+1
2017-10-01
udp: perform source validation for mcast early demux
Paolo Abeni
1
-20
/
+26
2017-08-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+10
2017-08-18
net: check and errout if res->fi is NULL when RTM_F_FIB_MATCH is set
Roopa Prabhu
1
-2
/
+9
2017-08-18
ipv4: convert dst_metrics.refcnt from atomic_t to refcount_t
Eric Dumazet
1
-2
/
+2
[next]