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
2021-08-02
net_sched: refactor TC action init API
Cong Wang
33
-159
/
+168
2021-07-31
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
4
-106
/
+377
2021-07-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
30
-136
/
+296
2021-07-30
Merge tag 'net-5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
29
-134
/
+247
2021-07-30
devlink: Allocate devlink directly in requested net namespace
Leon Romanovsky
1
-18
/
+8
2021-07-30
devlink: Break parameter notification sequence to be before/after unload/load...
Leon Romanovsky
1
-12
/
+20
2021-07-30
unix_bpf: Fix a potential deadlock in unix_dgram_bpf_recvmsg()
Cong Wang
1
-8
/
+8
2021-07-30
sk_buff: avoid potentially clearing 'slow_gro' field
Paolo Abeni
1
-1
/
+1
2021-07-30
net: netlink: Remove unused function
Yajun Deng
1
-8
/
+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
6
-97
/
+110
2021-07-30
nfc: constify local pointer variables
Krzysztof Kozlowski
3
-6
/
+6
2021-07-30
nfc: constify several pointers to u8, char and sk_buff
Krzysztof Kozlowski
6
-53
/
+61
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
net: convert fib_treeref from int to refcount_t
Yajun Deng
2
-7
/
+7
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
net/sched: store the last executed chain also for clsact egress
Davide Caratti
17
-43
/
+34
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
mctp: Allow per-netns default networks
Matt Johnston
3
-1
/
+18
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
2
-41
/
+339
2021-07-29
mctp: Populate socket implementation
Jeremy Kerr
2
-10
/
+419
2021-07-29
mctp: Add neighbour netlink interface
Matt Johnston
1
-3
/
+204
2021-07-29
mctp: Add neighbour implementation
Matt Johnston
4
-1
/
+148
2021-07-29
mctp: Add netlink route management
Matt Johnston
1
-9
/
+249
2021-07-29
mctp: Add initial routing framework
Jeremy Kerr
4
-1
/
+345
2021-07-29
mctp: Add device handling and netlink interface
Jeremy Kerr
3
-1
/
+423
2021-07-29
mctp: Add base socket/protocol definitions
Jeremy Kerr
1
-0
/
+163
2021-07-29
mctp: Add MCTP base
Jeremy Kerr
7
-0
/
+33
2021-07-29
skbuff: allow 'slow_gro' for skb carring sock reference
Paolo Abeni
2
-4
/
+15
2021-07-29
net: optimize GRO for the common case.
Paolo Abeni
2
-11
/
+28
2021-07-29
sk_buff: track extension status in slow_gro
Paolo Abeni
1
-0
/
+1
2021-07-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-11
/
+28
2021-07-28
net: bridge: switchdev: treat local FDBs the same as entries towards the bridge
Vladimir Oltean
2
-3
/
+2
2021-07-28
net: bridge: switchdev: replay the entire FDB for each port
Vladimir Oltean
3
-30
/
+11
2021-07-28
af_unix: fix garbage collect vs MSG_PEEK
Miklos Szeredi
1
-2
/
+49
2021-07-28
net/sched: act_skbmod: Add SKBMOD_F_ECN option support
Peilin Ye
1
-12
/
+32
2021-07-28
net: let flow have same hash in two directions
zhang kai
1
-9
/
+9
2021-07-28
devlink: Remove duplicated registration check
Leon Romanovsky
1
-9
/
+10
2021-07-28
sctp: fix return value check in __sctp_rcv_asconf_lookup
Marcelo Ricardo Leitner
1
-1
/
+1
2021-07-27
bpf, sockmap: Fix memleak on ingress msg enqueue
John Fastabend
1
-6
/
+0
2021-07-27
bpf, sockmap: On cleanup we additionally need to remove cached skb
John Fastabend
1
-6
/
+29
2021-07-27
bpf, sockmap: Zap ingress queues after stopping strparser
John Fastabend
1
-2
/
+2
2021-07-27
net: cipso: fix warnings in netlbl_cipsov4_add_std
Pavel Skripkin
1
-4
/
+4
2021-07-27
net: bonding: move ioctl handling to private ndo operation
Arnd Bergmann
1
-4
/
+4
2021-07-27
net: bridge: move bridge ioctls out of .ndo_do_ioctl
Arnd Bergmann
6
-30
/
+37
2021-07-27
net: socket: return changed ifreq from SIOCDEVPRIVATE
Arnd Bergmann
2
-4
/
+2
2021-07-27
net: split out ndo_siowandev ioctl
Arnd Bergmann
1
-2
/
+18
2021-07-27
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
4
-18
/
+34
[next]