index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-15
tcp: switch orphan_count to bare per-cpu counters
Eric Dumazet
6
-20
/
+42
2021-10-15
mctp: Avoid leak of mctp_sk_key
Matt Johnston
1
-0
/
+4
2021-10-15
page_pool: disable dma mapping support for 32-bit arch with 64-bit DMA
Yunsheng Lin
1
-4
/
+6
2021-10-14
net, neigh: Reject creating NUD_PERMANENT with NTF_MANAGED entries
Daniel Borkmann
1
-3
/
+8
2021-10-14
net, neigh: Use NLA_POLICY_MASK helper for NDA_FLAGS_EXT attribute
Daniel Borkmann
1
-5
/
+1
2021-10-14
net, neigh: Add build-time assertion to avoid neigh->flags overflow
Daniel Borkmann
1
-0
/
+3
2021-10-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
23
-172
/
+267
2021-10-14
ethernet: replace netdev->dev_addr assignment loops
Jakub Kicinski
1
-2
/
+1
2021-10-14
icmp: fix icmp_ext_echo_iio parsing in icmp_build_probe
Xin Long
1
-12
/
+11
2021-10-14
sctp: account stream padding length for reconf chunk
Eiichi Tsukata
1
-1
/
+1
2021-10-13
NFC: digital: fix possible memory leak in digital_in_send_sdd_req()
Ziyang Xuan
1
-2
/
+6
2021-10-13
NFC: digital: fix possible memory leak in digital_tg_listen_mdaa()
Ziyang Xuan
1
-2
/
+7
2021-10-13
nfc: fix error handling of nfc_proto_register()
Ziyang Xuan
1
-0
/
+3
2021-10-13
Revert "net: procfs: add seq_puts() statement for dev_mcast"
Vladimir Oltean
1
-13
/
+11
2021-10-13
net: dsa: unregister cross-chip notifier after ds->ops->teardown
Vladimir Oltean
1
-2
/
+2
2021-10-13
ip: use dev_addr_set() in tunnels
Jakub Kicinski
8
-10
/
+10
2021-10-13
tipc: constify dev_addr passing
Jakub Kicinski
4
-5
/
+5
2021-10-13
ipv6: constify dev_addr passing
Jakub Kicinski
2
-4
/
+4
2021-10-13
llc/snap: constify dev_addr passing
Jakub Kicinski
6
-6
/
+6
2021-10-13
rose: constify dev_addr passing
Jakub Kicinski
3
-9
/
+12
2021-10-13
ax25: constify dev_addr passing
Jakub Kicinski
9
-19
/
+19
2021-10-12
net: dsa: tag_ocelot_8021q: fix inability to inject STP BPDUs into BLOCKING p...
Vladimir Oltean
1
-1
/
+2
2021-10-12
net: dsa: tag_ocelot_8021q: break circular dependency with ocelot switch lib
Vladimir Oltean
2
-15
/
+25
2021-10-12
net: dsa: tag_ocelot: break circular dependency with ocelot switch lib driver
Vladimir Oltean
3
-3
/
+1
2021-10-12
net: dsa: sja1105: break dependency between dsa_port_is_sja1105 and switch dr...
Vladimir Oltean
1
-1
/
+0
2021-10-12
net: dsa: move sja1110_process_meta_tstamp inside the tagging protocol driver
Vladimir Oltean
1
-0
/
+43
2021-10-12
devlink: Delete reload enable/disable interface
Leon Romanovsky
1
-44
/
+3
2021-10-12
devlink: Allow control devlink ops behavior through feature mask
Leon Romanovsky
1
-2
/
+22
2021-10-12
devlink: Annotate devlink API calls
Leon Romanovsky
1
-0
/
+26
2021-10-12
devlink: Move netdev_to_devlink helpers to devlink.c
Leon Romanovsky
1
-0
/
+18
2021-10-12
devlink: Reduce struct devlink exposure
Leon Romanovsky
1
-0
/
+57
2021-10-12
net: dsa: fix spurious error message when unoffloaded port leaves bridge
Alvin Šipraga
1
-1
/
+1
2021-10-12
ipv6: ioam: move the check for undefined bits
Justin Iurman
2
-9
/
+67
2021-10-12
net, neigh: Add NTF_MANAGED flag for managed neighbor entries
Daniel Borkmann
1
-30
/
+83
2021-10-12
net, neigh: Extend neigh->flags to 32 bit to allow for extensions
Roopa Prabhu
1
-15
/
+40
2021-10-12
net, neigh: Enable state migration between NUD_PERMANENT and NTF_USE
Daniel Borkmann
1
-9
/
+13
2021-10-12
net, neigh: Fix NTF_EXT_LEARNED in combination with NTF_USE
Daniel Borkmann
1
-12
/
+14
2021-10-12
af_unix: Rename UNIX-DGRAM to UNIX to maintain backwards compatability
Stephen Boyd
1
-1
/
+1
2021-10-11
nfc: nci: replace GPLv2 boilerplate with SPDX
Krzysztof Kozlowski
1
-14
/
+2
2021-10-11
nfc: drop unneeded debug prints
Krzysztof Kozlowski
7
-57
/
+1
2021-10-10
net: make dev_get_port_parent_id slightly more readable
Antoine Tenart
1
-5
/
+2
2021-10-09
net: dsa: hold rtnl_lock in dsa_switch_setup_tag_protocol
Vladimir Oltean
1
-0
/
+2
2021-10-09
net: use dev_addr_set()
Jakub Kicinski
4
-4
/
+4
2021-10-08
mqprio: Correct stats in mqprio_dump_class_stats().
Sebastian Andrzej Siewior
1
-12
/
+18
2021-10-08
net: dsa: mv88e6xxx: isolate the ATU databases of standalone and bridged ports
Vladimir Oltean
1
-3
/
+9
2021-10-08
net: dsa: tag_dsa: send packets with TX fwd offload from VLAN-unaware bridges...
Vladimir Oltean
1
-18
/
+2
2021-10-08
net: dsa: fix bridge_num not getting cleared after ports leaving the bridge
Vladimir Oltean
1
-1
/
+1
2021-10-08
nfc: nci: fix the UAF of rf_conn_info object
Lin Ma
1
-0
/
+2
2021-10-08
net: introduce a function to check if a netdev name is in use
Antoine Tenart
1
-4
/
+10
2021-10-08
net/smc: improved fix wait on already cleared link
Karsten Graul
5
-41
/
+85
[next]