aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/fib_semantics.c
Commit message (Expand)AuthorAgeFilesLines
...
* [NETLINK]: Introduce nested and byteorder flag to netlink attributeThomas Graf2007-10-101-1/+1
* [NET]: Make the device list and device lookups per namespace.Eric W. Biederman2007-10-101-2/+2
* [IPV4]: The scheduled removal of multipath cached routing support.David S. Miller2007-07-101-16/+0
* [RTNETLINK]: Fix sending netlink message when replace route.Milan Kocian2007-05-241-2/+3
* [NET]: cleanup extra semicolonsStephen Hemminger2007-04-251-1/+1
* [IPv4] fib: Fix out of bound access of fib_props[]Thomas Graf2007-03-251-1/+1
* [NET] IPV4: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-7/+7
* [NETLINK]: Don't BUG on undersized allocationsPatrick McHardy2007-02-081-5/+9
* [NETLINK]: Do precise netlink message allocations where possibleThomas Graf2006-12-021-6/+30
* [IPV4]: net/ipv4/fib annotationsAl Viro2006-09-281-6/+6
* [IPV4] bug: open-coded inet_make_mask() in fib_semantic_match() is brokenAl Viro2006-09-281-2/+1
* [IPV4]: fib_semantic_match() annotationsAl Viro2006-09-281-1/+1
* [IPV4]: ip_fib_check_default() annotatedAl Viro2006-09-281-1/+1
* [IPV4]: RTA_{DST,SRC,GATEWAY,PREFSRC} annotatedAl Viro2006-09-281-6/+6
* [IPV4]: FIB_RES_PREFSRC() annotatedAl Viro2006-09-281-1/+1
* [IPv4]: Convert FIB dumping to use new netlink apiThomas Graf2006-09-221-40/+48
* [IPv4]: FIB configuration using struct fib_configThomas Graf2006-09-221-269/+116
* [IPv4] route: Convert route notifications to use rtnl_notify()Thomas Graf2006-09-221-16/+16
* [NET]: Introduce RTA_TABLE/FRA_TABLE attributesPatrick McHardy2006-09-221-0/+1
* [NET]: Use u32 for routing table IDsPatrick McHardy2006-09-221-2/+2
* [IPV4] fib: convert reader/writer to spinlockStephen Hemminger2006-09-221-10/+10
* [IPV4]: severe locking bug in fib_semantics.cAlexey Kuznetsov2006-08-171-6/+6
* [IPV4]: Fix nexthop realm dumping for multipath routesPatrick McHardy2006-07-211-4/+8
* [NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris2006-07-211-2/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [NETLINK]: illegal use of pid in rtnetlinkAlexey Kuznetsov2006-02-091-1/+1
* [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.hArnaldo Carvalho de Melo2006-01-031-0/+2
* [NET]: Add const markers to various variables.Arjan van de Ven2005-11-291-1/+1
* [IPV4]: Replace __in_dev_get with __in_dev_get_rcu/rtnlHerbert Xu2005-10-031-2/+2
* [IPV4]: Prepare FIB core for RCU.Robert Olsson2005-08-291-1/+2
* [NETLINK]: Convert netlink users to use group numbers instead of bitmasksPatrick McHardy2005-08-291-2/+2
* [IPV4]: Fix memory leak during fib_info hash expansion.David S. Miller2005-08-051-1/+8
* [NETLINK]: Set correct pid for ioctl originating netlink eventsJamal Hadi Salim2005-06-181-2/+2
* [NETLINK]: Correctly set NLM_F_MULTI without checking the pidJamal Hadi Salim2005-06-181-3/+3
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+1332