summaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)AuthorFilesLines
2014-08-08netfilter: x_tables: lightweight process control group matchingDaniel Borkmann3-0/+82
2014-08-08upstream: treewide: Fix common typo in "identify"Maxime Jayat1-2/+2
2014-07-31core, nfqueue, openvswitch: Orphan frags in skb_zerocopy and handle errorsZoltan Kiss1-8/+21
2014-07-06ipvs: Fix panic due to non-linear skbPeter Christensen1-5/+10
2014-06-26net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman1-1/+1
2014-04-03netfilter: nf_conntrack_dccp: fix skb_header_pointer API usagesDaniel Borkmann1-3/+3
2014-01-15netfilter: nf_nat: fix access to uninitialized buffer in IRC NAT helperDaniel Borkmann1-5/+27
2013-12-08netfilter: push reasm skb through instead of original frag skbsJiri Pirko2-61/+2
2013-11-04netfilter: nf_conntrack: fix rt6i_gateway checks for H.323 helperJulian Anastasov1-2/+2
2013-10-13ip: generate unique IP identificator if local fragmentation is allowedAnsis Atteka1-1/+1
2013-10-01netfilter: ipset: Fix serious failure in CIDR trackingOliver Smith1-12/+16
2013-06-24netfilter: ctnetlink: send event when conntrack label was modifiedFlorian Westphal2-1/+2
2013-06-24netfilter: nf_nat_sip: fix manglingBalazs Peter Odor1-1/+2
2013-06-19ipvs: SCTP ports should be writable in ICMP packetsJulian Anastasov1-1/+2
2013-06-12netfilter: xt_TCPMSS: Fix missing fragmentation handlingPhil Oester1-0/+4
2013-06-12netfilter: xt_TCPMSS: Fix IPv6 default MSS tooPhil Oester1-7/+14
2013-06-11netfilter: xt_TCPOPTSTRIP: don't use tcp_hdr()Pablo Neira Ayuso1-2/+4
2013-06-10ipvs: info leak in __ip_vs_get_dest_entries()Dan Carpenter1-0/+1
2013-06-07netfilter: nfnetlink_queue: fix missing HW protocolPablo Neira Ayuso1-3/+3
2013-06-05netfilter: xt_TCPMSS: Fix violation of RFC879 in absence of MSS optionPhil Oester1-0/+6
2013-06-05netfilter: nfnetlink_cttimeout: fix incomplete dumping of objectsPablo Neira Ayuso1-2/+5
2013-06-05netfilter: nfnetlink_acct: fix incomplete dumping of objectsPablo Neira Ayuso1-2/+5
2013-05-29ipvs: ip_vs_sh: fix buildJan Beulich1-1/+1
2013-05-29netfilter: xt_LOG: fix mark logging for IPv6 packetsMichal Kubeček1-1/+1
2013-05-27ipvs: Fix reuse connection if real server is deadGrzegorz Lyczba1-0/+35
2013-05-23netfilter: add nf_ipv6_ops hook to fix xt_addrtype with IPv6Florian Westphal2-11/+18
2013-05-16netfilter: xt_TCPOPTSTRIP: fix possible mangling beyond packet boundaryPablo Neira Ayuso1-3/+14
2013-05-15netfilter: log: netns NULL ptr bug when calling from conntrackHans Schillstrom4-10/+12
2013-05-06netfilter: nf_{log,queue}: fix compilation without CONFIG_PROC_FSPablo Neira Ayuso3-1/+8
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-13/+18
2013-05-01proc: Supply PDE attribute setting accessor functionsDavid Howells1-2/+1
2013-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds76-5286/+5835
2013-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+1
2013-04-29net/netfilter: rename random32() to prandom_u32()Akinobu Mita1-2/+2
2013-04-29xt_hashlimit: allocate a copy of name explicitly, don't rely on procfs gutsAl Viro1-3/+11
2013-04-29sctp: Correct type and usage of sctp_end_cksum()Simon Horman1-3/+2
2013-04-29netfilter: nfnetlink_queue: avoid expensive gso segmentation and checksum fixupFlorian Westphal1-2/+3
2013-04-29netfilter: nfnetlink_queue: add skb info attributeFlorian Westphal1-0/+16
2013-04-29netfilter: move skb_gso_segment into nfnetlink_queue moduleFlorian Westphal2-104/+146
2013-04-29netfilter: nf_queue: move device refcount bump to extra functionFlorian Westphal1-21/+28
2013-04-29netfilter: ipset: set match: add support to match the countersJozsef Kadlecsik3-3/+77
2013-04-29netfilter: ipset: The list:set type with counter supportJozsef Kadlecsik1-6/+67
2013-04-29netfilter: ipset: The hash types with counter supportJozsef Kadlecsik8-19/+381
2013-04-29netfilter: ipset: The bitmap types with counter supportJozsef Kadlecsik4-15/+186
2013-04-29netfilter: ipset: Introduce the counter extension in the coreJozsef Kadlecsik1-0/+10
2013-04-29netfilter: ipset: list:set type using the extension interfaceJozsef Kadlecsik1-246/+301
2013-04-29netfilter: ipset: Hash types using the unified code baseJozsef Kadlecsik7-1865/+610
2013-04-29netfilter: ipset: Unified hash type generationJozsef Kadlecsik1-0/+1039
2013-04-29netfilter: ipset: Bitmap types using the unified code baseJozsef Kadlecsik3-958/+316
2013-04-29netfilter: ipset: Unified bitmap type generationJozsef Kadlecsik1-0/+265