index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpio
/
gpio-xilinx.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-07-25
nfc: constify nci_ops
Krzysztof Kozlowski
7
-10
/
+11
2021-07-25
nfc: constify payload argument in nci_send_cmd()
Krzysztof Kozlowski
2
-2
/
+2
2021-07-24
net: bridge: fix build when setting skb->offload_fwd_mark with CONFIG_NET_SWI...
Vladimir Oltean
3
-1
/
+12
2021-07-23
net: phy: Remove unused including <linux/version.h>
chongjiapeng
1
-1
/
+0
2021-07-23
nfc: port100: constify protocol list array
Krzysztof Kozlowski
1
-4
/
+4
2021-07-23
mpls: defer ttl decrement in mpls_forward()
Kangmin Park
1
-1
/
+1
2021-07-23
wwan: core: Fix missing RTM_NEWLINK event for default link
Loic Poulain
1
-0
/
+2
2021-07-23
octeontx2-af: Enhance mailbox trace entry
Jerin Jacob
1
-4
/
+6
2021-07-23
e100: Avoid memcpy() over-reading of ETH_SS_STATS
Kees Cook
1
-2
/
+2
2021-07-23
igb: Avoid memcpy() over-reading of ETH_SS_STATS
Kees Cook
1
-2
/
+1
2021-07-23
igb: Add counter to i21x doublecheck
Grzegorz Siwik
1
-1
/
+5
2021-07-23
net: dsa: tag_dsa: offload the bridge forwarding process
Tobias Waldekranz
1
-8
/
+44
2021-07-23
net: dsa: mv88e6xxx: map virtual bridges with forwarding offload in the PVT
Vladimir Oltean
1
-4
/
+74
2021-07-23
net: dsa: add support for bridge TX forwarding offload
Vladimir Oltean
4
-1
/
+104
2021-07-23
net: dsa: track the number of switches in a tree
Vladimir Oltean
2
-0
/
+6
2021-07-23
net: bridge: switchdev: allow the TX data plane forwarding to be offloaded
Tobias Waldekranz
14
-14
/
+125
2021-07-23
net: socket: rework compat_ifreq_ioctl()
Arnd Bergmann
6
-47
/
+76
2021-07-23
net: socket: simplify dev_ifconf handling
Arnd Bergmann
3
-72
/
+44
2021-07-23
net: socket: remove register_gifconf
Arnd Bergmann
4
-44
/
+20
2021-07-23
net: socket: rework SIOC?IFMAP ioctls
Arnd Bergmann
2
-50
/
+54
2021-07-23
ethtool: improve compat ioctl handling
Arnd Bergmann
3
-144
/
+121
2021-07-23
compat: make linux/compat.h available everywhere
Arnd Bergmann
10
-96
/
+59
2021-07-22
dpaa2-switch: seed the buffer pool after allocating the swp
Ioana Ciornei
1
-8
/
+8
2021-07-22
nfp: fix return statement in nfp_net_parse_meta()
Niklas Söderlund
1
-1
/
+1
2021-07-22
ipv6: fix "'ioam6_if_id_max' defined but not used" warn
Matthieu Baerts
1
-2
/
+1
2021-07-22
nfp: flower-tc: add flow stats updates for ct
Louis Peens
4
-2
/
+157
2021-07-22
nfp: flower-ct: add offload calls to the nfp
Louis Peens
3
-1
/
+16
2021-07-22
nfp: flower-ct: add flow_pay to the offload table
Louis Peens
3
-2
/
+78
2021-07-22
nfp: flower-ct: add actions into flow_pay for offload
Louis Peens
1
-0
/
+72
2021-07-22
nfp: flower-ct: compile match sections of flow_payload
Louis Peens
1
-1
/
+223
2021-07-22
nfp: flower-ct: calculate required key_layers
Louis Peens
4
-2
/
+125
2021-07-22
nfp: flower: refactor action offload code slightly
Louis Peens
3
-20
/
+19
2021-07-22
nfp: flower: refactor match functions to take flow_rule as input
Louis Peens
4
-28
/
+17
2021-07-22
nfp: flower: make the match compilation functions reusable
Yinjun Zhang
2
-145
/
+239
2021-07-22
net: selftests: add MTU test
Oleksij Rempel
1
-0
/
+12
2021-07-22
net: usb: asix: ax88772: add missing stop
Oleksij Rempel
1
-0
/
+1
2021-07-22
net: usb: asix: ax88772: do not poll for PHY before registering it
Oleksij Rempel
1
-5
/
+0
2021-07-22
net: sched: cls_api: Fix the the wrong parameter
Yajun Deng
1
-1
/
+1
2021-07-22
net: switchdev: fix FDB entries towards foreign ports not getting propagated ...
Vladimir Oltean
1
-72
/
+142
2021-07-22
net: sparx5: fix unmet dependencies warning
Randy Dunlap
1
-0
/
+1
2021-07-22
net: bridge: move the switchdev object replay helpers to "push" mode
Vladimir Oltean
17
-163
/
+182
2021-07-22
net: bridge: guard the switchdev replay helpers against a NULL notifier block
Vladimir Oltean
3
-0
/
+9
2021-07-22
net: bridge: switchdev: let drivers inform which bridge ports are offloaded
Vladimir Oltean
17
-57
/
+298
2021-07-22
net: bridge: switchdev: recycle unused hwdoms
Tobias Waldekranz
3
-39
/
+86
2021-07-22
net: bridge: disambiguate offload_fwd_mark
Tobias Waldekranz
3
-14
/
+25
2021-07-22
net: dpaa2-switch: refactor prechangeupper sanity checks
Vladimir Oltean
1
-11
/
+26
2021-07-22
net: dpaa2-switch: use extack in dpaa2_switch_port_bridge_join
Vladimir Oltean
1
-4
/
+7
2021-07-22
net: dsa: tag_ksz: dont let the hardware process the layer 4 checksum
Lino Sanfilippo
1
-0
/
+9
2021-07-22
net: dsa: ensure linearized SKBs in case of tail taggers
Lino Sanfilippo
1
-5
/
+9
2021-07-22
ravb: Remove extra TAB
Biju Das
1
-1
/
+1
[next]