summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
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_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-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-29bpf: Add syscall lookup support for fd array and htabMartin KaFai Lau
2017-06-28block: provide bio_uninit() free freeing integrity/task associationsJens Axboe
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-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2017-06-25net: Remove ndo_dfwd_start_xmitMintz, Yuval
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-23bpf: possibly avoid extra masking for narrower load in verifierYonghong Song
2017-06-23xdp: add reporting of offload modeJakub Kicinski
2017-06-23xdp: add HW offload mode flag for installing programsJakub Kicinski
2017-06-23xdp: pass XDP flags into install handlersJakub Kicinski
2017-06-22net/mlx5: Fix offset of hca cap reserved fieldOr Gerlitz
2017-06-22net/mlx5: Enhance MCAM reg to allow query on access reg supportOr Gerlitz
2017-06-22net/mlx5: Add MCC (Management Component Control) register definitionsOr Gerlitz
2017-06-22net/mlx5e: Add header re-write offloading of IPv6 hop-limitOr Gerlitz
2017-06-22net/mlx5e: Offload TC matching on ip ttlOr Gerlitz
2017-06-21Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-21qed*: Rename qed_roce_if.h to qed_rdma_if.hKalderon, Michal
2017-06-21blk-mq: fix performance regression with shared tagsJens Axboe
2017-06-21qede: Fix compilation without QED_RDMAChad Dupuis
2017-06-20net: introduce __skb_put_[zero, data, u8]yuan linyu
2017-06-20qed*: Set rdma generic functions prefixMichal Kalderon
2017-06-20qed*: qede_roce.[ch] -> qede_rdma.[ch]Michal Kalderon
2017-06-20qed: Chain support for external PBLMintz, Yuval
2017-06-20time: Fix CLOCK_MONOTONIC_RAW sub-nanosecond accountingJohn Stultz
2017-06-20time: Fix clock->read(clock) race around clocksource changesJohn Stultz
2017-06-19netfilter: nfnetlink: extended ACK reportingPablo Neira Ayuso
2017-06-19netfilter: ebt: Use new helper ebt_invalid_target to check targetGao Feng
2017-06-19mm: larger stack guard gap, between vmasHugh Dickins
2017-06-16Merge tag 'mlx5-updates-2017-06-16' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller
2017-06-16net: Add IFLA_XDP_PROG_IDMartin KaFai Lau
2017-06-16networking: add and use skb_put_u8()Johannes Berg
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg