aboutsummaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)Author
2015-02-16Merge tag 'v3.14.31' into v3.14-rtAnders Roxell
2015-01-29ipvs: uninitialized data with IP_VS_IPV6Dan Carpenter
2015-01-29netfilter: nfnetlink: validate nfnetlink header from batchPablo Neira Ayuso
2015-01-27netfilter: ipset: small potential read beyond the end of bufferDan Carpenter
2014-11-28Merge tag 'v3.14.25' into v3.14-rtAnders Roxell
2014-11-21netfilter: nft_compat: fix wrong target lookup in nft_target_select_ops()Arturo Borrero
2014-11-21netfilter: nf_log: release skbuff on nlmsg put failureHoucheng Lin
2014-11-21netfilter: nfnetlink_log: fix maximum packet length logged to userspaceFlorian Westphal
2014-11-21netfilter: nf_log: account for size of NLMSG_DONE attributeFlorian Westphal
2014-11-21netfilter: ipset: off by one in ip_set_nfnl_get_byindex()Dan Carpenter
2014-10-07Merge tag 'v3.14.20' into v3.14-rtAnders Roxell
2014-10-05ipvs: fix ipv6 hook registration for local repliesJulian Anastasov
2014-10-05netfilter: x_tables: allow to use default cgroup matchDaniel Borkmann
2014-10-05ipvs: Maintain all DSCP and ECN bits for ipv6 tun forwardingAlex Gartrell
2014-10-05netfilter: xt_hashlimit: perform garbage collection from process contextEric Dumazet
2014-10-05ipvs: avoid netns exit crash on ip_vs_conn_drop_conntrackJulian Anastasov
2014-08-14Merge tag 'v3.14.17' into v3.14-rtAnders Roxell
2014-08-14inetpeer: get rid of ip_id_countEric Dumazet
2014-07-10Merge tag 'v3.14.12' into v3.14-rtAnders Roxell
2014-07-09netfilter: nf_nat: fix oops on netns removalFlorian Westphal
2014-07-08Merge tag 'v3.14.10' into v3.14-rtAnders Roxell
2014-07-06ipvs: Fix panic due to non-linear skbPeter Christensen
2014-06-30net: netfilter: Serialize xt_write_recseq sections on RTThomas Gleixner
2014-06-26net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman
2014-06-11netfilter: nfnetlink: Fix use after free when it fails to process batchDenys Fedoryshchenko
2014-05-31netfilter: nf_tables: set names cannot be larger than 15 bytesPablo Neira Ayuso
2014-05-31netfilter: nf_tables: fix nft_cmp_fast failure on big endian for size < 4Patrick McHardy
2014-03-27core, nfqueue, openvswitch: Orphan frags in skb_zerocopy and handle errorsZoltan Kiss
2014-02-18netfilter: ctnetlink: force null nat binding on insertPablo Neira Ayuso
2014-02-17netfilter: nf_tables: check if payload length is a power of 2Nikolay Aleksandrov
2014-02-14netfilter: nft_meta: fix typo "CONFIG_NET_CLS_ROUTE"Paul Bolle
2014-02-14netfilter: nft_reject_inet: fix unintended fall-through in switch-statatementPatrick McHardy
2014-02-09net: Include appropriate header file in netfilter/nft_lookup.cRashika Kheria
2014-02-07netfilter: nf_tables: unininline nft_trace_packet()Patrick McHardy
2014-02-07netfilter: nf_tables: fix loop checking with end interval elementsPablo Neira Ayuso
2014-02-07netfilter: nft_rbtree: fix data handling of end interval elementsPablo Neira Ayuso
2014-02-07netfilter: nf_tables: do not allow NFT_SET_ELEM_INTERVAL_END flag and dataPablo Neira Ayuso
2014-02-06netfilter: nf_tables: fix racy rule deletionPablo Neira Ayuso
2014-02-06netfilter: nf_tables: fix log/queue expressions for NFPROTO_INETPatrick McHardy
2014-02-06netfilter: nf_tables: add reject module for NFPROTO_INETPatrick McHardy
2014-02-06netfilter: nft_reject: split up reject module into IPv4 and IPv6 specifc partsPatrick McHardy
2014-02-06netfilter: nf_tables: add AF specific expression supportPatrick McHardy
2014-02-06netfilter: nft_ct: fix missing NFT_CT_L3PROTOCOL key in validity checksPatrick McHardy
2014-02-06netfilter: nf_tables: fix potential oops when dumping setsPatrick McHardy
2014-02-05netfilter: nf_tables: fix overrun in nf_tables_set_alloc_name()Patrick McHardy
2014-02-05netfilter: nf_conntrack: don't release a conntrack with non-zero refcntPablo Neira Ayuso
2014-02-05netfilter: nf_conntrack: fix RCU race in nf_conntrack_find_getAndrey Vagin
2014-02-05netfilter: nf_tables: fix oops when deleting a chain with referencesPatrick McHardy
2014-02-05netfilter: nft_ct: fix unconditional dump of 'dir' attrArturo Borrero
2014-02-04ipvs: fix AF assignment in ip_vs_conn_new()Michal Kubecek