summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_tables: fix missing rules flushing per tablePablo Neira Ayuso2013-12-071-13/+33
* netfilter: xt_hashlimit: fix proc entry leak in netns destroy pathSergey Popovich2013-12-071-14/+11Star
* netfilter: ipset: fix incorret comparison in hash_netnet4_data_equal()Dave Jones2013-11-251-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2013-11-215-13/+22
|\
| * netfilter: nf_conntrack: decrement global counter after object releasePablo Neira Ayuso2013-11-181-1/+2
| * netfilter: nft_compat: fix error path in nft_parse_compat()Pablo Neira Ayuso2013-11-181-6/+13
| * netfilter: fix wrong byte order in nf_ct_seqadj_set internal informationPhil Oester2013-11-181-2/+2
| * netfilter: synproxy: correct wscale option passingMartin Topholm2013-11-181-3/+4
| * netfilter: fix connlimit Kconfig prompt stringRandy Dunlap2013-11-131-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-11-201-2/+2
|\ \
| * | genetlink: only pass array to genl_register_family_with_ops()Johannes Berg2013-11-191-1/+1
| * | genetlink: make all genl_ops users constJohannes Berg2013-11-141-1/+1
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-11-161-2/+2
|\ \
| * | treewide: Fix common typo in "identify"Maxime Jayat2013-10-141-2/+2
* | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-11-141-3/+22
|\ \ \ | |_|/ |/| |
| * | net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz2013-11-061-3/+22
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-11-1365-1873/+10075
|\ \ \
| * | | netfilter: push reasm skb through instead of original frag skbsJiri Pirko2013-11-112-61/+2Star
| * | | nfnetlink: do not ack malformed messagesJiri Benc2013-11-081-3/+5
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller2013-11-052-8/+12
| |\ \ \
| | * | | netfilter: nft_compat: use _safe version of list_for_eachDan Carpenter2013-11-041-4/+4
| | * | | netfilter: nft_nat: Fix endianness issue reported by sparseTomasz Bursztyka2013-10-281-4/+8
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller2013-11-0517-154/+200
| |\ \ \ \
| | * | | | netfilter: ctnetlink: account both directions in one stepHolger Eitzenberger2013-11-031-25/+24Star
| | * | | | netfilter: introduce nf_conn_acct structureHolger Eitzenberger2013-11-034-20/+30
| | * | | | net: ipvs: sctp: do not recalc sctp csum when ports didn't changeDaniel Borkmann2013-10-301-6/+33
| | * | | | net: ipvs: sctp: add missing verdict assignments in sctp_conn_scheduleDaniel Borkmann2013-10-281-2/+7
| | * | | | netfilter: ipset: remove duplicate defineMichael Opdenacker2013-10-271-1/+0Star
| | * | | | netfilter:ipset: Fix memory allocation for bitmap:portJozsef Kadlecsik2013-10-271-1/+1
| | * | | | netfilter: ipset: The unnamed union initialization may lead to compilation errorJozsef Kadlecsik2013-10-222-24/+20Star
| | * | | | netfilter: ipset: Use netlink callback dump args onlyJozsef Kadlecsik2013-10-224-54/+58
| | * | | | netfilter: xt_socket: use sock_gen_put()Eric Dumazet2013-10-171-11/+2Star
| | * | | | ipvs: improved SH fallback strategyAlexander Frolkin2013-10-151-10/+29
| | * | | | ipvs: avoid rcu_barrier during netns cleanupJulian Anastasov2013-10-153-7/+3Star
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-11-042-2/+12
| |\ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-231-2/+2
| |\ \ \ \ \ \
| * | | | | | | net: misc: Remove extern from function prototypesJoe Perches2013-10-201-17/+11Star
| | |_|_|/ / / | |/| | | | |
| * | | | | | netfilter: nf_tables: add trace supportPablo Neira Ayuso2013-10-142-0/+58
| * | | | | | netfilter: nfnetlink: add batch support and use it from nf_tablesPablo Neira Ayuso2013-10-143-22/+365
| * | | | | | netfilter: nf_tables: add insert operationEric Leblond2013-10-141-6/+32
| * | | | | | netfilter: nf_tables: complete net namespace supportPablo Neira Ayuso2013-10-141-28/+55
| * | | | | | netfilter: nf_tables: Add support for IPv6 NATTomasz Bursztyka2013-10-143-0/+227
| * | | | | | netfilter: nf_tables: add support for dormant tablesPablo Neira Ayuso2013-10-141-7/+90
| * | | | | | netfilter: nf_tables: nft_payload: fix transport header basePablo Neira Ayuso2013-10-142-2/+2
| * | | | | | netfilter: nf_tables: add compatibility layer for x_tablesPablo Neira Ayuso2013-10-148-55/+1008
| * | | | | | netfilter: nf_tables: convert built-in tables/chains to chain typesPablo Neira Ayuso2013-10-141-111/+86Star
| * | | | | | netfilter: nft_payload: add optimized payload implementation for small loadsPatrick McHardy2013-10-142-28/+72
| * | | | | | netfilter: nf_tables: add optimized data comparison for small valuesPatrick McHardy2013-10-142-24/+110
| * | | | | | netfilter: nf_tables: expression ops overloadingPatrick McHardy2013-10-1414-123/+214
| * | | | | | netfilter: nf_tables: add netlink set APIPatrick McHardy2013-10-149-618/+1573