summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* ip: generate unique IP identificator if local fragmentation is allowedAnsis Atteka2013-09-191-1/+1
* netfilter: nfnetlink_queue: use network skb for sequence adjustmentGao feng2013-09-171-1/+1
* netfilter: ipset: Fix serious failure in CIDR trackingOliver Smith2013-09-161-12/+16
* netfilter: ipset: Validate the set family and not the set type family at swap...Jozsef Kadlecsik2013-09-161-1/+1
* netfilter: ipset: Consistent userspace testing with nomatch flagJozsef Kadlecsik2013-09-165-10/+9Star
* netfilter: ipset: Skip really non-first fragments for IPv6 when getting port/...Jozsef Kadlecsik2013-09-161-2/+2
* netfilter: Fix build errors with xt_socket.cDavid S. Miller2013-09-051-0/+1
* netfilter: xt_TCPMSS: correct return value in tcpmss_mangle_packetPhil Oester2013-09-041-1/+1
* netfilter: synproxy_core: fix warning in __nf_ct_ext_add_length()Patrick McHardy2013-09-041-2/+2
* netfilter: ctnetlink: fix uninitialized variableFlorian Westphal2013-08-281-1/+1
* netfilter: add SYNPROXY core/targetPatrick McHardy2013-08-286-0/+480
* netfilter: nf_conntrack: make sequence number adjustments usuable without NATPatrick McHardy2013-08-289-328/+296Star
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller2013-08-2018-271/+484
|\
| * netfilter: nfnetlink_queue: allow to attach expectations to conntracksPablo Neira Ayuso2013-08-133-16/+103
| * netfilter: ctnetlink: refactor ctnetlink_create_expectPablo Neira Ayuso2013-08-131-69/+87
| * netfilter: nf_conntrack: don't send destroy events from iteratorFlorian Westphal2013-08-093-37/+9Star
| * ipvs: ip_vs_sh: ip_vs_sh_get_port: check skb_header_pointer for NULLDaniel Borkmann2013-08-071-0/+6
| * ipvs: fixed spacing at for statementsDragos Foianu2013-08-061-4/+4
| * netfilter: tproxy: fix build with IP6_NF_IPTABLES=nFlorian Westphal2013-08-051-1/+1
| * netfilter: nf_nat: use per-conntrack locking for sequence number adjustmentsPatrick McHardy2013-07-311-13/+6Star
| * netfilter: nf_nat: change sequence number adjustments to 32 bitsPatrick McHardy2013-07-313-7/+7
| * netfilter: nf_nat: fix locking in nf_nat_seq_adjust()Patrick McHardy2013-07-311-1/+6
| * netfilter: nf_conntrack: remove duplicate code in ctnetlinkFlorian Westphal2013-07-312-28/+19Star
| * netfilter: tproxy: remove nf_tproxy_core.hFlorian Westphal2013-07-312-6/+220
| * netfilter: tproxy: remove nf_tproxy_core, keep tw sk assigned to skbFlorian Westphal2013-07-314-82/+14Star
| * netfilter: nf_queue: relax NFQA_CT attribute checkFlorian Westphal2013-07-311-3/+1Star
| * netfilter: connlabels: remove unneeded includesFlorian Westphal2013-07-311-4/+0Star
| * netfilter: nf_conntrack: constify sk_buff argument to nf_ct_attach()Patrick McHardy2013-07-312-4/+5
| * netfilter: xt_addrtype: fix trivial typoPhil Oester2013-07-311-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-175-22/+39
|\ \
| * | netfilter: nf_conntrack: fix tcp_in_window for Fast OpenYuchung Cheng2013-08-101-4/+8
| * | netfilter: nfnetlink_{log,queue}: fix information leaks in netlink messageDan Carpenter2013-08-052-2/+9
| * | netfilter: xt_TCPOPTSTRIP: fix possible off by one accessPablo Neira Ayuso2013-08-011-4/+6
| * | netfilter: xt_TCPMSS: fix handling of malformed TCP header and optionsPablo Neira Ayuso2013-08-011-12/+16
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-042-3/+12
|\| |
| * | netfilter: xt_socket: fix broken v0 supportEric Dumazet2013-07-151-3/+7
| * | netfilter: ctnetlink: fix incorrect NAT expectation dumpingPablo Neira Ayuso2013-07-151-0/+5
| |/
* / net/sctp: Refactor SCTP skb checksum computationJoe Stringer2013-07-282-27/+4Star
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-07-034-3/+6
|\
| * netfilter: ctnetlink: send event when conntrack label was modifiedFlorian Westphal2013-06-242-1/+2
| * netfilter: nf_nat_sip: fix manglingBalazs Peter Odor2013-06-241-1/+2
| * ipvs: SCTP ports should be writable in ICMP packetsJulian Anastasov2013-06-191-1/+2
* | netfilter: nf_queue: add NFQA_SKB_CSUM_NOTVERIFIED info flagFlorian Westphal2013-06-301-2/+14
* | ipvs: add sync_persist_mode flagJulian Anastasov2013-06-262-0/+19
* | ipvs: SH fallback and L4 hashingAlexander Frolkin2013-06-261-15/+85
* | ipvs: drop SCTP connections depending on stateJulian Anastasov2013-06-261-0/+12
* | ipvs: replace the SCTP state machineJulian Anastasov2013-06-262-704/+157Star
* | ipvs: sloppy TCP and SCTPAlexander Frolkin2013-06-263-14/+32
* | ipvs: provide iph to schedulersJulian Anastasov2013-06-2611-34/+32Star
* | netfilter: xt_socket: add XT_SOCKET_NOWILDCARD flagEric Dumazet2013-06-201-8/+62