summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* sctp: remove the typedef sctp_inithdr_tXin Long2017-07-013-10/+10
* sctp: remove the typedef sctp_data_chunk_tXin Long2017-07-013-6/+6
* sctp: remove the typedef sctp_datahdr_tXin Long2017-07-011-5/+8
* sctp: remove the typedef sctp_param_tXin Long2017-07-011-1/+1
* sctp: remove the typedef sctp_paramhdr_tXin Long2017-07-017-46/+53
* sctp: remove the typedef sctp_cid_tXin Long2017-07-013-7/+7
* sctp: remove the typedef sctp_chunkhdr_tXin Long2017-07-0110-85/+84
* sctp: remove the typedef sctp_sctphdr_tXin Long2017-07-016-23/+22
* sctp: remove an unnecessary check from sctp_endpoint_destroyXin Long2017-07-011-8/+6
* net: convert packet_fanout.sk_ref from atomic_t to refcount_tReshetova, Elena2017-07-012-5/+7
* net: convert netlbl_lsm_cache.refcount from atomic_t to refcount_tReshetova, Elena2017-07-012-4/+4
* net: convert net.passive from atomic_t to refcount_tReshetova, Elena2017-07-012-3/+3
* net: convert inet_frag_queue.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-012-8/+8
* net: convert fib_rule.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-2/+2
* net: convert unix_address.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-4/+4
* net: convert netpoll_info.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-3/+3
* net: convert in_device.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-1/+1
* net: convert ip_mc_list.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-5/+5
* net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena2017-07-0131-54/+53
* net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena2017-07-0132-66/+65
* net: convert sk_buff_fclones.fclone_ref from atomic_t to refcount_tReshetova, Elena2017-07-011-5/+5
* net: convert sk_buff.users from atomic_t to refcount_tReshetova, Elena2017-07-0114-38/+38
* net: convert nf_bridge_info.use from atomic_t to refcount_tReshetova, Elena2017-07-011-2/+2
* net: convert neigh_params.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-4/+4
* net: convert neighbour.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-013-11/+11
* net: convert inet_peer.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-9/+9
* 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