index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
math
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-01-30
net: dsa: document the existing switch tree notifiers and add a new one
Vladimir Oltean
3
-23
/
+58
2021-01-30
net: mscc: ocelot: don't use NPI tag prefix for the CPU port module
Vladimir Oltean
4
-14
/
+12
2021-01-30
net: mscc: ocelot: reapply bridge forwarding mask on bonding join/leave
Vladimir Oltean
1
-27
/
+36
2021-01-30
net: mscc: ocelot: store a namespaced VCAP filter ID
Vladimir Oltean
4
-9
/
+24
2021-01-30
net: mscc: ocelot: export VCAP structures to include/soc/mscc
Vladimir Oltean
4
-291
/
+294
2021-01-30
net: dsa: tag_8021q: add helpers to deduce whether a VLAN ID is RX or TX VLAN
Vladimir Oltean
2
-2
/
+27
2021-01-30
vmxnet3: Remove buf_info from device accessible structures
Ronak Doshi
2
-33
/
+15
2021-01-30
net: dsa: hellcreek: Add missing TAPRIO dependency
Kurt Kanzenbach
1
-0
/
+1
2021-01-30
net: proc: speedup /proc/net/netstat
Eric Dumazet
1
-14
/
+36
2021-01-30
net: Remove redundant calls of sk_tx_queue_clear().
Kuniyuki Iwashima
1
-1
/
+10
2021-01-30
net: hns3: add debugfs support for tm nodes, priority and qset info
Guangbin Huang
5
-1
/
+218
2021-01-30
net: hns3: add interfaces to query information of tm priority/qset
Guangbin Huang
3
-1
/
+234
2021-01-30
ip_gre: add csum offload support for gre header
Xin Long
2
-14
/
+20
2021-01-30
net: support ip generic csum processing in skb_csum_hwoffload_help
Xin Long
1
-1
/
+12
2021-01-30
net: mhi: Get rid of local rx queue count
Loic Poulain
1
-8
/
+5
2021-01-30
net: mhi: Get RX queue size from MHI core
Loic Poulain
1
-3
/
+3
2021-01-30
docs: networking: timestamping: fix section title markup
Jan Luebbe
1
-1
/
+2
2021-01-30
net/ethernet: convert to use module_platform_driver in octeon_mgmt.c
dingsenjie
1
-12
/
+1
2021-01-30
net: atm: pppoatm: use new API for wakeup tasklet
Emil Renner Berthing
1
-4
/
+5
2021-01-30
net: atm: pppoatm: use tasklet_init to initialize wakeup tasklet
Emil Renner Berthing
1
-7
/
+3
2021-01-30
net/mlx5: CT: Add support for matching on ct_state reply flag
Paul Blakey
1
-3
/
+10
2021-01-30
net: flow_offload: Add original direction flag to ct_metadata
Paul Blakey
2
-0
/
+2
2021-01-30
net/sched: cls_flower: Add match on the ct_state reply flag
Paul Blakey
2
-2
/
+5
2021-01-30
selftests: Add nci suite
Bongsu Jeon
5
-0
/
+617
2021-01-30
nfc: Add a virtual nci device driver
Bongsu Jeon
3
-0
/
+227
2021-01-30
net: packet: make pkt_sk() inline
Menglong Dong
1
-1
/
+1
2021-01-30
hv_netvsc: Copy packets sent by Hyper-V out of the receive buffer
Andrea Parri (Microsoft)
4
-86
/
+150
2021-01-29
can: mcp251xfd: mcp251xfd_probe(): use dev_err_probe() to simplify error hand...
Marc Kleine-Budde
1
-16
/
+12
2021-01-29
can: mcp251xfd: mcp251xfd_chip_clock_enable(): simplify return
Marc Kleine-Budde
1
-3
/
+1
2021-01-29
can: mcp251xfd: add missing _MASK postfix to MCP251XFD_OBJ_FLAGS_DLC
Marc Kleine-Budde
2
-3
/
+3
2021-01-29
can: mcp251xfd: unify error messages and commets
Marc Kleine-Budde
1
-4
/
+4
2021-01-29
can: mcp251xfd: mcp251xfd_probe(): add imx6 to errata table
Marc Kleine-Budde
1
-0
/
+1
2021-01-29
can: mcp251xfd: mcp251xfd_probe(): remove known bad combinations from errata ...
Marc Kleine-Budde
1
-10
/
+7
2021-01-29
can: mcp251xfd: mcp251xfd_probe(): sort errata table alphabetically, fix inde...
Marc Kleine-Budde
1
-2
/
+2
2021-01-29
can: mcp251xfd: mcp251xfd_probe(): fix errata reference
Marc Kleine-Budde
1
-1
/
+1
2021-01-29
octeontx2-af: Fix 'physical' typos
Bjorn Helgaas
3
-3
/
+3
2021-01-29
linux/qed: fix spelling typo in qed_chain.h
dingsenjie
1
-1
/
+1
2021-01-29
nexthop: Extract a helper for validation of get/del RTNL requests
Petr Machata
1
-18
/
+25
2021-01-29
nexthop: Add a callback parameter to rtm_dump_walk_nexthops()
Petr Machata
1
-10
/
+22
2021-01-29
nexthop: Extract a helper for walking the next-hop tree
Petr Machata
1
-19
/
+33
2021-01-29
nexthop: Strongly-type context of rtm_dump_nexthop()
Petr Machata
1
-2
/
+16
2021-01-29
nexthop: Extract a common helper for parsing dump attributes
Petr Machata
1
-12
/
+19
2021-01-29
nexthop: Extract dump filtering parameters into a single structure
Petr Machata
1
-20
/
+24
2021-01-29
nexthop: Dispatch notifier init()/fini() by group type
Petr Machata
1
-6
/
+19
2021-01-29
nexthop: Use enum to encode notification type
Ido Schimmel
4
-29
/
+69
2021-01-29
nexthop: Assert the invariant that a NH group is of only one type
Petr Machata
1
-2
/
+5
2021-01-29
nexthop: Introduce to struct nh_grp_entry a per-type union
Petr Machata
2
-3
/
+8
2021-01-29
nexthop: Dispatch nexthop_select_path() by group type
Petr Machata
1
-6
/
+16
2021-01-29
nexthop: Rename nexthop_free_mpath
David Ahern
1
-2
/
+2
2021-01-29
net/af_iucv: build SG skbs for TRANS_HIPER sockets
Julian Wiedmann
1
-2
/
+4
[next]