summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2017-07-03net: cdc_ncm: Reduce memory use when kernel memory lowJim Baxter1-0/+3
2017-07-03qed: iWARP CM add error handlingKalderon, Michal1-0/+9
2017-07-03qed: iWARP implement disconnect flowsKalderon, Michal1-0/+2
2017-07-03qed: iWARP CM add active side connectKalderon, Michal1-0/+26
2017-07-03qed: iWARP CM add passive side connectKalderon, Michal2-1/+27
2017-07-03qed: iWARP CM add listener functions and initial SYN processingKalderon, Michal1-0/+52
2017-07-03qed: Add iWARP support in ll2 connectionsKalderon, Michal1-0/+1
2017-07-03qed: Rename some ll2 related definesKalderon, Michal1-1/+1
2017-07-03qed: Implement iWARP initialization, teardown and qp operationsKalderon, Michal2-0/+54
2017-07-03qed: Introduce iWARP personalityKalderon, Michal1-1/+1
2017-07-02bpf: BPF support for sock_opsLawrence Brakmo3-0/+28
2017-07-02Merge tag 'nfc-next-4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2-32/+1
2017-07-01sctp: remove the typedef sctp_init_chunk_tXin Long1-3/+3
2017-07-01sctp: remove the typedef sctp_inithdr_tXin Long1-3/+3
2017-07-01sctp: remove the typedef sctp_data_chunk_tXin Long1-2/+2
2017-07-01sctp: remove the typedef sctp_datahdr_tXin Long1-3/+3
2017-07-01sctp: remove the typedef sctp_param_action_tXin Long1-2/+2
2017-07-01sctp: remove the typedef sctp_param_tXin Long1-2/+2
2017-07-01sctp: remove the typedef sctp_paramhdr_tXin Long1-22/+22
2017-07-01sctp: remove the typedef sctp_cid_action_tXin Long1-2/+2
2017-07-01sctp: remove the typedef sctp_cid_tXin Long1-2/+2
2017-07-01sctp: remove the typedef sctp_chunkhdr_tXin Long1-17/+17
2017-07-01sctp: remove the typedef sctp_sctphdr_tXin Long1-2/+2
2017-07-01net: convert netpoll_info.refcnt from atomic_t to refcount_tReshetova, Elena1-1/+2
2017-07-01net: convert in_device.refcnt from atomic_t to refcount_tReshetova, Elena1-5/+6
2017-07-01net: convert ip_mc_list.refcnt from atomic_t to refcount_tReshetova, Elena1-1/+2
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena1-1/+1
2017-07-01net: convert sk_buff_fclones.fclone_ref from atomic_t to refcount_tReshetova, Elena1-2/+2
2017-07-01net: convert sk_buff.users from atomic_t to refcount_tReshetova, Elena1-5/+5
2017-07-01net: convert nf_bridge_info.use from atomic_t to refcount_tReshetova, Elena1-3/+3
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-3/+6
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2-6/+6
2017-06-29bpf: Add syscall lookup support for fd array and htabMartin KaFai Lau1-0/+3
2017-06-29block: provide bio_uninit() free freeing integrity/task associationsJens Axboe1-0/+1
2017-06-27net/mlx5e: IPSec, Innova IPSec offload infrastructureIlan Tayari2-4/+18
2017-06-27net/mlx5: Accel, Add IPSec acceleration interfaceIlan Tayari1-0/+67
2017-06-27net/mlx5: FPGA, Add SBU infrastructureIlan Tayari4-0/+18
2017-06-27net/mlx5: FPGA, Add SBU bypass and reset flowsIlan Tayari1-0/+9
2017-06-27net/mlx5: FPGA, Add FW commands for FPGA QPsIlan Tayari2-0/+204
2017-06-27net/mlx5: Add support for multiple RoCE enableIlan Tayari1-0/+1
2017-06-27net/mlx5: Add reserved-gids supportIlan Tayari1-0/+17
2017-06-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+2
2017-06-25net: Remove ndo_dfwd_start_xmitMintz, Yuval1-9/+0
2017-06-24slub: make sysfs file removal asynchronousTejun Heo1-0/+1
2017-06-23net: phy: Support "internal" PHY interfaceFlorian Fainelli1-0/+3
2017-06-23Merge tag 'mlx5-updates-2017-06-23' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller3-3/+106
2017-06-23bpf: possibly avoid extra masking for narrower load in verifierYonghong Song2-2/+12
2017-06-23xdp: add reporting of offload modeJakub Kicinski1-3/+4
2017-06-23xdp: add HW offload mode flag for installing programsJakub Kicinski1-0/+1
2017-06-23xdp: pass XDP flags into install handlersJakub Kicinski1-0/+1