summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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 netpoll_info.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-1/+2
* net: convert in_device.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-5/+6
* net: convert ip_mc_list.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-012-5/+5
* net: convert sk_buff_fclones.fclone_ref from atomic_t to refcount_tReshetova, Elena2017-07-011-2/+2
* net: convert sk_buff.users from atomic_t to refcount_tReshetova, Elena2017-07-011-5/+5
* net: convert nf_bridge_info.use from atomic_t to refcount_tReshetova, Elena2017-07-012-4/+4
* 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-306-9/+10
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-06-291-5/+2
| |\
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-06-231-5/+2
| | |\
| | | * xfrm: fix xfrm_dev_event() missing when compile without CONFIG_XFRM_OFFLOADHangbin Liu2017-06-071-5/+2
| * | | block: provide bio_uninit() free freeing integrity/task associationsJens Axboe2017-06-281-0/+1
| * | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-06-251-3/+2
| |\ \ \
| | * | | time: Fix CLOCK_MONOTONIC_RAW sub-nanosecond accountingJohn Stultz2017-06-201-2/+2
| | * | | time: Fix clock->read(clock) race around clocksource changesJohn Stultz2017-06-201-1/+0
| * | | | Merge tag 'acpi-4.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2017-06-241-1/+2
| |\ \ \ \
| | * | | | ACPI / scan: Fix enumeration for special SPI and I2C devicesJarkko Nikula2017-06-211-1/+2
| | |/ / /
| * | | | slub: make sysfs file removal asynchronousTejun Heo2017-06-241-0/+1
| * | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-06-221-0/+2
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | blk-mq: fix performance regression with shared tagsJens Axboe2017-06-211-0/+2
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-06-306-18/+40
|\ \ \ \ \
| * | | | | netfilter: nfnetlink: extended ACK reportingPablo Neira Ayuso2017-06-191-4/+6
| * | | | | netfilter: conntrack: use NFPROTO_MAX to size arrayFlorian Westphal2017-06-191-2/+2
| * | | | | netfilter: ebt: Use new helper ebt_invalid_target to check targetGao Feng2017-06-191-2/+0
| * | | | | 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
* | | | | | bpf: Add syscall lookup support for fd array and htabMartin KaFai Lau2017-06-291-0/+3
* | | | | | Merge tag 'mlx5-updates-2017-06-27' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2017-06-295-4/+334
|\ \ \ \ \ \
| * | | | | | net/mlx5e: IPSec, Innova IPSec offload infrastructureIlan Tayari2017-06-272-4/+18
| * | | | | | net/mlx5: Accel, Add IPSec acceleration interfaceIlan Tayari2017-06-271-0/+67
| * | | | | | net/mlx5: FPGA, Add SBU infrastructureIlan Tayari2017-06-274-0/+18
| * | | | | | net/mlx5: FPGA, Add SBU bypass and reset flowsIlan Tayari2017-06-271-0/+9
| * | | | | | net/mlx5: FPGA, Add FW commands for FPGA QPsIlan Tayari2017-06-272-0/+204
| * | | | | | net/mlx5: Add support for multiple RoCE enableIlan Tayari2017-06-271-0/+1
| * | | | | | net/mlx5: Add reserved-gids supportIlan Tayari2017-06-271-0/+17
* | | | | | | udp: move scratch area helpers into the include filePaolo Abeni2017-06-271-0/+61
|/ / / / / /
* | | | | | net: add netlink_ext_ack argument to rtnl_link_ops.slave_validateMatthias Schiffer2017-06-271-1/+2
* | | | | | net: add netlink_ext_ack argument to rtnl_link_ops.slave_changelinkMatthias Schiffer2017-06-271-1/+2