summaryrefslogtreecommitdiffstats
path: root/net/ipv4/fib_semantics.c
Commit message (Expand)AuthorAgeFilesLines
* [IPV4] bug: open-coded inet_make_mask() in fib_semantic_match() is brokenAl Viro2006-09-291-2/+1Star
* [IPV4]: fib_semantic_match() annotationsAl Viro2006-09-291-1/+1
* [IPV4]: ip_fib_check_default() annotatedAl Viro2006-09-291-1/+1
* [IPV4]: RTA_{DST,SRC,GATEWAY,PREFSRC} annotatedAl Viro2006-09-291-6/+6
* [IPV4]: FIB_RES_PREFSRC() annotatedAl Viro2006-09-291-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/+116Star
* [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-181-6/+6
* [IPV4]: Fix nexthop realm dumping for multipath routesPatrick McHardy2006-07-221-4/+8
* [NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris2006-07-211-2/+1Star
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0Star
* [NETLINK]: illegal use of pid in rtnetlinkAlexey Kuznetsov2006-02-101-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-301-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-301-1/+2
* [NETLINK]: Convert netlink users to use group numbers instead of bitmasksPatrick McHardy2005-08-301-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-191-2/+2
* [NETLINK]: Correctly set NLM_F_MULTI without checking the pidJamal Hadi Salim2005-06-191-3/+3
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+1332