summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* NetLabel: Introduce static network labels for unlabeled connectionsPaul Moore2008-01-294-18/+1524
* SELinux: Allow NetLabel to directly cache SIDsPaul Moore2008-01-295-134/+55Star
* SELinux: Enable dynamic enable/disable of the network access checksPaul Moore2008-01-296-22/+132
* SELinux: Better integration between peer labeling subsystemsPaul Moore2008-01-296-100/+208
* SELinux: Add a new peer class and permissions to the Flask definitionsPaul Moore2008-01-294-0/+26
* SELinux: Add a capabilities bitmap to SELinux policy version 22Paul Moore2008-01-296-8/+185
* SELinux: Add a network node caching mechanism similar to the sel_netif_*() fu...Paul Moore2008-01-295-17/+416
* SELinux: Only store the network interface's ifindexPaul Moore2008-01-293-6/+15
* SELinux: Convert the netif code to use ifindex valuesPaul Moore2008-01-296-125/+155
* NetLabel: Add IP address family information to the netlbl_skbuff_getattr() fu...Paul Moore2008-01-295-15/+42
* NetLabel: Add secid token support to the NetLabel secattr structPaul Moore2008-01-295-46/+120
* NetLabel: Consolidate the LSM domain mapping/hashing locksPaul Moore2008-01-291-21/+9Star
* NetLabel: Cleanup the LSM domain hash functionsPaul Moore2008-01-291-13/+34
* NetLabel: Remove unneeded RCU read locksPaul Moore2008-01-295-85/+15Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.25Linus Torvalds2008-01-291113-55518/+139990
|\
| * [IPV6] ADDRLABEL: Fix double free on label deletion.YOSHIFUJI Hideaki2008-01-291-8/+6Star
| * [PPP]: Sparse warning fixes.Stephen Hemminger2008-01-295-6/+8
| * [IPV4] fib_trie: remove unneeded NULL checkStephen Hemminger2008-01-291-3/+0Star
| * [IPV4] fib_trie: More whitespace cleanup.Stephen Hemminger2008-01-291-6/+0Star
| * [NET_SCHED]: Use nla_policy for attribute validation in ematchesPatrick McHardy2008-01-292-8/+12
| * [NET_SCHED]: Use nla_policy for attribute validation in actionsPatrick McHardy2008-01-297-33/+51
| * [NET_SCHED]: Use nla_policy for attribute validation in classifiersPatrick McHardy2008-01-296-68/+59Star
| * [NET_SCHED]: Use nla_policy for attribute validation in packet schedulersPatrick McHardy2008-01-299-93/+87Star
| * [NET_SCHED]: sch_api: introduce constant for rate table sizePatrick McHardy2008-01-292-1/+4
| * [NET_SCHED]: Use typeful attribute parsing helpersPatrick McHardy2008-01-2911-29/+27Star
| * [NET_SCHED]: Use typeful attribute construction helpersPatrick McHardy2008-01-2911-31/+26Star
| * [NET_SCHED]: Use NLA_PUT_STRING for string dumpingPatrick McHardy2008-01-296-8/+8
| * [NET_SCHED]: Use nla_nest_start/nla_nest_endPatrick McHardy2008-01-2916-133/+166
| * [NET_SCHED]: Propagate nla_parse return valuePatrick McHardy2008-01-2925-60/+171
| * [NET_SCHED]: act_api: use PTR_ERR in tcf_action_init/tcf_action_getPatrick McHardy2008-01-293-41/+48
| * [NET_SCHED]: act_api: use nlmsg_parsePatrick McHardy2008-01-291-4/+1Star
| * [NET_SCHED]: act_api: fix netlink API conversion bugPatrick McHardy2008-01-291-4/+4
| * [NET_SCHED]: sch_netem: use nla_parse_nested_compatPatrick McHardy2008-01-291-32/+26Star
| * [NET_SCHED]: sch_atm: fix format string warningPatrick McHardy2008-01-291-1/+1
| * [NETNS]: Add namespace for ICMP replying code.Denis V. Lunev2008-01-292-9/+14
| * [NETNS]: Routing cache virtualization.Denis V. Lunev2008-01-293-7/+18
| * [NETNS]: Correct namespace for connect-time routing.Denis V. Lunev2008-01-291-3/+5
| * [NET_SCHED]: Convert actions from rtnetlink to new netlink APIPatrick McHardy2008-01-2910-216/+218
| * [NET_SCHED]: Convert classifiers from rtnetlink to new netlink APIPatrick McHardy2008-01-2912-282/+290
| * [NET_SCHED]: Convert packet schedulers from rtnetlink to new netlink APIPatrick McHardy2008-01-2925-436/+474
| * [NETLINK]: Add nla_append()Patrick McHardy2008-01-292-0/+22
| * [NET_SCHED]: mark classifier ops __read_mostlyPatrick McHardy2008-01-296-10/+6Star
| * [NET_SCHED]: Move EXPORT_SYMBOL next to exported symbolPatrick McHardy2008-01-295-27/+22Star
| * [NETNS]: Add namespace parameter to ip_route_output_key.Denis V. Lunev2008-01-2921-44/+44
| * [NETNS]: Add namespace parameter to ip_route_output_flow.Denis V. Lunev2008-01-299-13/+14
| * [NETNS]: Add namespace parameter to __ip_route_output_key.Denis V. Lunev2008-01-294-8/+9
| * [NETNS]: Add namespace parameter to ip_route_output_slow.Denis V. Lunev2008-01-291-10/+11
| * [NETNS]: Add namespace parameter to ip_dev_find.Denis V. Lunev2008-01-298-12/+12
| * [NETNS]: Add netns parameter to fib_select_default.Denis V. Lunev2008-01-293-4/+6
| * [IPV4]: Consolidate fib_select_default.Denis V. Lunev2008-01-293-19/+15Star