aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [IPV4]: Kill fib4_rules_clean().David S. Miller2006-09-222-6/+0
* [IPV6]: Protect RTM_GETRULE table entry with IPV6_MULTIPLE_TABLES ifdefDavid S. Miller2006-09-221-0/+2
* [NET]: Make code static.Adrian Bunk2006-09-227-17/+13
* [SUNRPC]: Update to use in-kernel sockets API.Sridhar Samudrala2006-09-222-28/+18
* [NET]: Round out in-kernel sockets APISridhar Samudrala2006-09-222-0/+132
* [NEIGH]: Move netlink neighbour table bits to linux/neighbour.hThomas Graf2006-09-223-103/+94
* [NEIGH]: Convert neighbour table dumping to new netlink apiThomas Graf2006-09-221-67/+74
* [NEIGH]: Convert neighbour table modification to new netlink apiThomas Graf2006-09-221-68/+104
* [NEIGH]: Move netlink neighbour bits to linux/neighbour.hThomas Graf2006-09-224-102/+67
* [NEIGH]: Convert neighbour dumping to new netlink apiThomas Graf2006-09-221-55/+51
* [NEIGH]: Convert neighbour addition to new netlink apiThomas Graf2006-09-221-39/+51
* [NEIGH]: Convert neighbour deletion to new netlink apiThomas Graf2006-09-221-19/+34
* [IPV6]: Fix policy routing lookupPatrick McHardy2006-09-221-1/+3
* [IPV6]: Fix crash in ip6_del_rtPatrick McHardy2006-09-221-0/+3
* [IPV6]: Fix thinko in rt6_fill_nodePatrick McHardy2006-09-221-1/+0
* [NETFILTER]: nf_queue: handle GSO packetsPatrick McHardy2006-09-223-22/+62
* [NETFILTER]: Get rid of HW checksum invalidationPatrick McHardy2006-09-2214-117/+138
* [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEPatrick McHardy2006-09-2272-169/+168
* [NETFILTER]: netbios conntrack: fix compilePatrick McHardy2006-09-221-0/+1
* [NET]: Move netlink interface bits to linux/if.hThomas Graf2006-09-222-132/+130
* [NET]: Convert link dumping to new netlink apiThomas Graf2006-09-221-144/+137
* [NET]: Convert link modification to new netlink apiThomas Graf2006-09-221-91/+100
* [IPv4]: Move interface address bits to linux/if_addr.hThomas Graf2006-09-228-56/+59
* [IPV4]: Convert address dumping to new netlink apiThomas Graf2006-09-221-19/+23
* [IPV4]: Convert address deletion to new netlink apiThomas Graf2006-09-221-15/+29
* [IPV4]: Convert address addition to new netlink apiThomas Graf2006-09-221-33/+75
* [NETLINK]: Convert core netlink handling to new netlink apiThomas Graf2006-09-221-19/+22
* [NETLINK]: Extend netlink messaging interfaceThomas Graf2006-09-224-12/+141
* [IPV4]: Use Protocol Independant Policy Routing Rules FrameworkThomas Graf2006-09-225-377/+249
* [IPV6]: Policy Routing RulesThomas Graf2006-09-229-12/+329
* [NET]: Protocol Independant Policy Routing Rules FrameworkThomas Graf2006-09-226-2/+577
* [IPV6]: Multiple Routing TablesThomas Graf2006-09-226-137/+441
* [IPV6]: Remove ndiscs rt6_lock dependencyThomas Graf2006-09-221-5/+11
* [NetLabel]: tie NetLabel into the Kconfig systemPaul Moore2006-09-221-0/+2
* [NetLabel]: SELinux supportVenkat Yekkirala2006-09-2211-28/+1020
* [NetLabel]: CIPSOv4 and Unlabeled packet integrationPaul Moore2006-09-222-0/+795
* [NetLabel]: core NetLabel subsystemPaul Moore2006-09-2212-0/+2395
* [NetLabel]: CIPSOv4 enginePaul Moore2006-09-224-0/+1647
* [NetLabel]: core network changesPaul Moore2006-09-226-2/+563
* [NetLabel]: documentationPaul Moore2006-09-228-0/+986
* [MLSXFRM]: Fix build with SECURITY_NETWORK_XFRM disabled.Venkat Yekkirala2006-09-222-1/+11
* [MLSXFRM]: Auto-labeling of child socketsVenkat Yekkirala2006-09-2212-51/+197
* [MLSXFRM]: Default labeling of socket specific IPSec policiesVenkat Yekkirala2006-09-228-24/+66
* [MLSXFRM]: Add flow labelingVenkat Yekkirala2006-09-2226-40/+79
* [MLSXFRM]: Add security context to acquire messages using PF_KEYVenkat Yekkirala2006-09-221-0/+22
* [MLSXFRM]: Add security context to acquire messages using netlinkSerge Hallyn2006-09-221-15/+28
* [MLSXFRM]: Flow based matching of xfrm policy and stateVenkat Yekkirala2006-09-229-80/+329
* [MLSXFRM]: Add security sid to flowiVenkat Yekkirala2006-09-222-0/+15
* [MLSXFRM]: Add security sid to sockVenkat Yekkirala2006-09-226-18/+53
* [MLSXFRM]: Define new SELinux service routineVenkat Yekkirala2006-09-224-20/+91