| Commit message (Expand) | Author | Age | Files | Lines |
* | net: convert netlbl_lsm_cache.refcount from atomic_t to refcount_t | Reshetova, Elena | 2017-07-01 | 1 | -4/+4 |
* | net: convert net.passive from atomic_t to refcount_t | Reshetova, Elena | 2017-07-01 | 1 | -1/+2 |
* | net: convert inet_frag_queue.refcnt from atomic_t to refcount_t | Reshetova, Elena | 2017-07-01 | 1 | -2/+2 |
* | net: convert fib_rule.refcnt from atomic_t to refcount_t | Reshetova, Elena | 2017-07-01 | 1 | -3/+4 |
* | net: convert unix_address.refcnt from atomic_t to refcount_t | Reshetova, Elena | 2017-07-01 | 1 | -1/+2 |
* | net: convert netpoll_info.refcnt from atomic_t to refcount_t | Reshetova, Elena | 2017-07-01 | 1 | -1/+2 |
* | net: convert in_device.refcnt from atomic_t to refcount_t | Reshetova, Elena | 2017-07-01 | 1 | -5/+6 |
* | net: convert ip_mc_list.refcnt from atomic_t to refcount_t | Reshetova, Elena | 2017-07-01 | 1 | -1/+2 |
* | net: convert sock.sk_refcnt from atomic_t to refcount_t | Reshetova, Elena | 2017-07-01 | 3 | -14/+16 |
* | net: convert sock.sk_wmem_alloc from atomic_t to refcount_t | Reshetova, Elena | 2017-07-01 | 2 | -5/+5 |
* | net: convert sk_buff_fclones.fclone_ref from atomic_t to refcount_t | Reshetova, Elena | 2017-07-01 | 1 | -2/+2 |
* | net: convert sk_buff.users from atomic_t to refcount_t | Reshetova, Elena | 2017-07-01 | 1 | -5/+5 |
* | net: convert nf_bridge_info.use from atomic_t to refcount_t | Reshetova, Elena | 2017-07-01 | 2 | -4/+4 |
* | net: convert neigh_params.refcnt from atomic_t to refcount_t | Reshetova, Elena | 2017-07-01 | 1 | -3/+3 |
* | net: convert neighbour.refcnt from atomic_t to refcount_t | Reshetova, Elena | 2017-07-01 | 3 | -6/+7 |
* | net: convert inet_peer.refcnt from atomic_t to refcount_t | Reshetova, Elena | 2017-07-01 | 1 | -2/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-06-30 | 6 | -9/+10 |
|\ |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2017-06-29 | 1 | -5/+2 |
| |\ |
|
| | * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 2017-06-23 | 1 | -5/+2 |
| | |\ |
|
| | | * | xfrm: fix xfrm_dev_event() missing when compile without CONFIG_XFRM_OFFLOAD | Hangbin Liu | 2017-06-07 | 1 | -5/+2 |
| * | | | block: provide bio_uninit() free freeing integrity/task associations | Jens Axboe | 2017-06-28 | 1 | -0/+1 |
| * | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2017-06-25 | 1 | -3/+2 |
| |\ \ \ |
|
| | * | | | time: Fix CLOCK_MONOTONIC_RAW sub-nanosecond accounting | John Stultz | 2017-06-20 | 1 | -2/+2 |
| | * | | | time: Fix clock->read(clock) race around clocksource changes | John Stultz | 2017-06-20 | 1 | -1/+0 |
| * | | | | Merge tag 'acpi-4.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ra... | Linus Torvalds | 2017-06-24 | 1 | -1/+2 |
| |\ \ \ \ |
|
| | * | | | | ACPI / scan: Fix enumeration for special SPI and I2C devices | Jarkko Nikula | 2017-06-21 | 1 | -1/+2 |
| | |/ / / |
|
| * | | | | slub: make sysfs file removal asynchronous | Tejun Heo | 2017-06-24 | 1 | -0/+1 |
| * | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds | 2017-06-22 | 1 | -0/+2 |
| |\ \ \ \
| | |_|/ /
| |/| | | |
|
| | * | | | blk-mq: fix performance regression with shared tags | Jens Axboe | 2017-06-21 | 1 | -0/+2 |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 2017-06-30 | 6 | -18/+40 |
|\ \ \ \ \ |
|
| * | | | | | netfilter: nfnetlink: extended ACK reporting | Pablo Neira Ayuso | 2017-06-19 | 1 | -4/+6 |
| * | | | | | netfilter: conntrack: use NFPROTO_MAX to size array | Florian Westphal | 2017-06-19 | 1 | -2/+2 |
| * | | | | | netfilter: ebt: Use new helper ebt_invalid_target to check target | Gao Feng | 2017-06-19 | 1 | -2/+0 |
| * | | | | | netns: add and use net_ns_barrier | Florian Westphal | 2017-06-19 | 1 | -0/+3 |
| * | | | | | netfilter: nf_tables: pass set description to ->privsize | Pablo Neira Ayuso | 2017-05-29 | 1 | -1/+2 |
| * | | | | | netfilter: nf_tables: select set backend flavour depending on description | Pablo Neira Ayuso | 2017-05-29 | 1 | -6/+20 |
| * | | | | | netfilter: conntrack: add nf_ct_iterate_destroy | Florian Westphal | 2017-05-29 | 1 | -0/+4 |
| * | | | | | netfilter: conntrack: rename nf_ct_iterate_cleanup | Florian Westphal | 2017-05-29 | 1 | -3/+3 |
* | | | | | | bpf: Add syscall lookup support for fd array and htab | Martin KaFai Lau | 2017-06-29 | 1 | -0/+3 |
* | | | | | | Merge tag 'mlx5-updates-2017-06-27' of git://git.kernel.org/pub/scm/linux/ker... | David S. Miller | 2017-06-29 | 5 | -4/+334 |
|\ \ \ \ \ \ |
|
| * | | | | | | net/mlx5e: IPSec, Innova IPSec offload infrastructure | Ilan Tayari | 2017-06-27 | 2 | -4/+18 |
| * | | | | | | net/mlx5: Accel, Add IPSec acceleration interface | Ilan Tayari | 2017-06-27 | 1 | -0/+67 |
| * | | | | | | net/mlx5: FPGA, Add SBU infrastructure | Ilan Tayari | 2017-06-27 | 4 | -0/+18 |
| * | | | | | | net/mlx5: FPGA, Add SBU bypass and reset flows | Ilan Tayari | 2017-06-27 | 1 | -0/+9 |
| * | | | | | | net/mlx5: FPGA, Add FW commands for FPGA QPs | Ilan Tayari | 2017-06-27 | 2 | -0/+204 |
| * | | | | | | net/mlx5: Add support for multiple RoCE enable | Ilan Tayari | 2017-06-27 | 1 | -0/+1 |
| * | | | | | | net/mlx5: Add reserved-gids support | Ilan Tayari | 2017-06-27 | 1 | -0/+17 |
* | | | | | | | udp: move scratch area helpers into the include file | Paolo Abeni | 2017-06-27 | 1 | -0/+61 |
|/ / / / / / |
|
* | | | | | | net: add netlink_ext_ack argument to rtnl_link_ops.slave_validate | Matthias Schiffer | 2017-06-27 | 1 | -1/+2 |
* | | | | | | net: add netlink_ext_ack argument to rtnl_link_ops.slave_changelink | Matthias Schiffer | 2017-06-27 | 1 | -1/+2 |