summaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)Author
2012-08-30netfilter: nf_nat: add protoff argument to packet mangling functionsPatrick McHardy
2012-08-30netfilter: nf_conntrack: restrict NAT helper invocation to IPv4Patrick McHardy
2012-08-30netfilter: nf_conntrack_ipv6: improve fragmentation handlingPatrick McHardy
2012-08-30ipvs: IPv6 MTU checking cleanup and bugfixJesper Dangaard Brouer
2012-08-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebie...David S. Miller
2012-08-23Merge git://1984.lsi.us.es/nf-nextDavid S. Miller
2012-08-22netfilter: replace list_for_each_continue_rcu with new interfaceMichael Wang
2012-08-20netfilter: nf_conntrack: remove unnecessary RTNL lockingPatrick McHardy
2012-08-20netfilter: sparse endian fixesPatrick McHardy
2012-08-20netfilter: nfnetlink_log: fix NLA_PUT macro removal bugPatrick McHardy
2012-08-20Merge git://1984.lsi.us.es/nfDavid S. Miller
2012-08-16netfilter: nf_ct_expect: fix possible access to uninitialized timerPablo Neira Ayuso
2012-08-16ipvs: fix info leak in getsockopt(IP_VS_SO_GET_TIMEOUT)Mathias Krause
2012-08-15userns: xt_owner: Add basic user namespace support.Eric W. Biederman
2012-08-15userns xt_recent: Specify the owner/group of ip_list_perms in the initial use...Eric W. Biederman
2012-08-15userns: Convert xt_LOG to print socket kuids and kgids as uids and gidsEric W. Biederman
2012-08-15userns: nfnetlink_log: Report socket uids in the log sockets user namespaceEric W. Biederman
2012-08-14netfilter: ctnetlink: fix missing locking while changing conntrack from nfqueuePablo Neira Ayuso
2012-08-10netfilter: nf_ct_sip: fix IPv6 address parsingPatrick McHardy
2012-08-10netfilter: nf_ct_sip: fix helper namePatrick McHardy
2012-08-10ipvs: add pmtu_disc option to disable IP DF for TUN packetsJulian Anastasov
2012-08-10ipvs: implement passive PMTUD for IPIP packetsJulian Anastasov
2012-08-10ipvs: fixed sparse warningClaudiu Ghioc
2012-08-10ipvs: generalize app registration in netnsJulian Anastasov
2012-08-10ipvs: ip_vs_ftp depends on nf_conntrack_ftp helperJulian Anastasov
2012-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-07-17net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}()David S. Miller
2012-07-17ipvs: fix oops in ip_vs_dst_event on rmmodJulian Anastasov
2012-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-07-11net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings
2012-07-09netfilter: ipset: timeout fixing bug broke SET target special timeout valueJozsef Kadlecsik
2012-07-07Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller
2012-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-07-04netfilter: nfnetlink_queue: do not allow to set unsupported flag bitsKrishna Kumar
2012-07-04netfilter: nfnetlink: check callbacks before using those in nfnetlink_rcv_msgTomasz Bursztyka
2012-07-04netfilter: nf_ct_tcp: missing per-net support for cttimeoutPablo Neira Ayuso
2012-07-04netfilter: nf_conntrack: generalize nf_ct_l4proto_netPablo Neira Ayuso
2012-06-29netlink: add nlk->netlink_bind hook for module auto-loadingPablo Neira Ayuso
2012-06-29netlink: add netlink_kernel_cfg parameter to netlink_kernel_createPablo Neira Ayuso
2012-06-29netfilter: nfnetlink: fix missing rcu_read_unlock in nfnetlink_rcv_msgTomasz Bursztyka
2012-06-29netfilter: ipset: fix crash if IPSET_CMD_NONE command is sentTomasz Bursztyka
2012-06-27netfilter: nf_ct_dccp: add dccp_kmemdup_sysctl_table functionGao feng
2012-06-27netfilter: nf_ct_generic: add generic_kmemdup_sysctl_table functionGao feng
2012-06-27netfilter: nf_ct_sctp: merge sctpv[4,6]_net_init into sctp_net_initGao feng
2012-06-27netfilter: nf_ct_udplite: add udplite_kmemdup_sysctl_table functionGao feng
2012-06-27netfilter: nf_ct_udp: merge udpv[4,6]_net_init into udp_net_initGao feng
2012-06-27netfilter: nf_ct_tcp: merge tcpv[4,6]_net_init into tcp_net_initGao feng
2012-06-27netfilter: nf_conntrack: fix memory leak if sysctl registration failsGao feng
2012-06-27netfilter: nf_conntrack: use l4proto->users as refcount for per-net dataGao feng
2012-06-27netfilter: nf_conntrack: add nf_ct_kfree_compat_sysctl_tableGao feng