index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
fonts
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-01-20
bpf, selftests: Fold test_current_pid_tgid_new_ns into test_progs.
Carlos Neira
5
-240
/
+70
2021-01-20
X.509: Fix crash caused by NULL pointer
Tianjia Zhang
1
-1
/
+2
2021-01-20
cachefiles: Drop superfluous readpages aops NULL check
Takashi Iwai
1
-2
/
+0
2021-01-20
net: systemport: free dev before on error path
Pan Bian
1
-2
/
+4
2021-01-20
net: usb: cdc_ncm: don't spew notifications
Grant Grundler
2
-1
/
+13
2021-01-20
net: mscc: ocelot: Fix multicast to the CPU port
Alban Bedel
1
-5
/
+18
2021-01-20
tcp: Fix potential use-after-free due to double kfree()
Kuniyuki Iwashima
1
-2
/
+2
2021-01-20
bpf: Fix signed_{sub,add32}_overflows type handling
Daniel Borkmann
1
-3
/
+3
2021-01-20
can: peak_usb: fix use after free bugs
Vincent Mailhol
1
-4
/
+4
2021-01-20
can: vxcan: vxcan_xmit: fix use after free bug
Vincent Mailhol
1
-2
/
+4
2021-01-20
can: dev: can_restart: fix use after free bug
Vincent Mailhol
1
-2
/
+2
2021-01-20
tcp: fix TCP socket rehash stats mis-accounting
Yuchung Cheng
3
-22
/
+22
2021-01-20
net: dsa: b53: fix an off by one in checking "vlan->vid"
Dan Carpenter
1
-1
/
+1
2021-01-20
bonding: add a vlan+srcmac tx hashing option
Jarod Wilson
5
-8
/
+54
2021-01-20
net: fix GSO for SG-enabled devices
Paolo Abeni
1
-2
/
+2
2021-01-20
tcp: do not mess with cloned skbs in tcp_add_backlog()
Eric Dumazet
1
-12
/
+13
2021-01-20
octeontx2-af: Remove unneeded semicolons
Xu Wang
3
-4
/
+4
2021-01-20
net: smsc911x: Make Runtime PM handling more fine-grained
Geert Uytterhoeven
1
-1
/
+9
2021-01-20
selftests: forwarding: Fix spelling mistake "succeded" -> "succeeded"
Colin Ian King
1
-2
/
+2
2021-01-20
net: tun: fix misspellings using codespell tool
Menglong Dong
1
-1
/
+1
2021-01-20
taprio: boolean values to a bool variable
Jiapeng Zhong
1
-3
/
+3
2021-01-20
net: ethernet: ti: am65-cpsw: add support for am64x cpsw3g
Vignesh Raghavendra
1
-0
/
+7
2021-01-20
net: ti: cpsw_ale: add driver data for AM64 CPSW3g
Vignesh Raghavendra
1
-0
/
+7
2021-01-20
net: ethernet: ti: am65-cpsw-nuss: Support for transparent ASEL handling
Peter Ujfalusi
1
-0
/
+10
2021-01-20
net: ethernet: ti: am65-cpsw-nuss: Use DMA device for DMA API
Peter Ujfalusi
2
-41
/
+40
2021-01-20
dt-binding: net: ti: k3-am654-cpsw-nuss: update bindings for am64x cpsw3g
Grygorii Strashko
1
-20
/
+30
2021-01-20
dt-binding: ti: am65x-cpts: add assigned-clock and power-domains props
Grygorii Strashko
1
-0
/
+7
2021-01-20
selftests: net: fib_tests: remove duplicate log test
Hangbin Liu
1
-1
/
+0
2021-01-20
net: nfc: nci: fix the wrong NCI_CORE_INIT parameters
Bongsu Jeon
1
-1
/
+1
2021-01-20
sh_eth: Fix power down vs. is_opened flag ordering
Geert Uytterhoeven
1
-2
/
+2
2021-01-20
net: Disable NETIF_F_HW_TLS_RX when RXCSUM is disabled
Tariq Toukan
2
-0
/
+8
2021-01-19
net: ixgbevf: use skb_csum_is_sctp instead of protocol check
Xin Long
1
-13
/
+1
2021-01-19
net: ixgbe: use skb_csum_is_sctp instead of protocol check
Xin Long
1
-13
/
+1
2021-01-19
net: igc: use skb_csum_is_sctp instead of protocol check
Xin Long
1
-13
/
+1
2021-01-19
net: igbvf: use skb_csum_is_sctp instead of protocol check
Xin Long
1
-13
/
+1
2021-01-19
net: igb: use skb_csum_is_sctp instead of protocol check
Xin Long
1
-13
/
+1
2021-01-19
net: add inline function skb_csum_is_sctp
Xin Long
3
-2
/
+7
2021-01-19
netfilter: rpfilter: mask ecn bits before fib lookup
Guillaume Nault
1
-1
/
+1
2021-01-19
udp: mask TOS bits in udp_v4_early_demux()
Guillaume Nault
1
-1
/
+2
2021-01-19
xsk: Clear pool even for inactive queues
Maxim Mikityanskiy
1
-2
/
+2
2021-01-19
bpf: Fix helper bpf_map_peek_elem_proto pointing to wrong callback
Mircea Cirjaliu
1
-1
/
+1
2021-01-19
sh_eth: Make PHY access aware of Runtime PM to fix reboot crash
Geert Uytterhoeven
1
-0
/
+26
2021-01-19
mdio-bitbang: Export mdiobb_{read,write}()
Geert Uytterhoeven
2
-2
/
+7
2021-01-19
mdio, phy: fix -Wshadow warnings triggered by nested container_of()
Alexander Lobakin
2
-7
/
+23
2021-01-19
net: core: devlink: use right genl user_ptr when handling port param get/set
Oleksandr Mazur
1
-2
/
+2
2021-01-19
vhost_net: avoid tx queue stuck when sendmsg fails
Yunjian Wang
1
-12
/
+14
2021-01-19
net: hns: fix variable used when DEBUG is defined
Tom Rix
1
-1
/
+1
2021-01-19
arcnet: fix macro name when DEBUG is defined
Tom Rix
1
-1
/
+1
2021-01-19
net/tls: Except bond interface from some TLS checks
Tariq Toukan
2
-1
/
+3
2021-01-19
net/tls: Device offload to use lowest netdevice in chain
Tariq Toukan
1
-1
/
+1
[next]