summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* 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: xt_TCPMSS: Fix missing fragmentation handlingPhil Oester2013-06-121-0/+4
* netfilter: xt_TCPMSS: Fix IPv6 default MSS tooPhil Oester2013-06-121-7/+14
* netfilter: xt_TCPOPTSTRIP: don't use tcp_hdr()Pablo Neira Ayuso2013-06-111-2/+4
* ipvs: info leak in __ip_vs_get_dest_entries()Dan Carpenter2013-06-101-0/+1
* netfilter: nfnetlink_queue: fix missing HW protocolPablo Neira Ayuso2013-06-071-3/+3
* netfilter: xt_TCPMSS: Fix violation of RFC879 in absence of MSS optionPhil Oester2013-06-051-0/+6
* netfilter: nfnetlink_cttimeout: fix incomplete dumping of objectsPablo Neira Ayuso2013-06-051-2/+5
* netfilter: nfnetlink_acct: fix incomplete dumping of objectsPablo Neira Ayuso2013-06-051-2/+5
* ipvs: ip_vs_sh: fix buildJan Beulich2013-05-291-1/+1
* netfilter: xt_LOG: fix mark logging for IPv6 packetsMichal Kubeček2013-05-291-1/+1
* ipvs: Fix reuse connection if real server is deadGrzegorz Lyczba2013-05-271-0/+35
* netfilter: add nf_ipv6_ops hook to fix xt_addrtype with IPv6Florian Westphal2013-05-232-11/+18
* netfilter: xt_TCPOPTSTRIP: fix possible mangling beyond packet boundaryPablo Neira Ayuso2013-05-161-3/+14
* netfilter: log: netns NULL ptr bug when calling from conntrackHans Schillstrom2013-05-154-10/+12
* netfilter: nf_{log,queue}: fix compilation without CONFIG_PROC_FSPablo Neira Ayuso2013-05-063-1/+8
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-013-13/+18
|\
| * proc: Supply PDE attribute setting accessor functionsDavid Howells2013-05-011-2/+1
| * xt_hashlimit: allocate a copy of name explicitly, don't rely on procfs gutsAl Viro2013-04-291-3/+11
| * procfs: new helper - PDE_DATA(inode)Al Viro2013-04-093-8/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-05-0176-5286/+5835
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-301-5/+1
| |\ \
| | * | ipvs: ip_vs_sip_fill_param() BUG: bad check of return valueHans Schillstrom2013-04-291-5/+1
| * | | sctp: Correct type and usage of sctp_end_cksum()Simon Horman2013-04-291-3/+2
| * | | netfilter: nfnetlink_queue: avoid expensive gso segmentation and checksum fixupFlorian Westphal2013-04-291-2/+3
| * | | netfilter: nfnetlink_queue: add skb info attributeFlorian Westphal2013-04-291-0/+16
| * | | netfilter: move skb_gso_segment into nfnetlink_queue moduleFlorian Westphal2013-04-292-104/+146
| * | | netfilter: nf_queue: move device refcount bump to extra functionFlorian Westphal2013-04-291-21/+28
| * | | netfilter: ipset: set match: add support to match the countersJozsef Kadlecsik2013-04-293-3/+77
| * | | netfilter: ipset: The list:set type with counter supportJozsef Kadlecsik2013-04-291-6/+67
| * | | netfilter: ipset: The hash types with counter supportJozsef Kadlecsik2013-04-298-19/+381
| * | | netfilter: ipset: The bitmap types with counter supportJozsef Kadlecsik2013-04-294-15/+186
| * | | netfilter: ipset: Introduce the counter extension in the coreJozsef Kadlecsik2013-04-291-0/+10
| * | | netfilter: ipset: list:set type using the extension interfaceJozsef Kadlecsik2013-04-291-246/+301
| * | | netfilter: ipset: Hash types using the unified code baseJozsef Kadlecsik2013-04-297-1865/+610
| * | | netfilter: ipset: Unified hash type generationJozsef Kadlecsik2013-04-291-0/+1039
| * | | netfilter: ipset: Bitmap types using the unified code baseJozsef Kadlecsik2013-04-293-958/+316
| * | | netfilter: ipset: Unified bitmap type generationJozsef Kadlecsik2013-04-291-0/+265
| * | | netfilter: ipset: Introduce extensions to elements in the coreJozsef Kadlecsik2013-04-292-23/+25
| * | | netfilter: ipset: Move often used IPv6 address masking function to header fileJozsef Kadlecsik2013-04-295-45/+0
| * | | netfilter: ipset: Make possible to test elements marked with nomatchJozsef Kadlecsik2013-04-294-24/+32
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller2013-04-259-49/+58
| |\ \ \
| | * | | netfilter: nf_nat: missing condition in nf_xfrm_me_harder()Dan Carpenter2013-04-251-0/+1
| | * | | ipvs: Use network byte order for sync message sizeSimon Horman2013-04-231-13/+8
| | * | | ipvs: off by one in set_sctp_state()Dan Carpenter2013-04-231-1/+1
| | * | | ipvs: Use min3() in ip_vs_dbg_callid()Simon Horman2013-04-231-1/+2
| | * | | ipvs: Avoid shadowing net variable in ip_vs_leave()Simon Horman2013-04-231-2/+2
| | * | | ipvs: fix sparse warnings for some parametersJulian Anastasov2013-04-232-17/+26