summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_conntrack: add nf_ct_timeout_lookupPablo Neira Ayuso2012-09-031-6/+1
* netfilter: xt_CT: refactorize xt_ct_tg_checkPablo Neira Ayuso2012-09-031-136/+126
* netfilter: xt_socket: fix compilation warnings with gcc 4.7Pablo Neira Ayuso2012-09-031-6/+6
* netfilter: nf_nat: support IPv6 in TFTP NAT helperPablo Neira Ayuso2012-08-304-2/+57
* netfilter: nf_nat: support IPv6 in IRC NAT helperPablo Neira Ayuso2012-08-304-2/+100
* netfilter: nf_nat: support IPv6 in SIP NAT helperPatrick McHardy2012-08-304-34/+649
* netfilter: nf_nat: support IPv6 in amanda NAT helperPatrick McHardy2012-08-304-2/+92
* netfilter: nf_nat: support IPv6 in FTP NAT helperPatrick McHardy2012-08-304-2/+152
* netfilter: ipv6: add IPv6 NAT supportPatrick McHardy2012-08-302-0/+5
* netfilter: add protocol independent NAT corePatrick McHardy2012-08-3017-13/+2190
* netfilter: nf_nat: add protoff argument to packet mangling functionsPatrick McHardy2012-08-307-121/+195
* netfilter: nf_conntrack: restrict NAT helper invocation to IPv4Patrick McHardy2012-08-306-22/+49
* netfilter: nf_conntrack_ipv6: improve fragmentation handlingPatrick McHardy2012-08-301-1/+8
* ipvs: IPv6 MTU checking cleanup and bugfixJesper Dangaard Brouer2012-08-301-6/+15
* Merge git://1984.lsi.us.es/nf-nextDavid S. Miller2012-08-2212-82/+206
|\
| * netfilter: replace list_for_each_continue_rcu with new interfaceMichael Wang2012-08-221-4/+6
| * netfilter: nf_conntrack: remove unnecessary RTNL lockingPatrick McHardy2012-08-201-5/+0
| * netfilter: sparse endian fixesPatrick McHardy2012-08-204-7/+9
| * ipvs: add pmtu_disc option to disable IP DF for TUN packetsJulian Anastasov2012-08-102-3/+11
| * ipvs: implement passive PMTUD for IPIP packetsJulian Anastasov2012-08-102-27/+128
| * ipvs: fixed sparse warningClaudiu Ghioc2012-08-101-4/+4
| * ipvs: generalize app registration in netnsJulian Anastasov2012-08-102-32/+47
| * ipvs: ip_vs_ftp depends on nf_conntrack_ftp helperJulian Anastasov2012-08-101-1/+2
* | Merge git://1984.lsi.us.es/nfDavid S. Miller2012-08-203-44/+84
|\ \
| * | netfilter: nf_ct_expect: fix possible access to uninitialized timerPablo Neira Ayuso2012-08-161-23/+6
| * | netfilter: ctnetlink: fix missing locking while changing conntrack from nfqueuePablo Neira Ayuso2012-08-141-1/+6
| * | netfilter: nf_ct_sip: fix IPv6 address parsingPatrick McHardy2012-08-101-17/+70
| * | netfilter: nf_ct_sip: fix helper namePatrick McHardy2012-08-101-3/+2
| |/
* / ipvs: fix info leak in getsockopt(IP_VS_SO_GET_TIMEOUT)Mathias Krause2012-08-151-0/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-07-191-2/+3
|\
| * ipvs: fix oops in ip_vs_dst_event on rmmodJulian Anastasov2012-07-171-2/+3
* | net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}()David S. Miller2012-07-171-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-07-101-1/+3
|\|
| * netfilter: ipset: timeout fixing bug broke SET target special timeout valueJozsef Kadlecsik2012-07-091-1/+3
* | net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings2012-07-101-2/+2
* | Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller2012-07-0711-243/+483
|\ \
| * | netfilter: nfnetlink_queue: do not allow to set unsupported flag bitsKrishna Kumar2012-07-041-0/+5
| * | netfilter: nfnetlink: check callbacks before using those in nfnetlink_rcv_msgTomasz Bursztyka2012-07-041-1/+3
| * | netfilter: nf_ct_tcp: missing per-net support for cttimeoutPablo Neira Ayuso2012-07-041-1/+1
| * | netfilter: nf_conntrack: generalize nf_ct_l4proto_netPablo Neira Ayuso2012-07-044-16/+26
| * | netfilter: nf_ct_dccp: add dccp_kmemdup_sysctl_table functionGao feng2012-06-271-24/+30
| * | netfilter: nf_ct_generic: add generic_kmemdup_sysctl_table functionGao feng2012-06-271-8/+31
| * | netfilter: nf_ct_sctp: merge sctpv[4,6]_net_init into sctp_net_initGao feng2012-06-271-43/+22
| * | netfilter: nf_ct_udplite: add udplite_kmemdup_sysctl_table functionGao feng2012-06-271-17/+26
| * | netfilter: nf_ct_udp: merge udpv[4,6]_net_init into udp_net_initGao feng2012-06-271-42/+23
| * | netfilter: nf_ct_tcp: merge tcpv[4,6]_net_init into tcp_net_initGao feng2012-06-271-50/+21
| * | netfilter: nf_conntrack: fix memory leak if sysctl registration failsGao feng2012-06-271-2/+5
| * | netfilter: nf_conntrack: use l4proto->users as refcount for per-net dataGao feng2012-06-271-30/+46
| * | netfilter: nf_conntrack: add nf_ct_kfree_compat_sysctl_tableGao feng2012-06-271-2/+1
| * | netfilter: nf_conntrack: prepare l4proto->init_net cleanupGao feng2012-06-278-12/+13