index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
pensando
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-03
net: ionic: map SKB after pseudo-header checksum prep
Mohammad Heib
1
-17
/
+13
2025-11-03
net: ionic: add dma_wmb() before ringing TX doorbell
Mohammad Heib
1
-0
/
+4
2025-10-03
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
13
-64
/
+666
2025-09-14
ionic: use int type for err in ionic_get_module_eeprom_by_page
Alok Tiwari
1
-1
/
+1
2025-09-11
net: ionic: Provide doorbell and CMB region information
Abhijit Gangurde
6
-18
/
+381
2025-09-11
net: ionic: Provide interrupt allocation support for the RDMA driver
Abhijit Gangurde
3
-32
/
+62
2025-09-11
net: ionic: Provide RDMA reset support for the RDMA driver
Abhijit Gangurde
2
-0
/
+31
2025-09-11
net: ionic: Export the APIs from net driver to support device commands
Abhijit Gangurde
4
-8
/
+40
2025-09-11
net: ionic: Update LIF identity with additional RDMA capabilities
Abhijit Gangurde
1
-5
/
+24
2025-09-11
net: ionic: Create an auxiliary device for rdma driver
Abhijit Gangurde
8
-1
/
+128
2025-07-30
Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
4
-7
/
+7
2025-07-25
net: Fix typos
Bjorn Helgaas
1
-1
/
+1
2025-07-01
time/timecounter: Fix the lie that struct cyclecounter is const
Greg Kroah-Hartman
1
-1
/
+1
2025-06-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-6
/
+6
2025-06-23
ethernet: ionic: Fix DMA mapping tests
Thomas Fourier
1
-6
/
+6
2025-06-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+2
2025-06-13
ionic: cancel delayed work earlier in remove
Shannon Nelson
1
-0
/
+1
2025-06-13
ionic: clean dbpage in de-init
Shannon Nelson
1
-4
/
+3
2025-06-13
ionic: print firmware heartbeat as unsigned
Shannon Nelson
1
-2
/
+2
2025-06-12
ionic: Prevent driver/fw getting out of sync on devcmd(s)
Brett Creeley
1
-1
/
+2
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
1
-1
/
+1
2025-04-22
ionic: add module eeprom channel data to ionic_if and ethtool
Shannon Nelson
2
-2
/
+7
2025-04-22
ionic: support ethtool get_module_eeprom_by_page
Shannon Nelson
2
-71
/
+37
2025-04-22
ionic: extend the QSFP module sprom for more pages
Shannon Nelson
2
-17
/
+56
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
1
-1
/
+1
2024-12-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-5
/
+8
2024-12-15
ionic: use ee->offset when returning sprom data
Shannon Nelson
1
-2
/
+2
2024-12-15
ionic: no double destroy workqueue
Shannon Nelson
1
-1
/
+4
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
2
-8
/
+0
2024-12-12
ionic: add support for QSFP_PLUS_CMIS
Shannon Nelson
1
-0
/
+1
2024-12-12
ionic: add speed defines for 200G and 400G
Shannon Nelson
2
-1
/
+54
2024-12-12
ionic: Translate IONIC_RC_ENOSUPP to EOPNOTSUPP
Brett Creeley
1
-1
/
+2
2024-12-12
ionic: Use VLAN_ETH_HLEN when possible
Brett Creeley
1
-1
/
+1
2024-12-12
ionic: add asic codes to firmware interface file
Shannon Nelson
2
-3
/
+5
2024-11-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+1
2024-11-07
drivers: net: ionic: add missed debugfs cleanup to ionic_probe() error path
Wentao Liang
1
-0
/
+1
2024-11-03
dim: pass dim_sample to net_dim() by reference
Caleb Sander Mateos
1
-1
/
+1
2024-09-09
ionic: Allow XDP program to be hot swapped
Brett Creeley
3
-22
/
+52
2024-09-09
ionic: convert Rx queue buffers to use page_pool
Shannon Nelson
4
-208
/
+233
2024-09-09
ionic: Fully reconfigure queues when going to/from a NULL XDP program
Brett Creeley
2
-3
/
+10
2024-09-09
ionic: always use rxq_info
Shannon Nelson
1
-36
/
+15
2024-09-09
ionic: use per-queue xdp_prog
Shannon Nelson
3
-31
/
+34
2024-09-09
ionic: rename ionic_xdp_rx_put_bufs
Shannon Nelson
1
-5
/
+5
2024-09-09
ionic: debug line for Tx completion errors
Shannon Nelson
1
-1
/
+8
2024-09-06
ionic: Convert comma to semicolon
Chen Ni
1
-2
/
+2
2024-09-04
ionic: Remove redundant null pointer checks in ionic_debugfs_add_qcq()
Li Zetao
1
-1
/
+1
2024-09-03
ionic: Remove setting of RX software timestamp
Gal Pressman
1
-2
/
+0
2024-08-27
ionic: Prevent tx_timeout due to frequent doorbell ringing
Brett Creeley
2
-2
/
+2
2024-07-15
net: Add struct kernel_ethtool_ts_info
Kory Maincent
1
-1
/
+1
[next]