summaryrefslogtreecommitdiffstats
path: root/net/netfilter
AgeCommit message (Expand)AuthorLines
2013-06-24netfilter: ctnetlink: send event when conntrack label was modifiedFlorian Westphal-1/+2
2013-06-24netfilter: nf_nat_sip: fix manglingBalazs Peter Odor-1/+2
2013-06-19ipvs: SCTP ports should be writable in ICMP packetsJulian Anastasov-1/+2
2013-06-12netfilter: xt_TCPMSS: Fix missing fragmentation handlingPhil Oester-0/+4
2013-06-12netfilter: xt_TCPMSS: Fix IPv6 default MSS tooPhil Oester-7/+14
2013-06-11netfilter: xt_TCPOPTSTRIP: don't use tcp_hdr()Pablo Neira Ayuso-2/+4
2013-06-10ipvs: info leak in __ip_vs_get_dest_entries()Dan Carpenter-0/+1
2013-06-07netfilter: nfnetlink_queue: fix missing HW protocolPablo Neira Ayuso-3/+3
2013-06-05netfilter: xt_TCPMSS: Fix violation of RFC879 in absence of MSS optionPhil Oester-0/+6
2013-06-05netfilter: nfnetlink_cttimeout: fix incomplete dumping of objectsPablo Neira Ayuso-2/+5
2013-06-05netfilter: nfnetlink_acct: fix incomplete dumping of objectsPablo Neira Ayuso-2/+5
2013-05-29ipvs: ip_vs_sh: fix buildJan Beulich-1/+1
2013-05-29netfilter: xt_LOG: fix mark logging for IPv6 packetsMichal Kubeček-1/+1
2013-05-27ipvs: Fix reuse connection if real server is deadGrzegorz Lyczba-0/+35
2013-05-23netfilter: add nf_ipv6_ops hook to fix xt_addrtype with IPv6Florian Westphal-11/+18
2013-05-16netfilter: xt_TCPOPTSTRIP: fix possible mangling beyond packet boundaryPablo Neira Ayuso-3/+14
2013-05-15netfilter: log: netns NULL ptr bug when calling from conntrackHans Schillstrom-10/+12
2013-05-06netfilter: nf_{log,queue}: fix compilation without CONFIG_PROC_FSPablo Neira Ayuso-1/+8
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-13/+18
2013-05-01proc: Supply PDE attribute setting accessor functionsDavid Howells-2/+1
2013-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-5286/+5835
2013-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-5/+1
2013-04-29net/netfilter: rename random32() to prandom_u32()Akinobu Mita-2/+2
2013-04-29xt_hashlimit: allocate a copy of name explicitly, don't rely on procfs gutsAl Viro-3/+11
2013-04-29sctp: Correct type and usage of sctp_end_cksum()Simon Horman-3/+2
2013-04-29netfilter: nfnetlink_queue: avoid expensive gso segmentation and checksum fixupFlorian Westphal-2/+3
2013-04-29netfilter: nfnetlink_queue: add skb info attributeFlorian Westphal-0/+16
2013-04-29netfilter: move skb_gso_segment into nfnetlink_queue moduleFlorian Westphal-104/+146
2013-04-29netfilter: nf_queue: move device refcount bump to extra functionFlorian Westphal-21/+28
2013-04-29netfilter: ipset: set match: add support to match the countersJozsef Kadlecsik-3/+77
2013-04-29netfilter: ipset: The list:set type with counter supportJozsef Kadlecsik-6/+67
2013-04-29netfilter: ipset: The hash types with counter supportJozsef Kadlecsik-19/+381
2013-04-29netfilter: ipset: The bitmap types with counter supportJozsef Kadlecsik-15/+186
2013-04-29netfilter: ipset: Introduce the counter extension in the coreJozsef Kadlecsik-0/+10
2013-04-29netfilter: ipset: list:set type using the extension interfaceJozsef Kadlecsik-246/+301
2013-04-29netfilter: ipset: Hash types using the unified code baseJozsef Kadlecsik-1865/+610
2013-04-29netfilter: ipset: Unified hash type generationJozsef Kadlecsik-0/+1039
2013-04-29netfilter: ipset: Bitmap types using the unified code baseJozsef Kadlecsik-958/+316
2013-04-29netfilter: ipset: Unified bitmap type generationJozsef Kadlecsik-0/+265
2013-04-29netfilter: ipset: Introduce extensions to elements in the coreJozsef Kadlecsik-23/+25
2013-04-29netfilter: ipset: Move often used IPv6 address masking function to header fileJozsef Kadlecsik-45/+0
2013-04-29netfilter: ipset: Make possible to test elements marked with nomatchJozsef Kadlecsik-24/+32
2013-04-29ipvs: ip_vs_sip_fill_param() BUG: bad check of return valueHans Schillstrom-5/+1
2013-04-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller-49/+58
2013-04-25netfilter: nf_nat: missing condition in nf_xfrm_me_harder()Dan Carpenter-0/+1
2013-04-23ipvs: Use network byte order for sync message sizeSimon Horman-13/+8
2013-04-23ipvs: off by one in set_sctp_state()Dan Carpenter-1/+1
2013-04-23ipvs: Use min3() in ip_vs_dbg_callid()Simon Horman-1/+2
2013-04-23ipvs: Avoid shadowing net variable in ip_vs_leave()Simon Horman-2/+2
2013-04-23ipvs: fix sparse warnings for some parametersJulian Anastasov-17/+26