index
:
drm/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
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-10
net: mac802154: Introduce a synchronous API for MLME commands
Miquel Raynal
2
-0
/
+48
2022-06-10
net: mac802154: Introduce a tx queue flushing mechanism
Miquel Raynal
5
-5
/
+31
2022-06-10
net: mac802154: Introduce a helper to disable the queue
Miquel Raynal
2
-0
/
+26
2022-06-10
net: mac802154: Create a hot tx path
Miquel Raynal
1
-2
/
+8
2022-06-10
net: mac802154: Bring the ability to hold the transmit queue
Miquel Raynal
5
-12
/
+71
2022-06-10
net: mac802154: Follow the count of ongoing transmissions
Miquel Raynal
2
-0
/
+5
2022-06-10
net: mac802154: Enhance the error path in the main tx helper
Miquel Raynal
1
-6
/
+6
2022-06-10
net: mac802154: Rename the main tx_work struct
Miquel Raynal
3
-5
/
+8
2022-06-10
net: mac802154: Rename the synchronous xmit worker
Miquel Raynal
3
-3
/
+3
2022-06-09
Merge tag 'ieee802154-for-net-next-2022-06-09' of git://git.kernel.org/pub/sc...
Jakub Kicinski
15
-214
/
+48
2022-06-09
net: add napi_get_frags_check() helper
Eric Dumazet
1
-0
/
+18
2022-06-09
net: add debug checks in napi_consume_skb and __napi_alloc_skb()
Eric Dumazet
1
-1
/
+2
2022-06-09
net: use DEBUG_NET_WARN_ON_ONCE() in skb_release_head_state()
Eric Dumazet
1
-1
/
+1
2022-06-09
af_unix: use DEBUG_NET_WARN_ON_ONCE()
Eric Dumazet
1
-4
/
+4
2022-06-09
net: use WARN_ON_ONCE() in sk_stream_kill_queues()
Eric Dumazet
1
-3
/
+3
2022-06-09
net: use WARN_ON_ONCE() in inet_sock_destruct()
Eric Dumazet
1
-4
/
+4
2022-06-09
net: use DEBUG_NET_WARN_ON_ONCE() in dev_loopback_xmit()
Eric Dumazet
1
-1
/
+1
2022-06-09
net: use DEBUG_NET_WARN_ON_ONCE() in __release_sock()
Eric Dumazet
1
-1
/
+1
2022-06-09
drop_monitor: adopt u64_stats_t
Eric Dumazet
1
-9
/
+9
2022-06-09
devlink: adopt u64_stats_t
Eric Dumazet
1
-12
/
+16
2022-06-09
net: adopt u64_stats_t in struct pcpu_sw_netstats
Eric Dumazet
4
-33
/
+37
2022-06-09
ip6_tunnel: use dev_sw_netstats_rx_add()
Eric Dumazet
1
-6
/
+1
2022-06-09
sit: use dev_sw_netstats_rx_add()
Eric Dumazet
1
-7
/
+1
2022-06-09
vlan: adopt u64_stats_t
Eric Dumazet
2
-12
/
+12
2022-06-09
net: rename reference+tracking helpers
Jakub Kicinski
41
-113
/
+117
2022-06-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
20
-95
/
+107
2022-06-09
net: 6lowpan: constify lowpan_nhc structures
Alexander Aring
2
-11
/
+11
2022-06-09
net: 6lowpan: use array for find nhc id
Alexander Aring
15
-203
/
+37
2022-06-09
net: 6lowpan: remove const from scalars
Alexander Aring
1
-3
/
+3
2022-06-09
Merge tag 'net-5.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
15
-62
/
+83
2022-06-08
tcp: use alloc_large_system_hash() to allocate table_perturb
Muchun Song
1
-4
/
+6
2022-06-08
net: openvswitch: fix misuse of the cached connection on tuple changes
Ilya Maximets
2
-1
/
+9
2022-06-08
ip_gre: test csum_start instead of transport header
Willem de Bruijn
1
-6
/
+5
2022-06-08
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
2
-10
/
+3
2022-06-08
ipv6: Fix signed integer overflow in l2tp_ip6_sendmsg
Wang Yufen
1
-2
/
+3
2022-06-08
ipv6: Fix signed integer overflow in __ip6_append_data
Wang Yufen
1
-3
/
+3
2022-06-08
net: ipv6: unexport __init-annotated seg6_hmac_init()
Masahiro Yamada
1
-1
/
+0
2022-06-08
net: xfrm: unexport __init-annotated xfrm4_protocol_init()
Masahiro Yamada
1
-1
/
+0
2022-06-08
xsk: Fix handling of invalid descriptors in XSK TX batching API
Maciej Fijalkowski
2
-10
/
+3
2022-06-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf
Jakub Kicinski
4
-33
/
+53
2022-06-07
net: skb: use auto-generation to convert skb drop reason to string
Menglong Dong
4
-14
/
+26
2022-06-07
af_unix: Fix a data-race in unix_dgram_peer_wake_me().
Kuniyuki Iwashima
1
-1
/
+1
2022-06-06
netfilter: nf_tables: bail out early if hardware offload is not supported
Pablo Neira Ayuso
3
-2
/
+29
2022-06-06
netfilter: nf_tables: memleak flow rule from commit path
Pablo Neira Ayuso
1
-0
/
+6
2022-06-06
netfilter: nf_tables: release new hooks on unsupported flowtable flags
Pablo Neira Ayuso
1
-4
/
+8
2022-06-05
bluetooth: don't use bitmaps for random flag accesses
Linus Torvalds
4
-29
/
+20
2022-06-04
Merge tag 'for-linus-5.19-rc1b-tag' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-4
/
+4
2022-06-02
netfilter: nf_tables: always initialize flowtable hook list in transaction
Pablo Neira Ayuso
1
-0
/
+1
2022-06-02
Merge tag 'net-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
25
-115
/
+175
2022-06-02
net/af_packet: make sure to pull mac header
Eric Dumazet
1
-2
/
+4
[next]