aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx4/en_netdev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-23net/mlx4_en: Fix user prio field in XDP forwardTariq Toukan1-1/+2
2016-12-08mlx4: xdp: Reserve headroom for receiving packet when XDP prog is activeMartin KaFai Lau1-6/+2
2016-12-08mlx4: xdp: Allow raising MTU up to one page minus eth and vlan hdrsMartin KaFai Lau1-8/+20
2016-12-08bpf: xdp: Allow head adjustment in XDP progMartin KaFai Lau1-0/+5
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-15/+2
2016-12-02mlx4: fix use-after-free in mlx4_en_fold_software_stats()Eric Dumazet1-0/+4
2016-11-29mlx4: give precise rx/tx bytes/packets countersEric Dumazet1-0/+1
2016-11-28Revert "net/mlx4_en: Avoid unregister_netdev at shutdown flow"Tariq Toukan1-15/+2
2016-11-27mlx4: do not use priv->stats_lock in mlx4_en_auto_moderation()Eric Dumazet1-4/+2
2016-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+4
2016-11-24mlx4: reorganize struct mlx4_en_tx_ringEric Dumazet1-1/+1
2016-11-23net/mlx4_en: Free netdev resources under state lockTariq Toukan1-1/+4
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2016-11-12bpf, mlx4: fix prog refcount in mlx4_en_try_alloc_resources error pathDaniel Borkmann1-1/+4
2016-11-09Revert "net/mlx4_en: Fix panic during reboot"Tariq Toukan1-1/+0
2016-11-02net/mlx4_en: Add ethtool statistics for XDP casesTariq Toukan1-0/+4
2016-11-02net/mlx4_en: Refactor the XDP forwarding rings schemeTariq Toukan1-148/+230
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+11
2016-10-29net/mlx4_en: Save slave ethtool stats commandTariq Toukan1-2/+3
2016-10-29net/mlx4_en: Fix panic during rebootEugenia Emantayev1-0/+1
2016-10-29net/mlx4_en: Process all completions in RX rings after port goes upErez Shitrit1-0/+7
2016-10-18ethernet/mellanox: use core min/max MTU checkingJarod Wilson1-4/+4
2016-09-24net/mlx4: Add VF vlan protocol 802.1ad supportMoshe Shemesh1-4/+2
2016-09-24net: Update API for VF vlan protocol 802.1ad supportMoshe Shemesh1-1/+5
2016-09-24net/mlx4_en: Disable vlan HW acceleration when in VF vlan protocol 802.1ad modeMoshe Shemesh1-0/+13
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-13/+8
2016-09-11net/mlx4_en: Fixes for DCBXTariq Toukan1-13/+8
2016-09-06net/mlx4_en: protect ring->xdp_prog with rcu_read_lockBrenden Blanco1-3/+10
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-13/+97
2016-07-19net/mlx4_en: add xdp forwarding and data write supportBrenden Blanco1-0/+29
2016-07-19net/mlx4_en: add page recycle to prepare rx ring for tx supportBrenden Blanco1-1/+37
2016-07-19net/mlx4_en: add support for fast rx drop bpf programBrenden Blanco1-0/+60
2016-07-19net/mlx4_en: Add resilience in low memory systemsEugenia Emantayev1-13/+93
2016-07-19net/mlx4_en: Move filters cleanup to a proper locationEugenia Emantayev1-0/+4
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-12/+34
2016-06-23net/mlx4_en: Add DCB PFC support through CEE netlink commandsRana Shahout1-0/+25
2016-06-22net/mlx4_en: Avoid unregister_netdev at shutdown flowEran Ben Elisha1-2/+15
2016-06-22net/mlx4_en: Fix the return value of a failure in VLAN VID add/killKamal Heib1-7/+11
2016-06-17mlx4_en: Replace ndo_add/del_vxlan_port with ndo_add/del_udp_enc_portAlexander Duyck1-21/+20
2016-06-16mlx4e: Do not attempt to offload VXLAN ports that are unrecognizedAlexander Duyck1-3/+8
2016-06-09net/mlx4_en: mlx4_en_netpoll() should schedule TX, not RXEric Dumazet1-2/+2
2016-05-25net/mlx4_en: get rid of private net_device_statsEric Dumazet1-2/+1
2016-05-25net/mlx4_en: get rid of ret_statsEric Dumazet1-5/+6
2016-05-25net/mlx4_en: clear some TX ring stats in mlx4_en_clear_stats()Eric Dumazet1-0/+4
2016-05-25net/mlx4_en: fix tx_dropped bugEric Dumazet1-0/+1
2016-05-05net/mlx4: Avoid wrong virtual mappingsHaggai Abramovsky1-1/+1
2016-05-04net/mlx4_en: Add support for inner IPv6 checksum offloads and TSOAlexander Duyck1-5/+20
2016-05-04net/mlx4_en: Add support for UDP tunnel segmentation with outer checksum offloadAlexander Duyck1-4/+13
2016-04-21mlx4: protect mlx4_en_start_port in mlx4_en_restart with rtnl_lockHannes Frederic Sowa1-0/+2
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1