summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5: Refactor accel IPSec codeAviad Yehezkel2018-03-087-225/+668
* net/mlx5: Added required metadata capability for ipsecAviad Yehezkel2018-03-082-2/+5
* net/mlx5: Export ipsec capabilitiesAviad Yehezkel2018-03-085-24/+73
* net/mlx5: IPSec, Add command V2 supportAviad Yehezkel2018-03-086-44/+66
* net/mlx5e: IPSec, Add support for ESP trailer removal by hardwareYossi Kuperman2018-03-086-2/+80
* net/mlx5: IPSec, Generalize sandbox QP commandsYossi Kuperman2018-03-082-51/+81
* net/mlx5: Use MLX5_IPSEC_DEV macro for ipsec capsSaeed Mahameed2018-03-081-2/+1Star
* net/mlx5: Flow steering cmd interface should get the fte when deletingAviad Yehezkel2018-03-073-5/+5
* {net,IB}/mlx5: Add flow steering helpersBoris Pismenny2018-03-073-6/+143
* net/mlx5: Embed mlx5_flow_act into fs_fteMatan Barak2018-03-074-25/+21Star
* net/mlx5: Add empty egress namespace to flow steering coreAviad Yehezkel2018-03-076-0/+36
* net/mlx5: Add shim layer between fs and cmdMatan Barak2018-03-074-100/+248
* {net,IB}/mlx5: Add has_tag to mlx5_flow_actMatan Barak2018-03-074-2/+5
* IB/mlx5: Pass mlx5_flow_act struct instead of multiple argumentsBoris Pismenny2018-03-071-12/+8Star
* net/mlx5: FPGA and IPSec initialization to be before flow steeringMatan Barak2018-03-071-19/+20
* net/mlx5e: Removed not need synchronize_rcuAviad Yehezkel2018-03-071-2/+2
* net/mlx5e: Fixed sleeping inside atomic contextAviad Yehezkel2018-03-071-9/+4Star
* net/mlx5e: Wait for FPGA command responses with a timeoutAviad Yehezkel2018-03-071-3/+6
* net/mlx5: Fixed compilation issue when CONFIG_MLX5_ACCEL is disabledAviad Yehezkel2018-03-071-2/+2
* IB/mlx5: Removed not used parametersAviad Yehezkel2018-03-072-5/+0Star
* IB/mlx5: Disable self loopback check when in switchdev modeMark Bloch2018-02-231-0/+8
* net/mlx5: E-Switch, Reload IB interface when switching devlink modesMark Bloch2018-02-234-17/+26
* IB/mlx5: Add proper representors supportMark Bloch2018-02-234-30/+192
* IB/mlx5: E-Switch, Add rule to forward traffic to vportMark Bloch2018-02-234-0/+45
* IB/mlx5: Don't expose MR cache in switchdev modeMark Bloch2018-02-231-2/+3
* IB/mlx5: When in switchdev mode, expose only raw packet capabilitiesMark Bloch2018-02-232-30/+124
* IB/mlx5: Listen to netdev register/unresiter events in switchdev modeMark Bloch2018-02-232-3/+20
* IB/mlx5: Add match on vport when in switchdev modeMark Bloch2018-02-231-0/+12
* IB/mlx5: Allocate flow DB only on PF IB deviceMark Bloch2018-02-232-14/+34
* IB/mlx5: Add basic regiser/unregister representors codeMark Bloch2018-02-235-0/+169
* net/mlx5: E-Switch, Add definition of IB representorMark Bloch2018-02-231-0/+1
* net/mlx5: E-Switch, Optimize HW steering tables in switchdev modeMark Bloch2018-02-232-7/+44
* net/mlx5: E-Switch, Increase number of FTEs in FDB in switchdev modeMark Bloch2018-02-231-2/+3
* net/mlx5: E-Switch, Move representors definition to a global scopeMark Bloch2018-02-236-49/+82
* net/mlx5: E-Switch, Add callback to get representor deviceMark Bloch2018-02-233-0/+40
* IB/mlx5: Implement fragmented completion queue (CQ)Yonatan Cohen2018-02-157-85/+124
* net/mlx5: Remove redundant EQ API exportsSaeed Mahameed2018-02-153-20/+17Star
* net/mlx5: Move CQ completion and event forwarding logic to eq.cSaeed Mahameed2018-02-153-49/+47Star
* net/mlx5: CQ hold/put APISaeed Mahameed2018-02-152-23/+30
* net/mlx5: EQ add/del CQ APISaeed Mahameed2018-02-153-45/+53
* net/mlx5: Add missing likely/unlikely hints to cq eventsSaeed Mahameed2018-02-151-3/+3
* net/mlx5: CQ Database per EQSaeed Mahameed2018-02-155-50/+62
* Linux 4.16-rc1Linus Torvalds2018-02-121-2/+2
* unify {de,}mangle_poll(), get rid of kernel-side POLL...Al Viro2018-02-118-142/+47Star
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-11297-913/+913
* Merge branch 'work.poll2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-02-118-40/+47
|\
| * annotate ep_scan_ready_list()Al Viro2018-02-011-11/+13
| * ep_send_events_proc(): return result via esed->resAl Viro2018-02-011-7/+10
| * preparation to switching ->poll() to returning EPOLL...Al Viro2018-02-011-1/+2
| * add EPOLLNVAL, annotate EPOLL... and event_poll->eventAl Viro2018-02-011-16/+17