summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-3017-30/+90
|\
| * net: handle NAPI_GRO_FREE_STOLEN_HEAD case also in napi_frags_finish()Michal Kubeček2017-06-291-7/+17
| * net: sched: Fix one possible panic when no destroy callbackGao Feng2017-06-291-1/+2
| * net: prevent sign extension in dev_get_stats()Eric Dumazet2017-06-271-3/+3
| * tcp: reset sk_rx_dst in tcp_disconnect()WANG Cong2017-06-251-0/+2
| * net: ipv6: reset daddr and dport in sk if connect() failsWei Wang2017-06-252-2/+9
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-06-237-11/+45
| |\
| | * esp6_offload: Fix IP6CB(skb)->nhoff for ESP GROYossi Kuperman2017-06-221-0/+25
| | * xfrm6: Fix IPv6 payload_len in xfrm6_transport_finishYossi Kuperman2017-06-221-1/+1
| | * xfrm: NULL dereference on allocation failureDan Carpenter2017-06-141-0/+1
| | * xfrm: Oops on error in pfkey_msg2xfrm_state()Dan Carpenter2017-06-141-4/+12
| | * xfrm: move xfrm_garbage_collect out of xfrm_policy_flushHangbin Liu2017-06-123-4/+3
| | * xfrm: fix xfrm_dev_event() missing when compile without CONFIG_XFRM_OFFLOADHangbin Liu2017-06-072-2/+3
| * | sit: use __GFP_NOWARN for user controlled allocationWANG Cong2017-06-231-1/+1
| * | net: account for current skb length when deciding about UFOMichal Kubeček2017-06-232-2/+3
| * | ipv6: avoid unregistering inet6_dev for loopbackWANG Cong2017-06-221-2/+3
| * | ipv6: only call ip6_route_dev_notify() once for NETDEV_UNREGISTERWANG Cong2017-06-221-1/+5
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-06-3031-476/+905
|\ \ \
| * | | 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: bridge: constify attribute_group structures.Arvind Yadav2017-06-291-1/+1
* | | | net: constify attribute_group structures.Arvind Yadav2017-06-291-3/+3
* | | | net: ipmr: Add ipmr_rtm_getrouteDonald Sharp2017-06-291-1/+62