summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* 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/+2
| * 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-042-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-0417-154/+200
| |\ \
| | * | netfilter: ctnetlink: account both directions in one stepHolger Eitzenberger2013-11-031-25/+24
| | * | 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/+0
| | * | 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/+20
| | * | 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/+2
| | * | ipvs: improved SH fallback strategyAlexander Frolkin2013-10-151-10/+29
| | * | ipvs: avoid rcu_barrier during netns cleanupJulian Anastasov2013-10-153-7/+3
| * | | 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-191-17/+11
| | |_|_|/ | |/| | |
| * | | | 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/+86
| * | | | 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
| * | | | netfilter: add nftablesPatrick McHardy2013-10-1419-0/+4563
| * | | | netfilter: nf_nat: move alloc_null_binding to nf_nat_core.cPablo Neira Ayuso2013-10-141-0/+20
| * | | | netfilter: pass hook ops to hookfnPatrick McHardy2013-10-142-22/+22
| | |_|/ | |/| |
| * | | ipv6: make lookups simpler and fasterEric Dumazet2013-10-092-2/+2
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller2013-10-0426-1650/+2414
| |\ \ \
| | * | | netfilter: cttimeout: allow to set/get default protocol timeoutsPablo Neira Ayuso2013-10-011-8/+153
| | * | | netfilter: nf_ct_sip: consolidate NAT hook functionsholger@eitzenberger.org2013-10-012-113/+49
| | * | | netfilter: nfnetlink_log: use proper net to allocate skbGao feng2013-10-011-5/+6
| | * | | netfilter: nfnetlink_queue: use proper net namespace to allocate skbGao feng2013-10-011-3/+3
| | * | | netfilter: ipset: Add hash:net,port,net module to kernel.Oliver Smith2013-09-303-0/+598
| | * | | netfiler: ipset: Add net namespace for ipsetVitaly Lavrov2013-09-307-138/+232
| | * | | netfilter: ipset: Use a common function at listing the extensionsJozsef Kadlecsik2013-09-304-50/+12
| | * | | netfilter: ipset: For set:list types, replaced elements must be zeroed outJozsef Kadlecsik2013-09-301-1/+3
| | * | | netfilter: ipset: Fix hash resizing with commentsJozsef Kadlecsik2013-09-301-5/+5
| | * | | netfilter: ipset: Support comments in hash-type ipsets.Oliver Smith2013-09-309-13/+30
| | * | | netfilter: ipset: Support comments in the list-type ipset.Oliver Smith2013-09-301-6/+12
OpenPOWER on IntegriCloud