index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
crypto_null.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-07-30
devlink: Break parameter notification sequence to be before/after unload/load...
Leon Romanovsky
1
-12
/
+20
2021-07-30
sk_buff: avoid potentially clearing 'slow_gro' field
Paolo Abeni
2
-2
/
+2
2021-07-30
net: netlink: Remove unused function
Yajun Deng
2
-31
/
+0
2021-07-30
nfc: hci: cleanup unneeded spaces
Krzysztof Kozlowski
4
-14
/
+14
2021-07-30
nfc: nci: constify several pointers to u8, sk_buff and other structs
Krzysztof Kozlowski
7
-103
/
+118
2021-07-30
nfc: constify local pointer variables
Krzysztof Kozlowski
4
-8
/
+8
2021-07-30
nfc: constify several pointers to u8, char and sk_buff
Krzysztof Kozlowski
7
-55
/
+63
2021-07-30
nfc: hci: annotate nfc_llc_init() as __init
Krzysztof Kozlowski
1
-1
/
+1
2021-07-30
nfc: annotate af_nfc_exit() as __exit
Krzysztof Kozlowski
1
-1
/
+1
2021-07-30
nfc: mrvl: correct nfcmrvl_spi_parse_dt() device_node argument
Krzysztof Kozlowski
1
-1
/
+1
2021-07-30
net: convert fib_treeref from int to refcount_t
Yajun Deng
4
-9
/
+9
2021-07-29
bcm63xx_enet: delete a redundant assignment
Tang Bin
1
-1
/
+0
2021-07-29
net: dsa: don't set skb->offload_fwd_mark when not offloading the bridge
Vladimir Oltean
12
-20
/
+50
2021-07-29
ipvlan: Add handling of NETDEV_UP events
Di Zhu
1
-0
/
+1
2021-07-29
net/sched: store the last executed chain also for clsact egress
Davide Caratti
18
-58
/
+41
2021-07-29
docs: networking: dpaa2: document mirroring support on the switch
Ioana Ciornei
1
-0
/
+43
2021-07-29
dpaa2-switch: offload shared block mirror filters when binding to a port
Ioana Ciornei
3
-0
/
+71
2021-07-29
dpaa2-switch: add VLAN based mirroring
Ioana Ciornei
1
-5
/
+138
2021-07-29
dpaa2-switch: add support for port mirroring
Ioana Ciornei
3
-5
/
+182
2021-07-29
dpaa2-switch: add API for setting up mirroring
Ioana Ciornei
3
-0
/
+130
2021-07-29
dpaa2-switch: reorganize dpaa2_switch_cls_matchall_replace
Ioana Ciornei
1
-6
/
+25
2021-07-29
dpaa2-switch: reorganize dpaa2_switch_cls_flower_replace
Ioana Ciornei
1
-6
/
+26
2021-07-29
dpaa2-switch: rename dpaa2_switch_acl_tbl into filter_block
Ioana Ciornei
3
-125
/
+130
2021-07-29
dpaa2-switch: rename dpaa2_switch_tc_parse_action to specify the ACL
Ioana Ciornei
1
-8
/
+8
2021-07-29
qede: Remove the qede module version
Shai Malin
3
-21
/
+4
2021-07-29
qed: Remove the qed module version
Shai Malin
3
-18
/
+1
2021-07-29
net: dsa: tag_sja1105: fix control packets on SJA1110 being received on an im...
Vladimir Oltean
1
-17
/
+10
2021-07-29
net: dsa: sja1105: make sure untagged packets are dropped on ingress ports wi...
Vladimir Oltean
1
-18
/
+56
2021-07-29
net: dsa: sja1105: reset the port pvid when leaving a VLAN-aware bridge
Vladimir Oltean
1
-29
/
+33
2021-07-29
mctp: Add MCTP overview document
Jeremy Kerr
3
-0
/
+215
2021-07-29
mctp: Allow per-netns default networks
Matt Johnston
6
-2
/
+23
2021-07-29
mctp: Add dest neighbour lladdr to route output
Matt Johnston
1
-2
/
+8
2021-07-29
mctp: Implement message fragmentation & reassembly
Jeremy Kerr
3
-44
/
+361
2021-07-29
mctp: Populate socket implementation
Jeremy Kerr
4
-10
/
+491
2021-07-29
mctp: Add neighbour netlink interface
Matt Johnston
1
-3
/
+204
2021-07-29
mctp: Add neighbour implementation
Matt Johnston
7
-1
/
+178
2021-07-29
mctp: Add netlink route management
Matt Johnston
2
-9
/
+251
2021-07-29
mctp: Add initial routing framework
Jeremy Kerr
8
-1
/
+441
2021-07-29
mctp: Add device handling and netlink interface
Jeremy Kerr
10
-1
/
+491
2021-07-29
mctp: Add initial driver infrastructure
Jeremy Kerr
6
-0
/
+13
2021-07-29
mctp: Add sockaddr_mctp to uapi
Jeremy Kerr
1
-0
/
+21
2021-07-29
mctp: Add base packet definitions
Jeremy Kerr
2
-0
/
+36
2021-07-29
mctp: Add base socket/protocol definitions
Jeremy Kerr
1
-0
/
+163
2021-07-29
mctp: Add MCTP base
Jeremy Kerr
12
-3
/
+66
2021-07-29
nfc: mrvl: constify static nfcmrvl_if_ops
Krzysztof Kozlowski
6
-7
/
+7
2021-07-29
nfc: mrvl: constify several pointers
Krzysztof Kozlowski
6
-13
/
+15
2021-07-29
nfc: microread: constify several pointers
Krzysztof Kozlowski
3
-4
/
+4
2021-07-29
nfc: fdp: constify several pointers
Krzysztof Kozlowski
3
-13
/
+13
2021-07-29
nfc: fdp: use unsigned int as loop iterator
Krzysztof Kozlowski
1
-1
/
+2
2021-07-29
nfc: fdp: drop unneeded cast for printing firmware size in dev_dbg()
Krzysztof Kozlowski
1
-4
/
+4
[next]