aboutsummaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)Author
2013-09-05netfilter: Fix build errors with xt_socket.cDavid S. Miller
2013-09-04netfilter: xt_TCPMSS: correct return value in tcpmss_mangle_packetPhil Oester
2013-09-04netfilter: synproxy_core: fix warning in __nf_ct_ext_add_length()Patrick McHardy
2013-08-28netfilter: ctnetlink: fix uninitialized variableFlorian Westphal
2013-08-28netfilter: add SYNPROXY core/targetPatrick McHardy
2013-08-28netfilter: nf_conntrack: make sequence number adjustments usuable without NATPatrick McHardy
2013-08-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller
2013-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-08-13netfilter: nfnetlink_queue: allow to attach expectations to conntracksPablo Neira Ayuso
2013-08-13netfilter: ctnetlink: refactor ctnetlink_create_expectPablo Neira Ayuso
2013-08-10netfilter: nf_conntrack: fix tcp_in_window for Fast OpenYuchung Cheng
2013-08-09netfilter: nf_conntrack: don't send destroy events from iteratorFlorian Westphal
2013-08-07ipvs: ip_vs_sh: ip_vs_sh_get_port: check skb_header_pointer for NULLDaniel Borkmann
2013-08-06ipvs: fixed spacing at for statementsDragos Foianu
2013-08-05netfilter: nfnetlink_{log,queue}: fix information leaks in netlink messageDan Carpenter
2013-08-05netfilter: tproxy: fix build with IP6_NF_IPTABLES=nFlorian Westphal
2013-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-08-01netfilter: xt_TCPOPTSTRIP: fix possible off by one accessPablo Neira Ayuso
2013-08-01netfilter: xt_TCPMSS: fix handling of malformed TCP header and optionsPablo Neira Ayuso
2013-07-31netfilter: nf_nat: use per-conntrack locking for sequence number adjustmentsPatrick McHardy
2013-07-31netfilter: nf_nat: change sequence number adjustments to 32 bitsPatrick McHardy
2013-07-31netfilter: nf_nat: fix locking in nf_nat_seq_adjust()Patrick McHardy
2013-07-31netfilter: nf_conntrack: remove duplicate code in ctnetlinkFlorian Westphal
2013-07-31netfilter: tproxy: remove nf_tproxy_core.hFlorian Westphal
2013-07-31netfilter: tproxy: remove nf_tproxy_core, keep tw sk assigned to skbFlorian Westphal
2013-07-31netfilter: nf_queue: relax NFQA_CT attribute checkFlorian Westphal
2013-07-31netfilter: connlabels: remove unneeded includesFlorian Westphal
2013-07-31netfilter: nf_conntrack: constify sk_buff argument to nf_ct_attach()Patrick McHardy
2013-07-31netfilter: xt_addrtype: fix trivial typoPhil Oester
2013-07-27net/sctp: Refactor SCTP skb checksum computationJoe Stringer
2013-07-15netfilter: xt_socket: fix broken v0 supportEric Dumazet
2013-07-15netfilter: ctnetlink: fix incorrect NAT expectation dumpingPablo Neira Ayuso
2013-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-06-30netfilter: nf_queue: add NFQA_SKB_CSUM_NOTVERIFIED info flagFlorian Westphal
2013-06-26ipvs: add sync_persist_mode flagJulian Anastasov
2013-06-26ipvs: SH fallback and L4 hashingAlexander Frolkin
2013-06-26ipvs: drop SCTP connections depending on stateJulian Anastasov
2013-06-26ipvs: replace the SCTP state machineJulian Anastasov
2013-06-26ipvs: sloppy TCP and SCTPAlexander Frolkin
2013-06-26ipvs: provide iph to schedulersJulian Anastasov
2013-06-24netfilter: ctnetlink: send event when conntrack label was modifiedFlorian Westphal
2013-06-24netfilter: nf_nat_sip: fix manglingBalazs Peter Odor
2013-06-20netfilter: xt_socket: add XT_SOCKET_NOWILDCARD flagEric Dumazet
2013-06-20netfilter: nf_conntrack: avoid large timeout for mid-stream pickupFlorian Westphal
2013-06-20netfilter: check return code from nla_parse_testedDaniel Borkmann
2013-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-06-19ipvs: SCTP ports should be writable in ICMP packetsJulian Anastasov
2013-06-13net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches
2013-06-12netfilter: xt_TCPMSS: Fix missing fragmentation handlingPhil Oester
2013-06-12netfilter: xt_TCPMSS: Fix IPv6 default MSS tooPhil Oester