aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* update network codemigrate_3.2Wolfgang Wiedmeyer2015-10-2418-289/+303
* initial merge with 3.2.72Wolfgang Wiedmeyer2015-10-231-0/+786
|\
| * netfilter: nf_conntrack: Support expectations in different zonesJoe Stringer2015-08-121-1/+2
| * ipvs: kernel oops - do_ip_vs_get_ctlHans Schillstrom2015-08-072-22/+39
| * ipvs: fix memory leak in ip_vs_ctl.cTommi Rantala2015-08-071-0/+3
| * ipvs: uninitialized data with IP_VS_IPV6Dan Carpenter2015-05-091-5/+5
| * ipvs: rerouting to local clients is not needed anymoreJulian Anastasov2015-05-091-11/+21
| * net: make skb_gso_segment error handling more robustFlorian Westphal2015-05-091-1/+1
| * ipvs: add missing ip_vs_pe_put in sync codeJulian Anastasov2015-05-091-0/+3
| * netfilter: xt_socket: fix a stack corruption bugEric Dumazet2015-05-091-9/+13
| * netfilter: conntrack: disable generic tracking for known protocolsFlorian Westphal2015-02-201-1/+25
| * netfilter: ipset: small potential read beyond the end of bufferDan Carpenter2015-02-201-0/+6
| * ipvs: avoid netns exit crash on ip_vs_conn_drop_conntrackJulian Anastasov2014-11-051-1/+0
| * inetpeer: get rid of ip_id_countEric Dumazet2014-09-131-1/+1
| * ipvs: stop tot_stats estimator only under CONFIG_SYSCTLJulian Anastasov2014-08-061-1/+1
| * netfilter: nf_conntrack_dccp: fix skb_header_pointer API usagesDaniel Borkmann2014-04-091-3/+3
| * netfilter: nf_ct_sip: don't drop packets with offsets pointing outside the pa...Patrick McHardy2013-11-281-1/+1
| * ip: generate unique IP identificator if local fragmentation is allowedAnsis Atteka2013-10-261-1/+1
| * ipvs: ip_vs_sip_fill_param() BUG: bad check of return valueHans Schillstrom2013-05-301-5/+1
| * netfilter: Validate the sequence number of dataless ACK packets as wellJozsef Kadlecsik2012-12-061-8/+2
| * netfilter: Mark SYN/ACK packets as invalid from original directionJozsef Kadlecsik2012-12-061-11/+8
| * netfilter: nf_conntrack: fix racy timer handling with reliable eventsPablo Neira Ayuso2012-10-301-5/+11
| * netfilter: xt_limit: have r->cost != 0 case workJan Engelhardt2012-10-171-4/+4
| * netfilter: limit, hashlimit: avoid duplicated inlineFlorian Westphal2012-10-172-8/+5
| * netfilter: nf_ct_expect: fix possible access to uninitialized timerPablo Neira Ayuso2012-10-171-23/+6
| * ipvs: fix info leak in getsockopt(IP_VS_SO_GET_TIMEOUT)Mathias Krause2012-09-191-0/+1
| * ipvs: fix matching of fwmark templates during schedulingSimon Horman2012-02-291-1/+1
| * net: reintroduce missing rcu_assign_pointer() callsEric Dumazet2012-02-038-12/+12
| * netfilter: ctnetlink: fix timeout calculationXi Wang2011-12-311-2/+2
| * ipvs: try also real server with port 0 in backup serverJulian Anastasov2011-12-313-4/+10
| * Merge branch 'nf' of git://1984.lsi.us.es/netDavid S. Miller2011-12-241-5/+13
| |\
| | * netfilter: ctnetlink: fix scheduling while atomic if helper is autoloadedPablo Neira Ayuso2011-12-241-0/+3
| | * netfilter: ctnetlink: fix return value of ctnetlink_get_expect()Pablo Neira Ayuso2011-12-241-5/+10
| * | netfilter: xt_connbytes: handle negation correctlyFlorian Westphal2011-12-231-3/+3
| |/
| * netfilter: Remove ADVANCED dependency from NF_CONNTRACK_NETBIOS_NSDavid S. Miller2011-12-011-1/+0
| * Merge branch 'nf' of git://1984.lsi.us.es/netDavid S. Miller2011-11-295-43/+73
| |\
| | * netfilter: nf_conntrack: make event callback registration per-netnsPablo Neira Ayuso2011-11-222-40/+70
| | * netfilter: ipset: suppress compile-time warnings in ip_set_hash_ipport*.cJozsef Kadlecsik2011-11-213-3/+3
| * | netfilter: Remove NOTRACK/RAW dependency on NETFILTER_ADVANCED.David S. Miller2011-11-231-1/+0
| |/
| * Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-068-0/+9
| |\
| | * net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-10-315-0/+5
| | * net: add moduleparam.h for users of module_param/MODULE_PARM_DESCPaul Gortmaker2011-10-311-0/+1
| | * net: Fix files explicitly needing to include module.hPaul Gortmaker2011-10-313-0/+3
| * | netfilter: do not propagate nf_queue errors in nf_hook_slowFlorian Westphal2011-11-011-6/+5
| * | ipvs: Remove unused variable "cs" from ip_vs_leave function.Krzysztof Wilczynski2011-11-011-1/+1
| * | netfilter: Remove unnecessary OOM logging messagesJoe Perches2011-11-0113-60/+28
| * | ipvs: Removed unused variablesSimon Horman2011-11-011-4/+0
| * | ipvs: Remove unused return value of protocol state transitionsSimon Horman2011-11-014-24/+14
| * | ipvs: Remove unused parameter from ip_vs_confirm_conntrack()Simon Horman2011-11-012-2/+2
| * | ipvs: Expose ip_vs_ftp module parameters via sysfs.Krzysztof Wilczynski2011-11-011-2/+3
| |/