index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
pensando
/
ionic
/
ionic_lif.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+2
2024-12-15
ionic: Fix netdev notifier unregister on failure
Brett Creeley
1
-2
/
+2
2024-12-15
ionic: remove the unused nb_work
Brett Creeley
1
-7
/
+0
2024-12-12
ionic: Use VLAN_ETH_HLEN when possible
Brett Creeley
1
-1
/
+1
2024-09-09
ionic: Allow XDP program to be hot swapped
Brett Creeley
1
-4
/
+8
2024-09-09
ionic: convert Rx queue buffers to use page_pool
Shannon Nelson
1
-19
/
+61
2024-09-09
ionic: Fully reconfigure queues when going to/from a NULL XDP program
Brett Creeley
1
-3
/
+8
2024-09-09
ionic: always use rxq_info
Shannon Nelson
1
-36
/
+15
2024-09-09
ionic: use per-queue xdp_prog
Shannon Nelson
1
-18
/
+19
2024-08-27
ionic: Prevent tx_timeout due to frequent doorbell ringing
Brett Creeley
1
-1
/
+1
2024-06-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2024-06-25
ionic: use dev_consume_skb_any outside of napi
Shannon Nelson
1
-1
/
+1
2024-06-19
ionic: Only run the doorbell workaround for certain asic_type
Brett Creeley
1
-8
/
+13
2024-06-19
ionic: add per-queue napi_schedule for doorbell check
Shannon Nelson
1
-0
/
+2
2024-06-19
ionic: add work item for missed-doorbell check
Shannon Nelson
1
-0
/
+2
2024-06-19
ionic: add private workqueue per-device
Shannon Nelson
1
-7
/
+7
2024-06-19
ionic: Keep interrupt affinity up to date
Brett Creeley
1
-7
/
+78
2024-06-19
ionic: remove missed doorbell per-queue timer
Shannon Nelson
1
-29
/
+7
2024-06-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+1
2024-06-13
ionic: fix use after netif_napi_del()
Taehee Yoo
1
-3
/
+1
2024-05-30
ionic: Use netdev_name() function instead of netdev->name
Brett Creeley
1
-2
/
+2
2024-05-30
ionic: Reset LIF device while restarting LIF
Shannon Nelson
1
-0
/
+1
2024-05-30
ionic: fix potential irq name truncation
Shannon Nelson
1
-1
/
+1
2024-05-07
net: annotate writes on dev->mtu from ndo_change_mtu()
Eric Dumazet
1
-2
/
+2
2024-03-08
ionic: use specialized desc info structs
Shannon Nelson
1
-14
/
+27
2024-03-08
ionic: remove the cq_info to save more memory
Shannon Nelson
1
-26
/
+11
2024-03-08
ionic: remove callback pointer from desc_info
Shannon Nelson
1
-1
/
+1
2024-03-08
ionic: move adminq-notifyq handling to main file
Shannon Nelson
1
-65
/
+0
2024-03-08
ionic: drop q mapping
Shannon Nelson
1
-14
/
+10
2024-03-04
ionic: Use CQE profile for dim
Brett Creeley
1
-4
/
+9
2024-03-04
ionic: Rework Tx start/stop flow
Brett Creeley
1
-2
/
+1
2024-02-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+4
2024-02-27
ionic: restore netdev feature bits after reset
Shannon Nelson
1
-1
/
+4
2024-02-16
ionic: implement xdp frags support
Shannon Nelson
1
-3
/
+9
2024-02-16
ionic: add ndo_xdp_xmit
Shannon Nelson
1
-1
/
+3
2024-02-16
ionic: Add XDP_REDIRECT support
Shannon Nelson
1
-1
/
+2
2024-02-16
ionic: Add XDP_TX support
Shannon Nelson
1
-0
/
+4
2024-02-16
ionic: add initial framework for XDP support
Shannon Nelson
1
-2
/
+173
2024-02-16
ionic: set adminq irq affinity
Shannon Nelson
1
-1
/
+4
2023-12-13
ionic: bypass firmware cmds when stuck in reset
Shannon Nelson
1
-0
/
+3
2023-12-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-8
/
+8
2023-12-05
ionic: Don't check null when calling vfree()
Brett Creeley
1
-8
/
+4
2023-12-05
ionic: set ionic ptr before setting up ethtool ops
Shannon Nelson
1
-1
/
+1
2023-12-05
ionic: Use cached VF attributes
Brett Creeley
1
-83
/
+10
2023-12-05
ionic: Fix dim work handling in split interrupt mode
Brett Creeley
1
-8
/
+8
2023-09-20
ionic: add a check for max SGs and SKB frags
Shannon Nelson
1
-0
/
+12
2023-08-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-7
/
+16
2023-08-06
ionic: Add missing err handling for queue reconfig
Nitya Sunkad
1
-7
/
+16
2023-07-24
ionic: add FLR recovery support
Shannon Nelson
1
-4
/
+4
2023-07-24
ionic: pull out common bits from fw_up
Shannon Nelson
1
-22
/
+42
[next]