Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
d74cb25e427e2ef979107cbed67d39eba53a6b0f
/
net
/
ipv4
/
route.c
0bccead
[IPV4] ROUTE: fix rcu_dereference() uses in /proc/net/rt_cache
by Eric Dumazet
· 17 years ago
d8c9283
[IPV4] ROUTE: ip_rt_dump() is unecessary slow
by Eric Dumazet
· 17 years ago
56c99d0
[IPV4]: Remove prototype of ip_rt_advice
by Denis V. Lunev
· 17 years ago
7f53878
[IPv4]: Reply net unreachable ICMP message
by Mitsuru Chinen
· 17 years ago
483b23f
[NET]: Corrects a bug in ip_rt_acct_read()
by Eric Dumazet
· 17 years ago
d90bf5a
[NET]: rt_check_expire() can take a long time, add a cond_resched()
by Eric Dumazet
· 17 years ago
03f49f3
[NET]: Make helper to get dst entry and "use" it
by Pavel Emelyanov
· 17 years ago
b166760
[IPV4]: Remove bugus goto-s from ip_route_input_slow
by Pavel Emelyanov
· 17 years ago
cf7732e
[NET]: Make core networking code use seq_open_private
by Pavel Emelyanov
· 17 years ago
cfcabdc
[NET]: sparse warning fixes
by Stephen Hemminger
· 17 years ago
2774c7a
[NET]: Make the loopback device per network namespace.
by Eric W. Biederman
· 17 years ago
de3cb74
[NET]: Dynamically allocate the loopback device, part 1.
by Daniel Lezcano
· 17 years ago
39c90ec
[IPV4]: Convert rt_check_expire() from softirq processing to workqueue.
by Eric Dumazet
· 17 years ago
881d966
[NET]: Make the device list and device lookups per namespace.
by Eric W. Biederman
· 17 years ago
457c4cb
[NET]: Make /proc/net per network namespace
by Eric W. Biederman
· 17 years ago
1bcabbd
[IPV4] route.c: mostly kmalloc + memset conversion to k[cz]alloc
by Mariusz Kozlowski
· 17 years ago
20c2df8
mm: Remove slab destructors from kmem_cache_create().
by Paul Mundt
· 17 years ago
4839c52
[IPV4]: Make ip_tos2prio const.
by Philippe De Muyter
· 17 years ago
e06e7c6
[IPV4]: The scheduled removal of multipath cached routing support.
by David S. Miller
· 18 years ago
42f811b
[IPV4]: Convert IPv4 devconf to an array
by Herbert Xu
· 18 years ago
14e50e5
[XFRM]: Allow packet drops during larval state resolution.
by David S. Miller
· 18 years ago
f6c5d73
[IPV4]: Remove IPVS icmp hack from route.c for now.
by David S. Miller
· 18 years ago
2d771cd
[IPV4] LVS: Allow to send ICMP unreachable responses when real-servers are removed
by Janusz Krzysztofik
· 18 years ago
63f3444
[IPv4]: Use rtnl registration interface
by Thomas Graf
· 18 years ago
eddc9ec
[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph
by Arnaldo Carvalho de Melo
· 18 years ago
f690808
[NET]: make seq_operations const
by Stephen Hemminger
· 18 years ago
c1d2bbe
[SK_BUFF]: Introduce skb_reset_network_header(skb)
by Arnaldo Carvalho de Melo
· 18 years ago
98e399f
[SK_BUFF]: Introduce skb_mac_header()
by Arnaldo Carvalho de Melo
· 18 years ago
459a98e
[SK_BUFF]: Introduce skb_reset_mac_header(skb)
by Arnaldo Carvalho de Melo
· 18 years ago
9d729f7
[NET]: Convert xtime.tv_sec to get_seconds()
by James Morris
· 18 years ago
cd354f1
[PATCH] remove many unneeded #includes of sched.h
by Tim Schmielau
· 18 years ago
9a32144
[PATCH] mark struct file_operations const 7
by Arjan van de Ven
· 18 years ago
093c2ca
[IPV4]: Convert ipv4 route to use the new dst_entry 'next' pointer
by Eric Dumazet
· 18 years ago
e905a9e
[NET] IPV4: Fix whitespace errors.
by YOSHIFUJI Hideaki
· 18 years ago
2693256
[NETLINK]: Don't BUG on undersized allocations
by Patrick McHardy
· 18 years ago
14fb8a7
[IPV4]: Fix BUG of ip_rt_send_redirect()
by Li Yewang
· 18 years ago
1f29bcd
[PATCH] sysctl: remove unused "context" param
by Alexey Dobriyan
· 18 years ago
1b6651f
[XFRM]: Use output device disable_xfrm for forwarded packets
by Patrick McHardy
· 18 years ago
e3703b3
[RTNETLINK]: Add rtnl_put_cacheinfo() to unify some code
by Thomas Graf
· 18 years ago
714e85b
[IPV6]: Assorted trivial endianness annotations.
by Al Viro
· 18 years ago
47dcf0c
[NET]: Rethink mark field in struct flowi
by Thomas Graf
· 18 years ago
82e91ff
[NET]: Turn nfmark into generic mark
by Thomas Graf
· 18 years ago
8238b21
[NET]: Do not memcmp() over pad bytes of struct flowi.
by David S. Miller
· 18 years ago
17fb2c6
[IPV4]: RTA_{DST,SRC,GATEWAY,PREFSRC} annotated
by Al Viro
· 18 years ago
e448515
[IPV4] net/ipv4/route.c: trivial endianness annotations
by Al Viro
· 18 years ago
d9c9df8
[IPV4]: fib_validate_source() annotations
by Al Viro
· 18 years ago
a61ced5
[IPV4]: inet_select_addr() annotations
by Al Viro
· 18 years ago
8c7bc84
[IPV4]: annotate rt_hash_code() users
by Al Viro
· 18 years ago
f765522
[IPV4]: ip_rt_redirect() annotations
by Al Viro
· 18 years ago
9e12bb2
[IPV4]: ip_route_input() annotations
by Al Viro
· 18 years ago
e5d679f33
[NET]: Use SLAB_PANIC
by Alexey Dobriyan
· 18 years ago
d889ce3
[IPv4]: Convert route get to new netlink api
by Thomas Graf
· 18 years ago
be403ea
[IPv4]: Convert FIB dumping to use new netlink api
by Thomas Graf
· 18 years ago
2942e90
[RTNETLINK]: Use rtnl_unicast() for rtnetlink unicasts
by Thomas Graf
· 18 years ago
9e762a4
[NET]: Introduce RTA_TABLE/FRA_TABLE attributes
by Patrick McHardy
· 18 years ago
8d1502d
[IPV4]: Limit rt cache size properly.
by Kirill Korotaev
· 18 years ago
8d71740
[NET]: Core net changes to generate netevents
by Tom Tucker
· 18 years ago
6205120
[PATCH] lockdep: fix RT_HASH_LOCK_SZ
by Ingo Molnar
· 18 years ago
8a25d5d
[PATCH] lockdep: prove spinlock rwlock locking correctness
by Ingo Molnar
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
bfe5d83
[PATCH] Define __raw_get_cpu_var and use it
by Paul Mackerras
· 18 years ago
d2c962b
[IPV4]: ip_route_input panic fix
by Stephen Hemminger
· 19 years ago
6f91204
[PATCH] for_each_possible_cpu: network codes
by KAMEZAWA Hiroyuki
· 19 years ago
cef2685
[IPV4]: Aggregate route entries with different TOS values
by Ilia Sotnikov
· 19 years ago
8525987
[IPV4]: Fix garbage collection of multipath route entries
by Suresh Bhogavilli
· 19 years ago
dbd2915
[IPV4]: RT_CACHE_STAT_INC() warning fix
by Andrew Morton
· 19 years ago
2f970d8
[IPV4]: rt_cache_stat can be statically defined
by Eric Dumazet
· 19 years ago
9b5b5cf
[NET]: Add const markers to various variables.
by Arjan van de Ven
· 19 years ago
18955cf
[IPV4] tcp/route: Another look at hash table sizes
by Mike Stroyan
· 19 years ago
e5ed639
[IPV4]: Replace __in_dev_get with __in_dev_get_rcu/rtnl
by Herbert Xu
· 19 years ago
ce723d8
[IPV4]: Fix refcount damaging in net/ipv4/route.c
by Julian Anastasov
· 19 years ago
d8c97a9
[NET]: Export symbols needed by the current DCCP code
by Arnaldo Carvalho de Melo
· 19 years ago
0742fd5
[IPV4]: possible cleanups
by Adrian Bunk
· 19 years ago
0b7f22a
[IPV4]: Prevent oops when printing martian source
by Olaf Kirch
· 19 years ago
bb1d23b
[IPV4]: Bug fix in rt_check_expire()
by Eric Dumazet
· 19 years ago
424c4b7
[IPV4]: Use the fancy alloc_large_system_hash() function for route hash table
by Eric Dumazet
· 19 years ago
22c047c
[NET]: Hashed spinlocks in net/ipv4/route.c
by Eric Dumazet
· 19 years ago
2c2910a
[IPV4]: Snmpv2 Mib IP counter ipInAddrErrors support
by Dietmar Eggemann
· 19 years ago
7abaa27
[IPV4]: Fix route.c gcc4 warnings
by Chuck Short
· 19 years ago
b6544c0
[NETLINK]: Correctly set NLM_F_MULTI without checking the pid
by Jamal Hadi Salim
· 20 years ago
02c30a8
[PATCH] update Ross Biro bouncing email address
by Jesper Juhl
· 20 years ago
5bec003
[NET]: /proc/net/stat/* header cleanup
by Olaf Rempel
· 20 years ago
7e3e036
[IPV4]: Incorrect permissions on route flush sysctl
by Dave Jones
· 20 years ago
9c2b332
[NET]: skbuff: remove old NET_CALLER macro
by Stephen Hemminger
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago