| Commit message (Expand) | Author | Age | Files | Lines |
* | net: convert unix_address.refcnt from atomic_t to refcount_t | Reshetova, Elena | 2017-07-01 | 1 | -4/+4 |
* | net: convert netpoll_info.refcnt from atomic_t to refcount_t | Reshetova, Elena | 2017-07-01 | 1 | -3/+3 |
* | net: convert in_device.refcnt from atomic_t to refcount_t | Reshetova, Elena | 2017-07-01 | 1 | -1/+1 |
* | net: convert ip_mc_list.refcnt from atomic_t to refcount_t | Reshetova, Elena | 2017-07-01 | 1 | -5/+5 |
* | net: convert sock.sk_refcnt from atomic_t to refcount_t | Reshetova, Elena | 2017-07-01 | 31 | -54/+53 |
* | net: convert sock.sk_wmem_alloc from atomic_t to refcount_t | Reshetova, Elena | 2017-07-01 | 32 | -66/+65 |
* | net: convert sk_buff_fclones.fclone_ref from atomic_t to refcount_t | Reshetova, Elena | 2017-07-01 | 1 | -5/+5 |
* | net: convert sk_buff.users from atomic_t to refcount_t | Reshetova, Elena | 2017-07-01 | 14 | -38/+38 |
* | net: convert nf_bridge_info.use from atomic_t to refcount_t | Reshetova, Elena | 2017-07-01 | 1 | -2/+2 |
* | net: convert neigh_params.refcnt from atomic_t to refcount_t | Reshetova, Elena | 2017-07-01 | 1 | -4/+4 |
* | net: convert neighbour.refcnt from atomic_t to refcount_t | Reshetova, Elena | 2017-07-01 | 3 | -11/+11 |
* | net: convert inet_peer.refcnt from atomic_t to refcount_t | Reshetova, Elena | 2017-07-01 | 1 | -9/+9 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-06-30 | 17 | -30/+90 |
|\ |
|
| * | net: handle NAPI_GRO_FREE_STOLEN_HEAD case also in napi_frags_finish() | Michal Kubeček | 2017-06-29 | 1 | -7/+17 |
| * | net: sched: Fix one possible panic when no destroy callback | Gao Feng | 2017-06-29 | 1 | -1/+2 |
| * | net: prevent sign extension in dev_get_stats() | Eric Dumazet | 2017-06-27 | 1 | -3/+3 |
| * | tcp: reset sk_rx_dst in tcp_disconnect() | WANG Cong | 2017-06-25 | 1 | -0/+2 |
| * | net: ipv6: reset daddr and dport in sk if connect() fails | Wei Wang | 2017-06-25 | 2 | -2/+9 |
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 2017-06-23 | 7 | -11/+45 |
| |\ |
|
| | * | esp6_offload: Fix IP6CB(skb)->nhoff for ESP GRO | Yossi Kuperman | 2017-06-22 | 1 | -0/+25 |
| | * | xfrm6: Fix IPv6 payload_len in xfrm6_transport_finish | Yossi Kuperman | 2017-06-22 | 1 | -1/+1 |
| | * | xfrm: NULL dereference on allocation failure | Dan Carpenter | 2017-06-14 | 1 | -0/+1 |
| | * | xfrm: Oops on error in pfkey_msg2xfrm_state() | Dan Carpenter | 2017-06-14 | 1 | -4/+12 |
| | * | xfrm: move xfrm_garbage_collect out of xfrm_policy_flush | Hangbin Liu | 2017-06-12 | 3 | -4/+3 |
| | * | xfrm: fix xfrm_dev_event() missing when compile without CONFIG_XFRM_OFFLOAD | Hangbin Liu | 2017-06-07 | 2 | -2/+3 |
| * | | sit: use __GFP_NOWARN for user controlled allocation | WANG Cong | 2017-06-23 | 1 | -1/+1 |
| * | | net: account for current skb length when deciding about UFO | Michal Kubeček | 2017-06-23 | 2 | -2/+3 |
| * | | ipv6: avoid unregistering inet6_dev for loopback | WANG Cong | 2017-06-22 | 1 | -2/+3 |
| * | | ipv6: only call ip6_route_dev_notify() once for NETDEV_UNREGISTER | WANG Cong | 2017-06-22 | 1 | -1/+5 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 2017-06-30 | 31 | -476/+905 |
|\ \ \ |
|
| * | | | netfilter: nfnetlink: extended ACK reporting | Pablo Neira Ayuso | 2017-06-19 | 11 | -72/+146 |
| * | | | netfilter: nf_tables: reduce chain type table size | Florian Westphal | 2017-06-19 | 1 | -1/+4 |
| * | | | netfilter: conntrack: use NFPROTO_MAX to size array | Florian Westphal | 2017-06-19 | 1 | -9/+9 |
| * | | | netfilter: use nf_conntrack_helpers_register when possible | Liping Zhang | 2017-06-19 | 2 | -35/+40 |
| * | | | netfilter, kbuild: use canonical method to specify objs. | Jike Song | 2017-06-19 | 1 | -4/+3 |
| * | | | netfilter: ebt: Use new helper ebt_invalid_target to check target | Gao Feng | 2017-06-19 | 4 | -4/+4 |
| * | | | netns: add and use net_ns_barrier | Florian Westphal | 2017-06-19 | 2 | -0/+26 |
| * | | | netfilter: move table iteration out of netns exit paths | Florian Westphal | 2017-06-19 | 1 | -9/+17 |
| * | | | netfilter: ipt_CLUSTERIP: do not hold dev | Xin Long | 2017-06-19 | 1 | -28/+73 |
| * | | | netfilter: cttimeout: use nf_ct_iterate_cleanup_net to unlink timeout objs | Liping Zhang | 2017-05-29 | 1 | -34/+5 |
| * | | | netfilter: nf_ct_helper: use nf_ct_iterate_destroy to unlink helper objs | Liping Zhang | 2017-05-29 | 1 | -46/+4 |
| * | | | netfilter: nft_set_hash: add lookup variant for fixed size hashtable | Pablo Neira Ayuso | 2017-05-29 | 1 | -2/+58 |
| * | | | netfilter: nft_set_hash: add non-resizable hashtable implementation | Pablo Neira Ayuso | 2017-05-29 | 1 | -8/+202 |
| * | | | netfilter: nf_tables: allow large allocations for new sets | Pablo Neira Ayuso | 2017-05-29 | 1 | -5/+7 |
| * | | | netfilter: nft_set_hash: add nft_hash_buckets() | Pablo Neira Ayuso | 2017-05-29 | 1 | -1/+6 |
| * | | | netfilter: nf_tables: pass set description to ->privsize | Pablo Neira Ayuso | 2017-05-29 | 4 | -4/+7 |
| * | | | netfilter: nf_tables: select set backend flavour depending on description | Pablo Neira Ayuso | 2017-05-29 | 4 | -29/+60 |
| * | | | netfilter: nft_set_hash: use nft_rhash prefix for resizable set backend | Pablo Neira Ayuso | 2017-05-29 | 1 | -106/+106 |
| * | | | netfilter: nf_tables: no size estimation if number of set elements is unknown | Pablo Neira Ayuso | 2017-05-29 | 2 | -18/+7 |
| * | | | netfilter: nft_set_hash: unnecessary forward declaration | Pablo Neira Ayuso | 2017-05-29 | 1 | -10/+8 |