index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-03
fsl/fman: fix eth hash table allocation
Florinel Iordache
1
-1
/
+1
2020-08-03
fsl/fman: check dereferencing null pointer
Florinel Iordache
3
-4
/
+4
2020-08-03
fsl/fman: fix unreachable code
Florinel Iordache
1
-1
/
+0
2020-08-03
fsl/fman: fix dereference null return value
Florinel Iordache
1
-1
/
+8
2020-08-03
fsl/fman: use 32-bit unsigned integer
Florinel Iordache
1
-2
/
+1
2020-08-03
net: spider_net: Remove a useless memset
Christophe JAILLET
1
-2
/
+0
2020-08-03
net: spider_net: Fix the size used in a 'dma_free_coherent()' call
Christophe JAILLET
1
-2
/
+2
2020-08-03
net: sgi: ioc3-eth: Fix the size used in some 'dma_free_coherent()' calls
Christophe JAILLET
1
-2
/
+2
2020-08-03
liquidio: Fix wrong return value in cn23xx_get_pf_num()
Tianjia Zhang
1
-1
/
+1
2020-08-03
net/enetc: Fix wrong return value in enetc_psfp_parse_clsflower()
Tianjia Zhang
1
-4
/
+4
2020-08-03
net: ethernet: aquantia: Fix wrong return value
Tianjia Zhang
1
-1
/
+1
2020-08-03
atm: idt77252: avoid accessing the data mapped to streaming DMA
Jia-Ju Bai
1
-4
/
+5
2020-08-03
atm: eni: avoid accessing the data mapped to streaming DMA
Jia-Ju Bai
1
-1
/
+3
2020-08-03
net: phy: mdio-mvusb: select MDIO_DEVRES in Kconfig
Bartosz Golaszewski
1
-0
/
+1
2020-08-03
net: dsa: qca8k: Add 802.1q VLAN support
Jonathan McDowell
2
-0
/
+208
2020-08-03
net: dsa: qca8k: Add define for port VID
Jonathan McDowell
2
-5
/
+8
2020-08-03
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue
David S. Miller
19
-87
/
+445
2020-08-03
net: qed: use eth_zero_addr() to clear mac address
Miaohe Lin
1
-4
/
+3
2020-08-03
net: qede: use eth_zero_addr() to clear mac address
Miaohe Lin
1
-2
/
+2
2020-08-03
cxgb4: fix extracting IP addresses in TC-FLOWER rules
Rahul Lakkireddy
1
-2
/
+15
2020-08-03
cxgb4: fix check for running offline ethtool selftest
Rahul Lakkireddy
1
-3
/
+4
2020-08-03
ionic: separate interrupt for Tx and Rx
Shannon Nelson
5
-26
/
+181
2020-08-03
ionic: tx separate servicing
Shannon Nelson
3
-52
/
+49
2020-08-03
ionic: use fewer firmware doorbells on rx fill
Shannon Nelson
1
-10
/
+5
2020-08-03
net: mvpp2: fix memory leak in mvpp2_rx
Lorenzo Bianconi
1
-0
/
+1
2020-08-03
net: mdio device: use flexible sleeping in reset function
Bruno Thomsen
1
-1
/
+1
2020-08-03
net: mdiobus: add reset-post-delay-us handling
Bruno Thomsen
2
-0
/
+4
2020-08-03
net: mdiobus: use flexible sleeping for reset-delay-us
Bruno Thomsen
1
-1
/
+1
2020-08-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
110
-556
/
+1005
2020-08-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
36
-263
/
+385
2020-08-01
vxlan: fix memleak of fdb
Taehee Yoo
1
-2
/
+4
2020-08-01
Merge tag 'pinctrl-v5.8-4' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl
Linus Torvalds
4
-2
/
+79
2020-08-01
ice: Misc minor fixes
Tony Nguyen
9
-18
/
+14
2020-08-01
ice: adjust profile ID map locks
Victor Raj
1
-45
/
+45
2020-08-01
ice: update PTYPE lookup table
Tony Nguyen
1
-0
/
+314
2020-08-01
ice: Disable VLAN pruning in promiscuous mode
Nick Nunley
2
-0
/
+10
2020-08-01
ice: Graceful error handling in HW table calloc failure
Surabhi Boob
1
-1
/
+3
2020-08-01
ice: port fix for chk_linearlize
Kiran Patil
1
-3
/
+23
2020-08-01
ice: Allow 2 queue pairs per VF on SR-IOV initialization
Brett Creeley
2
-0
/
+3
2020-08-01
ice: Clear and free XLT entries on reset
Vignesh Sridhar
1
-1
/
+3
2020-08-01
ice: add useful statistics
Jesse Brandeburg
5
-2
/
+15
2020-08-01
ice: remove page_reuse statistic
Jesse Brandeburg
2
-3
/
+0
2020-08-01
ice: Fix RSS profile locks
Vignesh Sridhar
1
-6
/
+7
2020-08-01
ice: fix the vsi_id mask to be 10 bit for set_rss_lut
Kiran Patil
1
-1
/
+1
2020-08-01
ice: rename misleading grst_delay variable
Nick Nunley
1
-5
/
+5
2020-08-01
ice: mark PM functions as __maybe_unused
Wei Yongjun
1
-2
/
+2
2020-07-31
Merge tag 'mac80211-next-for-davem-2020-07-31' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next
David S. Miller
3
-9
/
+4
2020-07-31
tun: add missing rcu annotation in tun_set_ebpf()
Jason Wang
1
-1
/
+1
2020-07-31
Merge tag 'mlx5-fixes-2020-07-30' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux
David S. Miller
7
-18
/
+42
2020-07-31
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue
David S. Miller
11
-171
/
+70
[next]