| Commit message (Expand) | Author | Age | Files | Lines |
* | SELinux: Better integration between peer labeling subsystems | Paul Moore | 2008-01-29 | 6 | -100/+208 |
* | SELinux: Add a new peer class and permissions to the Flask definitions | Paul Moore | 2008-01-29 | 4 | -0/+26 |
* | SELinux: Add a capabilities bitmap to SELinux policy version 22 | Paul Moore | 2008-01-29 | 6 | -8/+185 |
* | SELinux: Add a network node caching mechanism similar to the sel_netif_*() fu... | Paul Moore | 2008-01-29 | 5 | -17/+416 |
* | SELinux: Only store the network interface's ifindex | Paul Moore | 2008-01-29 | 3 | -6/+15 |
* | SELinux: Convert the netif code to use ifindex values | Paul Moore | 2008-01-29 | 6 | -125/+155 |
* | NetLabel: Add IP address family information to the netlbl_skbuff_getattr() fu... | Paul Moore | 2008-01-29 | 5 | -15/+42 |
* | NetLabel: Add secid token support to the NetLabel secattr struct | Paul Moore | 2008-01-29 | 5 | -46/+120 |
* | NetLabel: Consolidate the LSM domain mapping/hashing locks | Paul Moore | 2008-01-29 | 1 | -21/+9 |
* | NetLabel: Cleanup the LSM domain hash functions | Paul Moore | 2008-01-29 | 1 | -13/+34 |
* | NetLabel: Remove unneeded RCU read locks | Paul Moore | 2008-01-29 | 5 | -85/+15 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.25 | Linus Torvalds | 2008-01-29 | 1113 | -55518/+139990 |
|\ |
|
| * | [IPV6] ADDRLABEL: Fix double free on label deletion. | YOSHIFUJI Hideaki | 2008-01-29 | 1 | -8/+6 |
| * | [PPP]: Sparse warning fixes. | Stephen Hemminger | 2008-01-29 | 5 | -6/+8 |
| * | [IPV4] fib_trie: remove unneeded NULL check | Stephen Hemminger | 2008-01-29 | 1 | -3/+0 |
| * | [IPV4] fib_trie: More whitespace cleanup. | Stephen Hemminger | 2008-01-29 | 1 | -6/+0 |
| * | [NET_SCHED]: Use nla_policy for attribute validation in ematches | Patrick McHardy | 2008-01-29 | 2 | -8/+12 |
| * | [NET_SCHED]: Use nla_policy for attribute validation in actions | Patrick McHardy | 2008-01-29 | 7 | -33/+51 |
| * | [NET_SCHED]: Use nla_policy for attribute validation in classifiers | Patrick McHardy | 2008-01-29 | 6 | -68/+59 |
| * | [NET_SCHED]: Use nla_policy for attribute validation in packet schedulers | Patrick McHardy | 2008-01-29 | 9 | -93/+87 |
| * | [NET_SCHED]: sch_api: introduce constant for rate table size | Patrick McHardy | 2008-01-29 | 2 | -1/+4 |
| * | [NET_SCHED]: Use typeful attribute parsing helpers | Patrick McHardy | 2008-01-29 | 11 | -29/+27 |
| * | [NET_SCHED]: Use typeful attribute construction helpers | Patrick McHardy | 2008-01-29 | 11 | -31/+26 |
| * | [NET_SCHED]: Use NLA_PUT_STRING for string dumping | Patrick McHardy | 2008-01-29 | 6 | -8/+8 |
| * | [NET_SCHED]: Use nla_nest_start/nla_nest_end | Patrick McHardy | 2008-01-29 | 16 | -133/+166 |
| * | [NET_SCHED]: Propagate nla_parse return value | Patrick McHardy | 2008-01-29 | 25 | -60/+171 |
| * | [NET_SCHED]: act_api: use PTR_ERR in tcf_action_init/tcf_action_get | Patrick McHardy | 2008-01-29 | 3 | -41/+48 |
| * | [NET_SCHED]: act_api: use nlmsg_parse | Patrick McHardy | 2008-01-29 | 1 | -4/+1 |
| * | [NET_SCHED]: act_api: fix netlink API conversion bug | Patrick McHardy | 2008-01-29 | 1 | -4/+4 |
| * | [NET_SCHED]: sch_netem: use nla_parse_nested_compat | Patrick McHardy | 2008-01-29 | 1 | -32/+26 |
| * | [NET_SCHED]: sch_atm: fix format string warning | Patrick McHardy | 2008-01-29 | 1 | -1/+1 |
| * | [NETNS]: Add namespace for ICMP replying code. | Denis V. Lunev | 2008-01-29 | 2 | -9/+14 |
| * | [NETNS]: Routing cache virtualization. | Denis V. Lunev | 2008-01-29 | 3 | -7/+18 |
| * | [NETNS]: Correct namespace for connect-time routing. | Denis V. Lunev | 2008-01-29 | 1 | -3/+5 |
| * | [NET_SCHED]: Convert actions from rtnetlink to new netlink API | Patrick McHardy | 2008-01-29 | 10 | -216/+218 |
| * | [NET_SCHED]: Convert classifiers from rtnetlink to new netlink API | Patrick McHardy | 2008-01-29 | 12 | -282/+290 |
| * | [NET_SCHED]: Convert packet schedulers from rtnetlink to new netlink API | Patrick McHardy | 2008-01-29 | 25 | -436/+474 |
| * | [NETLINK]: Add nla_append() | Patrick McHardy | 2008-01-29 | 2 | -0/+22 |
| * | [NET_SCHED]: mark classifier ops __read_mostly | Patrick McHardy | 2008-01-29 | 6 | -10/+6 |
| * | [NET_SCHED]: Move EXPORT_SYMBOL next to exported symbol | Patrick McHardy | 2008-01-29 | 5 | -27/+22 |
| * | [NETNS]: Add namespace parameter to ip_route_output_key. | Denis V. Lunev | 2008-01-29 | 21 | -44/+44 |
| * | [NETNS]: Add namespace parameter to ip_route_output_flow. | Denis V. Lunev | 2008-01-29 | 9 | -13/+14 |
| * | [NETNS]: Add namespace parameter to __ip_route_output_key. | Denis V. Lunev | 2008-01-29 | 4 | -8/+9 |
| * | [NETNS]: Add namespace parameter to ip_route_output_slow. | Denis V. Lunev | 2008-01-29 | 1 | -10/+11 |
| * | [NETNS]: Add namespace parameter to ip_dev_find. | Denis V. Lunev | 2008-01-29 | 8 | -12/+12 |
| * | [NETNS]: Add netns parameter to fib_select_default. | Denis V. Lunev | 2008-01-29 | 3 | -4/+6 |
| * | [IPV4]: Consolidate fib_select_default. | Denis V. Lunev | 2008-01-29 | 3 | -19/+15 |
| * | [IPV4]: Declarations cleanup in ip_fib.h. | Denis V. Lunev | 2008-01-29 | 1 | -3/+1 |
| * | [IPV4] fib_trie: avoid rescan on dump | Stephen Hemminger | 2008-01-29 | 1 | -13/+21 |
| * | [IPV4] fib_trie: avoid extra search on delete | Stephen Hemminger | 2008-01-29 | 1 | -38/+12 |