| Commit message (Expand) | Author | Age | Files | Lines |
* | ipv6: added net argument to ICMP6_INC_STATS_BH | Denis V. Lunev | 2008-10-08 | 1 | -1/+2 |
* | ipv6: added net argument to ICMP6_INC_STATS | Denis V. Lunev | 2008-10-08 | 1 | -1/+2 |
* | ipv6: added net argument to IP6_ADD_STATS_BH | Denis V. Lunev | 2008-10-08 | 1 | -1/+2 |
* | ipv6: added net argument to IP6_INC_STATS_BH | Denis V. Lunev | 2008-10-08 | 1 | -1/+2 |
* | netns: add net parameter to IP6_INC_STATS | Denis V. Lunev | 2008-10-08 | 1 | -1/+2 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/... | David S. Miller | 2008-10-08 | 21 | -222/+398 |
|\ |
|
| * | netfilter: xtables: provide invoked family value to extensions | Jan Engelhardt | 2008-10-08 | 1 | -2/+10 |
| * | netfilter: xtables: move extension arguments into compound structure (6/6) | Jan Engelhardt | 2008-10-08 | 1 | -1/+7 |
| * | netfilter: xtables: move extension arguments into compound structure (5/6) | Jan Engelhardt | 2008-10-08 | 2 | -11/+22 |
| * | netfilter: xtables: move extension arguments into compound structure (4/6) | Jan Engelhardt | 2008-10-08 | 1 | -5/+17 |
| * | netfilter: xtables: move extension arguments into compound structure (3/6) | Jan Engelhardt | 2008-10-08 | 1 | -1/+7 |
| * | netfilter: xtables: move extension arguments into compound structure (2/6) | Jan Engelhardt | 2008-10-08 | 1 | -10/+22 |
| * | netfilter: xtables: move extension arguments into compound structure (1/6) | Jan Engelhardt | 2008-10-08 | 1 | -7/+21 |
| * | netfilter: xtables: do centralized checkentry call (1/2) | Jan Engelhardt | 2008-10-08 | 1 | -2/+4 |
| * | netfilter: remove unused Ebtables functions | Jan Engelhardt | 2008-10-08 | 1 | -6/+0 |
| * | netfilter: move Ebtables to use Xtables | Jan Engelhardt | 2008-10-08 | 1 | -3/+3 |
| * | netfilter: change Ebtables function signatures to match Xtables's | Jan Engelhardt | 2008-10-08 | 1 | -17/+26 |
| * | netfilter: add dummy members to Ebtables code to ease transition to Xtables | Jan Engelhardt | 2008-10-08 | 1 | -0/+6 |
| * | netfilter: Change return types of targets/watchers for Ebtables extensions | Jan Engelhardt | 2008-10-08 | 1 | -3/+3 |
| * | netfilter: change return types of match functions for ebtables extensions | Jan Engelhardt | 2008-10-08 | 1 | -2/+1 |
| * | netfilter: change return types of check functions for Ebtables extensions | Jan Engelhardt | 2008-10-08 | 1 | -6/+3 |
| * | netfilter: ebtables: do centralized size checking | Jan Engelhardt | 2008-10-08 | 1 | -0/+3 |
| * | netfilter: iptables TPROXY target | KOVACS Krisztian | 2008-10-08 | 1 | -0/+14 |
| * | netfilter: iptables tproxy core | KOVACS Krisztian | 2008-10-08 | 1 | -0/+32 |
| * | netfilter: split netfilter IPv4 defragmentation into a separate module | KOVACS Krisztian | 2008-10-08 | 1 | -0/+6 |
| * | netfilter: netns nat: per-netns bysource hash | Alexey Dobriyan | 2008-10-08 | 1 | -0/+2 |
| * | netfilter: netns nat: per-netns NAT table | Alexey Dobriyan | 2008-10-08 | 1 | -0/+1 |
| * | netfilter: netns nf_conntrack: GRE conntracking in netns | Alexey Dobriyan | 2008-10-08 | 1 | -1/+1 |
| * | netfilter: netns nf_conntrack: per-netns conntrack accounting | Alexey Dobriyan | 2008-10-08 | 2 | -5/+7 |
| * | netfilter: netns nf_conntrack: per-netns net.netfilter.nf_conntrack_log_inval... | Alexey Dobriyan | 2008-10-08 | 2 | -8/+8 |
| * | netfilter: netns nf_conntrack: per-netns net.netfilter.nf_conntrack_checksum ... | Alexey Dobriyan | 2008-10-08 | 2 | -1/+1 |
| * | netfilter: netns nf_conntrack: per-netns net.netfilter.nf_conntrack_count sysctl | Alexey Dobriyan | 2008-10-08 | 1 | -0/+4 |
| * | netfilter: netns nf_conntrack: per-netns statistics | Alexey Dobriyan | 2008-10-08 | 2 | -4/+5 |
| * | netfilter: netns nf_conntrack: per-netns event cache | Alexey Dobriyan | 2008-10-08 | 2 | -6/+21 |
| * | netfilter: netns nf_conntrack: pass conntrack to nf_conntrack_event_cache() n... | Alexey Dobriyan | 2008-10-08 | 1 | -3/+1 |
| * | netfilter: netns nf_conntrack: pass netns pointer to L4 protocol's ->error hook | Alexey Dobriyan | 2008-10-08 | 1 | -1/+1 |
| * | netfilter: netns nf_conntrack: pass netns pointer to nf_conntrack_in() | Alexey Dobriyan | 2008-10-08 | 1 | -1/+2 |
| * | netfilter: netns nf_conntrack: per-netns unconfirmed list | Alexey Dobriyan | 2008-10-08 | 2 | -1/+2 |
| * | netfilter: netns nf_conntrack: per-netns expectations | Alexey Dobriyan | 2008-10-08 | 2 | -6/+17 |
| * | netfilter: netns nf_conntrack: per-netns conntrack hash | Alexey Dobriyan | 2008-10-08 | 3 | -5/+6 |
| * | netfilter: netns nf_conntrack: per-netns conntrack count | Alexey Dobriyan | 2008-10-08 | 2 | -1/+3 |
| * | netfilter: netns nf_conntrack: add ->ct_net -- pointer from conntrack to netns | Alexey Dobriyan | 2008-10-08 | 1 | -2/+16 |
| * | netfilter: netns nf_conntrack: add netns boilerplate | Alexey Dobriyan | 2008-10-08 | 3 | -2/+14 |
| * | netfilter: netns: remove nf_*_net() wrappers | Alexey Dobriyan | 2008-10-08 | 1 | -53/+0 |
| * | netfilter: Introduce NFPROTO_* constants | Jan Engelhardt | 2008-10-08 | 1 | -2/+12 |
| * | netfilter: rename ipt_recent to xt_recent | Jan Engelhardt | 2008-10-08 | 3 | -17/+38 |
| * | netfilter: Use unsigned types for hooknum and pf vars | Jan Engelhardt | 2008-10-08 | 7 | -39/+41 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2008-10-08 | 1 | -6/+27 |
|\ \ |
|
| * | | mac80211: add multi-rate retry support | Felix Fietkau | 2008-10-07 | 1 | -4/+25 |
| * | | mac80211: free up 2 bytes in skb->cb | Felix Fietkau | 2008-10-07 | 1 | -2/+2 |