summaryrefslogtreecommitdiffstats
path: root/net/netfilter
AgeCommit message (Expand)AuthorLines
2012-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+3
2012-07-17net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}()David S. Miller-2/+2
2012-07-17ipvs: fix oops in ip_vs_dst_event on rmmodJulian Anastasov-2/+3
2012-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+3
2012-07-10net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings-2/+2
2012-07-09netfilter: ipset: timeout fixing bug broke SET target special timeout valueJozsef Kadlecsik-1/+3
2012-07-07Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller-243/+483
2012-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-36/+26
2012-07-04netfilter: nfnetlink_queue: do not allow to set unsupported flag bitsKrishna Kumar-0/+5
2012-07-04netfilter: nfnetlink: check callbacks before using those in nfnetlink_rcv_msgTomasz Bursztyka-1/+3
2012-07-04netfilter: nf_ct_tcp: missing per-net support for cttimeoutPablo Neira Ayuso-1/+1
2012-07-04netfilter: nf_conntrack: generalize nf_ct_l4proto_netPablo Neira Ayuso-16/+26
2012-06-29netlink: add nlk->netlink_bind hook for module auto-loadingPablo Neira Ayuso-0/+29
2012-06-29netlink: add netlink_kernel_cfg parameter to netlink_kernel_createPablo Neira Ayuso-2/+5
2012-06-29netfilter: nfnetlink: fix missing rcu_read_unlock in nfnetlink_rcv_msgTomasz Bursztyka-1/+3
2012-06-29netfilter: ipset: fix crash if IPSET_CMD_NONE command is sentTomasz Bursztyka-0/+12
2012-06-27netfilter: nf_ct_dccp: add dccp_kmemdup_sysctl_table functionGao feng-24/+30
2012-06-27netfilter: nf_ct_generic: add generic_kmemdup_sysctl_table functionGao feng-8/+31
2012-06-27netfilter: nf_ct_sctp: merge sctpv[4,6]_net_init into sctp_net_initGao feng-43/+22
2012-06-27netfilter: nf_ct_udplite: add udplite_kmemdup_sysctl_table functionGao feng-17/+26
2012-06-27netfilter: nf_ct_udp: merge udpv[4,6]_net_init into udp_net_initGao feng-42/+23
2012-06-27netfilter: nf_ct_tcp: merge tcpv[4,6]_net_init into tcp_net_initGao feng-50/+21
2012-06-27netfilter: nf_conntrack: fix memory leak if sysctl registration failsGao feng-2/+5
2012-06-27netfilter: nf_conntrack: use l4proto->users as refcount for per-net dataGao feng-30/+46
2012-06-27netfilter: nf_conntrack: add nf_ct_kfree_compat_sysctl_tableGao feng-2/+1
2012-06-27netfilter: nf_conntrack: prepare l4proto->init_net cleanupGao feng-12/+13
2012-06-27netfilter: nf_conntrack: fix nf_conntrack_l3proto_registerGao feng-13/+23
2012-06-27netfilter: ctnetlink: add new messages to obtain statisticsPablo Neira Ayuso-1/+226
2012-06-26netfilter: nfnetlink_queue_core: Move away from NLMSG_PUT().David S. Miller-9/+13
2012-06-26netfilter: nfnetlink_log: Move away from NLMSG_PUT().David S. Miller-13/+16
2012-06-25netfilter: ipvs: fix dst leak in __ip_vs_addr_is_local_v6Eric Dumazet-7/+7
2012-06-25netfilter: ipset: fix interface comparision in hash-netiface setsFlorian Westphal-28/+4
2012-06-23netfilter: ctnetlink: fix compilation with NF_CONNTRACK_EVENTS=nPablo Neira Ayuso-1/+1
2012-06-23netfilter: nfnetlink_queue: fix sparse warning due to missing includePablo Neira Ayuso-0/+1
2012-06-22netfilter: nfnetlink_queue: fix compilation with CONFIG_NF_NAT=m and CONFIG_N...Pablo Neira Ayuso-7/+7
2012-06-20netfilter: nfq_ct_hook needs __rcu and __read_mostlyPablo Neira Ayuso-1/+1
2012-06-19netfilter: nfnetlink_queue: fix compilation with NF_CONNTRACK disabledPablo Neira Ayuso-47/+121
2012-06-19netfilter: fix compilation of the nfnl_cthelper if NF_CONNTRACK is unsetPablo Neira Ayuso-9/+13
2012-06-19netfilter: nf_ct_helper: disable automatic helper re-assignment of different ...Pablo Neira Ayuso-1/+7
2012-06-19netfilter: ctnetlink: fix NULL dereference while trying to change helperPablo Neira Ayuso-10/+3
2012-06-16Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller-112/+1022
2012-06-16netfilter: add user-space connection tracking helper infrastructurePablo Neira Ayuso-4/+698
2012-06-16netfilter: ctnetlink: add CTA_HELP_INFO attributePablo Neira Ayuso-5/+18
2012-06-16netfilter: nfnetlink_queue: add NAT TCP sequence adjustment if packet mangledPablo Neira Ayuso-8/+15
2012-06-16netfilter: add glue code to integrate nfnetlink_queue and ctnetlinkPablo Neira Ayuso-1/+195
2012-06-16netfilter: nf_ct_helper: implement variable length helper private dataPablo Neira Ayuso-62/+81
2012-06-16netfilter: nf_ct_ext: support variable length extensionsPablo Neira Ayuso-7/+9
2012-06-16netfilter: nf_ct_helper: allocate 16 bytes for the helper and policy namesPablo Neira Ayuso-29/+10
2012-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-34/+43
2012-06-11netfilter: nf_ct_tcp, udp: fix compilation with sysctl disabledPablo Neira Ayuso-3/+3