summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nfnetlink: extended ACK reportingPablo Neira Ayuso2017-06-1911-72/+146
* netfilter: nf_tables: reduce chain type table sizeFlorian Westphal2017-06-191-1/+4
* netfilter: conntrack: use NFPROTO_MAX to size arrayFlorian Westphal2017-06-191-9/+9
* netfilter: use nf_conntrack_helpers_register when possibleLiping Zhang2017-06-192-35/+40
* netfilter, kbuild: use canonical method to specify objs.Jike Song2017-06-191-4/+3
* netfilter: ebt: Use new helper ebt_invalid_target to check targetGao Feng2017-06-194-4/+4
* netns: add and use net_ns_barrierFlorian Westphal2017-06-192-0/+26
* netfilter: move table iteration out of netns exit pathsFlorian Westphal2017-06-191-9/+17
* netfilter: ipt_CLUSTERIP: do not hold devXin Long2017-06-191-28/+73
* netfilter: cttimeout: use nf_ct_iterate_cleanup_net to unlink timeout objsLiping Zhang2017-05-291-34/+5
* netfilter: nf_ct_helper: use nf_ct_iterate_destroy to unlink helper objsLiping Zhang2017-05-291-46/+4
* netfilter: nft_set_hash: add lookup variant for fixed size hashtablePablo Neira Ayuso2017-05-291-2/+58
* netfilter: nft_set_hash: add non-resizable hashtable implementationPablo Neira Ayuso2017-05-291-8/+202
* netfilter: nf_tables: allow large allocations for new setsPablo Neira Ayuso2017-05-291-5/+7
* netfilter: nft_set_hash: add nft_hash_buckets()Pablo Neira Ayuso2017-05-291-1/+6
* netfilter: nf_tables: pass set description to ->privsizePablo Neira Ayuso2017-05-294-4/+7
* netfilter: nf_tables: select set backend flavour depending on descriptionPablo Neira Ayuso2017-05-294-29/+60
* netfilter: nft_set_hash: use nft_rhash prefix for resizable set backendPablo Neira Ayuso2017-05-291-106/+106
* netfilter: nf_tables: no size estimation if number of set elements is unknownPablo Neira Ayuso2017-05-292-18/+7
* netfilter: nft_set_hash: unnecessary forward declarationPablo Neira Ayuso2017-05-291-10/+8
* netfilter: nat: destroy nat mappings on module exit path onlyFlorian Westphal2017-05-291-32/+5
* netfilter: conntrack: restart iteration on resizeFlorian Westphal2017-05-291-6/+14
* netfilter: conntrack: add nf_ct_iterate_destroyFlorian Westphal2017-05-291-13/+74
* netfilter: conntrack: don't call iter for non-confirmed conntracksFlorian Westphal2017-05-291-10/+29
* netfilter: conntrack: rename nf_ct_iterate_cleanupFlorian Westphal2017-05-296-19/+19
* netfilter: nft_rt: make local functions staticstephen hemminger2017-05-291-8/+8
* netfilter: dup: resolve warnings about missing prototypesstephen hemminger2017-05-291-0/+1
* netfilter: ipt_CLUSTERIP: switch to nf_register_net_hookFlorian Westphal2017-05-291-7/+7
* netfilter: ctnetlink: delete extra spaceslinzhang2017-05-291-2/+2
* net/sched: fix filter flushingJiri Pirko2017-05-231-3/+10
* net/sched: properly assign RCU pointer in tcf_chain_tp_insert/removeJiri Pirko2017-05-231-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-05-2225-120/+303
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-05-2224-116/+299
| |\
| | * net: sched: cls_matchall: fix null pointer dereferenceJiri Pirko2017-05-221-1/+0
| | * vsock: use new wait API for vsock_stream_sendmsg()WANG Cong2017-05-221-13/+8
| | * ipv6: fix out of bound writes in __ip6_append_data()Eric Dumazet2017-05-221-7/+8
| | * bridge: start hello_timer when enabling KERNEL_STP in br_stp_startXin Long2017-05-212-1/+2
| | * arp: always override existing neigh entries with gratuitous ARPIhar Hrachyshka2017-05-211-4/+5
| | * arp: postpone addr_type calculation to as late as possibleIhar Hrachyshka2017-05-211-7/+17
| | * arp: decompose is_garp logic into a separate functionIhar Hrachyshka2017-05-211-12/+23
| | * arp: fixed error in a commentIhar Hrachyshka2017-05-211-1/+1
| | * tcp: initialize rcv_mss to TCP_MIN_MSS instead of 0Wei Wang2017-05-211-0/+4
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-05-2117-77/+238
| | |\
| | | * netfilter: xtables: fix build failure from COMPAT_XT_ALIGN outside CONFIG_COMPATWillem de Bruijn2017-05-181-8/+13
| | | * ebtables: arpreply: Add the standard target sanity checkGao Feng2017-05-161-0/+3
| | | * netfilter: nf_tables: revisit chain/object refcounting from elementsPablo Neira Ayuso2017-05-155-17/+80
| | | * netfilter: nf_tables: missing sanitization in data from userspacePablo Neira Ayuso2017-05-152-7/+24
| | | * netfilter: nf_tables: can't assume lock is acquired when dumping set elemsLiping Zhang2017-05-152-23/+57
| | | * netfilter: synproxy: fix conntrackd interactionEric Leblond2017-05-151-0/+4
| | | * netfilter: xtables: zero padding in data_to_userWillem de Bruijn2017-05-152-6/+12