summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | [NETFILTER]: nf_conntrack: switch rwlock to spinlockPatrick McHardy2008-02-016-41/+41
| * | [NETFILTER]: nf_conntrack: use RCU for conntrack hashPatrick McHardy2008-02-016-43/+73
| * | [NETFILTER]: nf_conntrack_expect: use RCU for expectation hashPatrick McHardy2008-02-014-25/+41
| * | [NETFILTER]: nf_conntrack_core: avoid taking nf_conntrack_lock in nf_conntrac...Patrick McHardy2008-02-011-3/+3
| * | [NETFILTER]: nf_conntrack: use RCU for conntrack helpersPatrick McHardy2008-02-013-50/+21
| * | [NETFILTER]: nf_conntrack: fix accounting with fixed timeoutsPatrick McHardy2008-02-011-4/+3
| * | [NETFILTER]: nf_conntrack_netlink: fix unbalanced lockingPatrick McHardy2008-02-011-1/+1
| * | [NETFILTER]: nf_conntrack_ipv6: fix sparse warningsPatrick McHardy2008-02-011-15/+1
| * | [NETFILTER]: {ip,arp,ip6}_tables: fix sparse warnings in compat codePatrick McHardy2008-02-014-16/+20
| * | [NETFILTER]: ipt_recent: fix sparse warningsPatrick McHardy2008-02-011-2/+4
| * | [NETFILTER]: nf_conntrack_h3223: sparse fixesStephen Hemminger2008-02-011-18/+18
| * | [NETFILTER]: more sparse fixesStephen Hemminger2008-02-012-2/+4
| * | [NETFILTER]: conntrack: get rid of sparse warningsStephen Hemminger2008-02-016-9/+11
| * | [NETFILTER]: nfnetlink_log: sparse warning fixesStephen Hemminger2008-02-011-0/+2
| * | [NETFILTER]: nf_conntrack: sparse warningsStephen Hemminger2008-02-012-7/+7
| * | [NETFILTER]: nf_nat_snmp: sparse warningStephen Hemminger2008-02-011-1/+1
| * | [NETFILTER]: xt_owner: allow matching UID/GID rangesJan Engelhardt2008-02-012-8/+10
| * | [NETFILTER]: xt_TCPMSS: consider reverse route's MTU in clamp-to-pmtuJan Engelhardt2008-02-011-3/+59
| * | [NETFILTER]: netns: put table module on netns stopAlexey Dobriyan2008-02-013-0/+9
| * | [NETFILTER]: arp_tables: per-netns arp_tables FILTERAlexey Dobriyan2008-02-012-10/+29
| * | [NETFILTER]: arp_tables: netns preparationAlexey Dobriyan2008-02-013-26/+34
| * | [NETFILTER]: ip6_tables: per-netns IPv6 FILTER, MANGLE, RAWAlexey Dobriyan2008-02-014-32/+91
| * | [NETFILTER]: ip6_tables: netns preparationAlexey Dobriyan2008-02-015-28/+32
| * | [NETFILTER]: ip_tables: per-netns FILTER, MANGLE, RAWAlexey Dobriyan2008-02-014-36/+92
| * | [NETFILTER]: ip_tables: propagate netns from userspaceAlexey Dobriyan2008-02-011-22/+23
| * | [NETFILTER]: x_tables: return new table from {arp,ip,ip6}t_register_table()Alexey Dobriyan2008-02-0115-99/+134
| * | [NETFILTER]: x_tables: per-netns xt_tablesAlexey Dobriyan2008-02-017-30/+60
| * | [NETFILTER]: x_tables: change xt_table_register() return value conventionAlexey Dobriyan2008-02-015-18/+23
| * | [NETFILTER]: ebtables: mark matches, targets and watchers __read_mostlyJan Engelhardt2008-02-0115-27/+15
| * | [NETFILTER]: ebtables: Update modules' descriptionsJan Engelhardt2008-02-0116-4/+16
| * | [NETFILTER]: ebtables: remove casts, use constsJan Engelhardt2008-02-0118-70/+95
| * | [NETFILTER]: nf_log: add netfilter gcc printf format checkingHelge Deller2008-02-011-1/+1
| * | [NETFILTER]: xt_conntrack: add port and direction matchingJan Engelhardt2008-02-012-17/+63
| * | [NETFILTER]: nfnetlink_log: fix typoPatrick McHardy2008-02-011-1/+1
| * | linux/types.h: Use __u64 for aligned_u64Jan Engelhardt2008-02-011-1/+1
| * | [NETFILTER]: bridge netfilter: remove nf_bridge_info read-only netoutdev memberPatrick McHardy2008-02-012-7/+0
| * | [NETFILTER]: nf_nat: remove double bysource hash initializationPatrick McHardy2008-02-011-4/+0
| * | [NETFILTER]: Use const in struct xt_match, xt_target, xt_tableJan Engelhardt2008-02-013-5/+5
| * | [NETFILTER]: Supress some sparse warningsEric Dumazet2008-02-013-2/+8
| * | [RAW]: Wrong content of the /proc/net/raw6.Denis V. Lunev2008-02-013-6/+7
| * | [RAW]: Cleanup IPv4 raw_seq_show.Denis V. Lunev2008-02-011-17/+7
| * | [RAW]: Family check in the /proc/net/raw[6] is extra.Denis V. Lunev2008-02-013-12/+6
| * | [IPCOMP]: Fix reception of incompressible packetsHerbert Xu2008-02-011-1/+1
| * | [NET]: should explicitely initialize atomic_t field in struct dst_opsEric Dumazet2008-02-014-0/+6
| * | [TCP]: NewReno must count every skb while marking lossesIlpo Järvinen2008-02-011-1/+1
| * | [NETNS]: Fix race between put_net() and netlink_kernel_create().Pavel Emelyanov2008-02-011-19/+33
| * | [XFRM]: constify 'struct xfrm_type'Eric Dumazet2008-02-0111-22/+22
| * | [NETNS]: Add missing initialization of nl_info.nl_net in rtm_to_fib6_config()Benjamin Thery2008-02-011-0/+1
| * | [NET]: Introducing socket mark socket option.Laszlo Attila Toth2008-02-0127-0/+65
| * | [AF_RXRPC]: constify function pointer tablesJan Engelhardt2008-02-013-7/+7