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-05
netfilter: ctnetlink: allow to filter dump by status bits
Florian Westphal
1
-1
/
+33
2021-08-05
netfilter: ctnetlink: add and use a helper for mark parsing
Florian Westphal
1
-15
/
+27
2021-08-02
netfilter: ebtables: do not hook tables by default
Florian Westphal
4
-23
/
+137
2021-08-01
netfilter: remove xt pernet data
Florian Westphal
1
-11
/
+0
2021-08-01
netfilter: ipt_CLUSTERIP: use clusterip_net to store pernet warning
Florian Westphal
1
-2
/
+3
2021-08-01
netfilter: ipt_CLUSTERIP: only add arp mangle hook when required
Florian Westphal
1
-17
/
+34
2021-08-01
netfilter: flowtable: remove nf_ct_l4proto_find() call
Pablo Neira Ayuso
1
-10
/
+0
2021-08-01
netfilter: nft_compat: use nfnetlink_unicast()
Pablo Neira Ayuso
1
-5
/
+3
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
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-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
net/sched: act_skbmod: Add SKBMOD_F_ECN option support
Peilin Ye
1
-12
/
+32
2021-07-28
devlink: Remove duplicated registration check
Leon Romanovsky
1
-9
/
+10
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
2021-07-27
dev_ioctl: pass SIOCDEVPRIVATE data separately
Arnd Bergmann
3
-54
/
+26
2021-07-27
ip_tunnel: use ndo_siocdevprivate
Arnd Bergmann
8
-52
/
+57
2021-07-27
phonet: use siocdevprivate
Arnd Bergmann
1
-3
/
+3
2021-07-27
bridge: use ndo_siocdevprivate
Arnd Bergmann
3
-12
/
+28
[next]