summaryrefslogtreecommitdiffstats
path: root/net/ipv4/route.c
Commit message (Expand)AuthorAgeFilesLines
* [NET]: Corrects a bug in ip_rt_acct_read()Eric Dumazet2007-11-181-6/+2
* [NET]: rt_check_expire() can take a long time, add a cond_resched()Eric Dumazet2007-11-141-0/+3
* [NET]: Make helper to get dst entry and "use" itPavel Emelyanov2007-11-101-9/+3
* [IPV4]: Remove bugus goto-s from ip_route_input_slowPavel Emelyanov2007-11-101-5/+0
* [NET]: Make core networking code use seq_open_privatePavel Emelyanov2007-10-101-17/+2
* [NET]: sparse warning fixesStephen Hemminger2007-10-101-2/+2
* [NET]: Make the loopback device per network namespace.Eric W. Biederman2007-10-101-9/+9
* [NET]: Dynamically allocate the loopback device, part 1.Daniel Lezcano2007-10-101-9/+9
* [IPV4]: Convert rt_check_expire() from softirq processing to workqueue.Eric Dumazet2007-10-101-18/+12
* [NET]: Make the device list and device lookups per namespace.Eric W. Biederman2007-10-101-2/+2
* [NET]: Make /proc/net per network namespaceEric W. Biederman2007-10-101-3/+4
* [IPV4] route.c: mostly kmalloc + memset conversion to k[cz]allocMariusz Kozlowski2007-08-021-2/+2
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-1/+1
* [IPV4]: Make ip_tos2prio const.Philippe De Muyter2007-07-101-1/+1
* [IPV4]: The scheduled removal of multipath cached routing support.David S. Miller2007-07-101-248/+11
* [IPV4]: Convert IPv4 devconf to an arrayHerbert Xu2007-06-071-7/+7
* [XFRM]: Allow packet drops during larval state resolution.David S. Miller2007-05-241-1/+70
* [IPV4]: Remove IPVS icmp hack from route.c for now.David S. Miller2007-05-181-2/+2
* [IPV4] LVS: Allow to send ICMP unreachable responses when real-servers are re...Janusz Krzysztofik2007-04-251-2/+2
* [IPv4]: Use rtnl registration interfaceThomas Graf2007-04-251-2/+4
* [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo2007-04-251-3/+3
* [NET]: make seq_operations constStephen Hemminger2007-04-251-2/+2
* [SK_BUFF]: Introduce skb_reset_network_header(skb)Arnaldo Carvalho de Melo2007-04-251-1/+1
* [SK_BUFF]: Introduce skb_mac_header()Arnaldo Carvalho de Melo2007-04-251-2/+2
* [SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo2007-04-251-1/+2
* [NET]: Convert xtime.tv_sec to get_seconds()James Morris2007-04-251-1/+1
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0
* [PATCH] mark struct file_operations const 7Arjan van de Ven2007-02-121-2/+2
* [IPV4]: Convert ipv4 route to use the new dst_entry 'next' pointerEric Dumazet2007-02-101-28/+28
* [NET] IPV4: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-55/+55
* [NETLINK]: Don't BUG on undersized allocationsPatrick McHardy2007-02-081-2/+3
* [IPV4]: Fix BUG of ip_rt_send_redirect()Li Yewang2006-12-181-1/+2
* [PATCH] sysctl: remove unused "context" paramAlexey Dobriyan2006-12-101-2/+1
* [XFRM]: Use output device disable_xfrm for forwarded packetsPatrick McHardy2006-12-061-1/+1
* [RTNETLINK]: Add rtnl_put_cacheinfo() to unify some codeThomas Graf2006-12-021-15/+11
* [IPV6]: Assorted trivial endianness annotations.Al Viro2006-12-021-2/+2
* [NET]: Rethink mark field in struct flowiThomas Graf2006-12-021-27/+9
* [NET]: Turn nfmark into generic markThomas Graf2006-12-021-5/+5
* [NET]: Do not memcmp() over pad bytes of struct flowi.David S. Miller2006-10-121-3/+9
* [IPV4]: RTA_{DST,SRC,GATEWAY,PREFSRC} annotatedAl Viro2006-09-281-7/+7
* [IPV4] net/ipv4/route.c: trivial endianness annotationsAl Viro2006-09-281-8/+8
* [IPV4]: fib_validate_source() annotationsAl Viro2006-09-281-1/+2
* [IPV4]: inet_select_addr() annotationsAl Viro2006-09-281-2/+2
* [IPV4]: annotate rt_hash_code() usersAl Viro2006-09-281-17/+17
* [IPV4]: ip_rt_redirect() annotationsAl Viro2006-09-281-3/+3
* [IPV4]: ip_route_input() annotationsAl Viro2006-09-281-10/+12
* [NET]: Use SLAB_PANICAlexey Dobriyan2006-09-221-7/+3
* [IPv4]: Convert route get to new netlink apiThomas Graf2006-09-221-39/+45
* [IPv4]: Convert FIB dumping to use new netlink apiThomas Graf2006-09-221-35/+33
* [RTNETLINK]: Use rtnl_unicast() for rtnetlink unicastsThomas Graf2006-09-221-4/+3