summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | net, x25: convert x25_route.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-041-3/+4
| * | | | net, netrom: convert nr_node.refcount from atomic_t to refcount_tReshetova, Elena2017-07-041-3/+3
| * | | | net, netrom: convert nr_neigh.refcount from atomic_t to refcount_tReshetova, Elena2017-07-041-3/+4
| * | | | net, ipx: convert ipx_route.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-041-3/+3
| * | | | net, ipx: convert ipx_interface.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-041-3/+4
| * | | | net, lapb: convert lapb_cb.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-041-1/+2
| * | | | net, sched: convert Qdisc.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-041-1/+2
| * | | | net, calipso: convert calipso_doi.refcount from atomic_t to refcount_tReshetova, Elena2017-07-041-2/+2
| * | | | net, decnet: convert dn_fib_info.fib_clntref from atomic_t to refcount_tReshetova, Elena2017-07-041-2/+3
| * | | | net, vxlan: convert vxlan_sock.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-041-1/+1
| * | | | net, llc: convert llc_sap.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-041-3/+3
| * | | | net, ipv4: convert fib_info.fib_clntref from atomic_t to refcount_tReshetova, Elena2017-07-041-3/+4
| * | | | net, ipv4: convert cipso_v4_doi.refcount from atomic_t to refcount_tReshetova, Elena2017-07-041-1/+2
| * | | | net, ipv6: convert ifacaddr6.aca_refcnt from atomic_t to refcount_tReshetova, Elena2017-07-041-1/+1
| * | | | net, ipv6: convert ifmcaddr6.mca_refcnt from atomic_t to refcount_tReshetova, Elena2017-07-041-1/+1
| * | | | net, ipv6: convert inet6_ifaddr.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-042-4/+4
| * | | | net, ipv6: convert inet6_dev.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-042-5/+6
| * | | | net, ipv6: convert ipv6_txoptions.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-041-3/+4
| * | | | net: make sk_ehashfn() staticEric Dumazet2017-07-031-1/+0
| * | | | vxlan: fix hlist corruptionJiri Benc2017-07-031-1/+9
| * | | | bpf: Add support for changing congestion controlLawrence Brakmo2017-07-011-1/+8
| * | | | bpf: Support for setting initial receive windowLawrence Brakmo2017-07-011-0/+10
| * | | | bpf: Support for per connection SYN/SYN-ACK RTOsLawrence Brakmo2017-07-011-0/+11
| * | | | bpf: BPF support for sock_opsLawrence Brakmo2017-07-011-0/+36
| * | | | sctp: remove the typedef sctp_init_chunk_tXin Long2017-07-012-4/+4
| * | | | sctp: remove the typedef sctp_data_chunk_tXin Long2017-07-012-2/+2
| * | | | sctp: remove the typedef sctp_param_tXin Long2017-07-011-8/+6
| * | | | sctp: remove the typedef sctp_paramhdr_tXin Long2017-07-012-3/+4
| * | | | sctp: remove the typedef sctp_cid_tXin Long2017-07-013-5/+7
| * | | | sctp: remove the typedef sctp_chunkhdr_tXin Long2017-07-011-1/+1
| * | | | net: switchdev: add SET_SWITCHDEV_OPS helperSimon Horman2017-07-011-0/+4
| * | | | net: convert netlbl_lsm_cache.refcount from atomic_t to refcount_tReshetova, Elena2017-07-011-4/+4
| * | | | net: convert net.passive from atomic_t to refcount_tReshetova, Elena2017-07-011-1/+2
| * | | | net: convert inet_frag_queue.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-2/+2
| * | | | net: convert fib_rule.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-3/+4
| * | | | net: convert unix_address.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-1/+2
| * | | | net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena2017-07-013-14/+16
| * | | | net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena2017-07-011-4/+4
| * | | | net: convert nf_bridge_info.use from atomic_t to refcount_tReshetova, Elena2017-07-011-1/+1
| * | | | net: convert neigh_params.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-3/+3
| * | | | net: convert neighbour.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-013-6/+7
| * | | | net: convert inet_peer.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-2/+2
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-301-5/+2
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-06-304-12/+34
| |\ \ \ \ \
| | * | | | | netfilter: conntrack: use NFPROTO_MAX to size arrayFlorian Westphal2017-06-191-2/+2
| | * | | | | netns: add and use net_ns_barrierFlorian Westphal2017-06-191-0/+3
| | * | | | | netfilter: nf_tables: pass set description to ->privsizePablo Neira Ayuso2017-05-291-1/+2
| | * | | | | netfilter: nf_tables: select set backend flavour depending on descriptionPablo Neira Ayuso2017-05-291-6/+20
| | * | | | | netfilter: conntrack: add nf_ct_iterate_destroyFlorian Westphal2017-05-291-0/+4
| | * | | | | netfilter: conntrack: rename nf_ct_iterate_cleanupFlorian Westphal2017-05-291-3/+3
OpenPOWER on IntegriCloud