summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2017-07-01sctp: remove the typedef sctp_cid_tXin Long
2017-07-01sctp: remove the typedef sctp_chunkhdr_tXin Long
2017-07-01sctp: remove the typedef sctp_sctphdr_tXin Long
2017-07-01net: switchdev: add SET_SWITCHDEV_OPS helperSimon Horman
2017-07-01net: convert netlbl_lsm_cache.refcount from atomic_t to refcount_tReshetova, Elena
2017-07-01net: convert net.passive from atomic_t to refcount_tReshetova, Elena
2017-07-01net: convert inet_frag_queue.refcnt from atomic_t to refcount_tReshetova, Elena
2017-07-01net: convert fib_rule.refcnt from atomic_t to refcount_tReshetova, Elena
2017-07-01net: convert unix_address.refcnt from atomic_t to refcount_tReshetova, Elena
2017-07-01net: convert netpoll_info.refcnt from atomic_t to refcount_tReshetova, Elena
2017-07-01net: convert in_device.refcnt from atomic_t to refcount_tReshetova, Elena
2017-07-01net: convert ip_mc_list.refcnt from atomic_t to refcount_tReshetova, Elena
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena
2017-07-01net: convert sk_buff_fclones.fclone_ref from atomic_t to refcount_tReshetova, Elena
2017-07-01net: convert sk_buff.users from atomic_t to refcount_tReshetova, Elena
2017-07-01net: convert nf_bridge_info.use from atomic_t to refcount_tReshetova, Elena
2017-07-01net: convert neigh_params.refcnt from atomic_t to refcount_tReshetova, Elena
2017-07-01net: convert neighbour.refcnt from atomic_t to refcount_tReshetova, Elena
2017-07-01net: convert inet_peer.refcnt from atomic_t to refcount_tReshetova, Elena
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2017-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-06-29bpf: Add syscall lookup support for fd array and htabMartin KaFai Lau
2017-06-29Merge tag 'mlx5-updates-2017-06-27' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller
2017-06-28block: provide bio_uninit() free freeing integrity/task associationsJens Axboe
2017-06-27udp: move scratch area helpers into the include filePaolo Abeni
2017-06-27net/mlx5e: IPSec, Innova IPSec offload infrastructureIlan Tayari
2017-06-27net/mlx5: Accel, Add IPSec acceleration interfaceIlan Tayari
2017-06-27net/mlx5: FPGA, Add SBU infrastructureIlan Tayari
2017-06-27net/mlx5: FPGA, Add SBU bypass and reset flowsIlan Tayari
2017-06-27net/mlx5: FPGA, Add FW commands for FPGA QPsIlan Tayari
2017-06-27net/mlx5: Add support for multiple RoCE enableIlan Tayari
2017-06-27net/mlx5: Add reserved-gids supportIlan Tayari
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.slave_validateMatthias Schiffer
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.slave_changelinkMatthias Schiffer
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.changelinkMatthias Schiffer
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer
2017-06-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2017-06-25Merge tag 'wireless-drivers-next-for-davem-2017-06-25' of git://git.kernel.or...David S. Miller
2017-06-25net: Remove ndo_dfwd_start_xmitMintz, Yuval
2017-06-25net: store port/representator id in metadata_dstJakub Kicinski
2017-06-23Merge tag 'acpi-4.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2017-06-23slub: make sysfs file removal asynchronousTejun Heo
2017-06-23net: phy: Support "internal" PHY interfaceFlorian Fainelli
2017-06-23Merge tag 'mlx5-updates-2017-06-23' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller
2017-06-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2017-06-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2017-06-23bpf: possibly avoid extra masking for narrower load in verifierYonghong Song