index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
test_static_keys.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-05-08
netpoll: netpoll_send_skb() returns transmit status
Eric Dumazet
2
-5
/
+8
2020-05-08
netpoll: move netpoll_send_skb() out of line
Eric Dumazet
2
-10
/
+12
2020-05-08
netpoll: remove dev argument from netpoll_send_skb_on_dev()
Eric Dumazet
2
-7
/
+8
2020-05-08
net: phy: fix less than zero comparison with unsigned variable val
Colin Ian King
1
-1
/
+1
2020-05-08
net/smc: remove set but not used variables 'del_llc, del_llc_resp'
YueHaibing
1
-7
/
+1
2020-05-08
tcp: tcp_mark_head_lost is only valid for sack-tcp
zhang kai
1
-25
/
+7
2020-05-08
net: remove newlines in NL_SET_ERR_MSG_MOD
Jacob Keller
6
-9
/
+84
2020-05-08
arm64: dts: ti: k3-am65/j721e-mcu: update cpts node
Grygorii Strashko
2
-2
/
+6
2020-05-08
dt-binding: net: ti: am65x-cpts: make reg and compatible required
Grygorii Strashko
2
-17
/
+23
2020-05-08
net: ethernet: ti: am65-cpsw-nuss: use of_platform_device_create() for mdio
Grygorii Strashko
2
-6
/
+20
2020-05-08
dpaa2-eth: create a function to flush the XDP fds
Ioana Ciornei
2
-22
/
+46
2020-05-08
hsr: remove WARN_ONCE() in hsr_fill_frame_info()
Taehee Yoo
1
-1
/
+1
2020-05-08
soc: fsl: dpio: properly compute the consumer index
Ioana Ciornei
1
-0
/
+1
2020-05-08
docs: net: dsa: sja1105: document intended usage of virtual links
Vladimir Oltean
1
-0
/
+116
2020-05-08
net: dsa: sja1105: implement tc-gate using time-triggered virtual links
Vladimir Oltean
10
-17
/
+759
2020-05-08
net: dsa: sja1105: support flow-based redirection via virtual links
Vladimir Oltean
7
-6
/
+437
2020-05-08
net: dsa: sja1105: make room for virtual link parsing in flower offload
Vladimir Oltean
2
-27
/
+112
2020-05-08
net: dsa: sja1105: add static tables for virtual links
Vladimir Oltean
4
-0
/
+318
2020-05-08
net: dsa: introduce a dsa_port_from_netdev public helper
Vladimir Oltean
2
-0
/
+10
2020-05-07
cxgb4: remove duplicate headers
Chen Zhou
1
-2
/
+0
2020-05-07
net: qrtr: Do not depend on ARCH_QCOM
Manivannan Sadhasivam
1
-1
/
+0
2020-05-07
net: qrtr: Add MHI transport layer
Manivannan Sadhasivam
3
-0
/
+136
2020-05-07
via-rhine: Add platform dependencies
Geert Uytterhoeven
1
-0
/
+1
2020-05-07
net:enetc: bug fix for qos sfi operate space after freed
Po Liu
1
-1
/
+1
2020-05-07
net: encx24j600: make encx24j600_hw_init() return void
Jason Yan
1
-10
/
+2
2020-05-07
net: mlx4: remove unneeded variable "err" in mlx4_en_ethtool_add_mac_rule()
Jason Yan
1
-2
/
+1
2020-05-07
net: tulip: de4x5: make PCI_signature() return void
Jason Yan
1
-6
/
+4
2020-05-07
net: atheros: remove dead code in atl1c_resume()
Jason Yan
1
-6
/
+0
2020-05-07
b43: remove dead function b43_rssinoise_postprocess()
Jason Yan
1
-13
/
+0
2020-05-07
net: phy: Make iproc_mdio_resume static
Zheng Zengkai
1
-1
/
+1
2020-05-07
net: flow_offload: skip hw stats check for FLOW_ACTION_HW_STATS_DONT_CARE
Pablo Neira Ayuso
3
-4
/
+22
2020-05-07
MAINTAINERS: put DYNAMIC INTERRUPT MODERATION in proper order
Lukas Bulwahn
1
-1
/
+1
2020-05-07
wireguard: send/receive: use explicit unlikely branch instead of implicit coa...
Jason A. Donenfeld
2
-16
/
+12
2020-05-07
wireguard: selftests: initalize ipv6 members to NULL to squelch clang warning
Jason A. Donenfeld
1
-2
/
+2
2020-05-07
wireguard: send/receive: cond_resched() when processing worker ringbuffers
Jason A. Donenfeld
2
-0
/
+6
2020-05-07
wireguard: socket: remove errant restriction on looping to self
Jason A. Donenfeld
2
-15
/
+51
2020-05-07
wireguard: selftests: use normal kernel stack size on ppc64
Jason A. Donenfeld
1
-0
/
+1
2020-05-07
net: ethernet: ti: am65-cpsw-nuss: fix irqs type
Grygorii Strashko
1
-2
/
+3
2020-05-07
dsa: sja1105: dynamically allocate stats structure
Arnd Bergmann
1
-70
/
+74
2020-05-07
ionic: Use debugfs_create_bool() to export bool
Geert Uytterhoeven
1
-2
/
+1
2020-05-07
net: phy: tja11xx: add support for master-slave configuration
Oleksij Rempel
1
-0
/
+43
2020-05-07
ethtool: provide UAPI for PHY master/slave configuration.
Oleksij Rempel
9
-18
/
+197
2020-05-07
Crypto/chcr: fix for hmac(sha) test fails
Devulapally Shiva Krishna
1
-1
/
+1
2020-05-07
Crypto/chcr: support for 48 byte key_len in aes-xts
Devulapally Shiva Krishna
1
-2
/
+25
2020-05-07
Crypto/chcr: fix for ccm(aes) failed test
Devulapally Shiva Krishna
1
-1
/
+1
2020-05-07
Crypto/chcr: fix ctr, cbc, xts and rfc3686-ctr failed tests
Devulapally Shiva Krishna
2
-14
/
+29
2020-05-07
Crypto/chcr: fix gcm-aes and rfc4106-gcm failed tests
Devulapally Shiva Krishna
1
-4
/
+12
2020-05-07
net: ipa: kill ipa_cmd_dma_task_32b_addr_add()
Alex Elder
2
-70
/
+0
2020-05-07
net: ipa: kill ipa_endpoint_stop()
Alex Elder
2
-23
/
+6
2020-05-07
net: ipa: don't retry in ipa_endpoint_stop()
Alex Elder
1
-15
/
+2
[next]