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-02-09
net: add sysfs attribute to control napi threaded mode
Wei Wang
2
-2
/
+86
2021-02-09
net: implement threaded-able napi poll loop support
Wei Wang
1
-0
/
+112
2021-02-09
net: extract napi poll functionality to __napi_poll()
Felix Fietkau
1
-12
/
+24
2021-02-09
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
4
-4
/
+12
2021-02-08
IPv6: Extend 'fib_notify_on_flag_change' sysctl
Amit Cohen
2
-1
/
+7
2021-02-08
IPv6: Add "offload failed" indication to routes
Amit Cohen
1
-2
/
+6
2021-02-08
IPv4: Extend 'fib_notify_on_flag_change' sysctl
Amit Cohen
2
-1
/
+7
2021-02-08
IPv4: Add "offload failed" indication to routes
Amit Cohen
4
-2
/
+12
2021-02-08
net: bridge: use switchdev for port flags set through sysfs too
Vladimir Oltean
1
-3
/
+6
2021-02-08
rxrpc: use udp tunnel APIs instead of open code in rxrpc_open_socket
Xin Long
1
-45
/
+24
2021-02-08
net-sysfs: Add rtnl locking for getting Tx queue traffic class
Alexander Duyck
1
-3
/
+10
2021-02-08
seg6: fool-proof the processing of SRv6 behavior attributes
Andrea Mayer
1
-28
/
+39
2021-02-08
Merge tag 'batadv-next-pullrequest-20210208' of git://git.open-mesh.org/linux...
Jakub Kicinski
55
-63
/
+64
2021-02-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
Jakub Kicinski
38
-230
/
+388
2021-02-06
net/packet: Improve the comment about LL header visibility criteria
Xie He
1
-2
/
+2
2021-02-06
net: dsa: make assisted_learning_on_cpu_port bypass offloaded LAG interfaces
Vladimir Oltean
2
-0
/
+21
2021-02-06
Revert "net: ipv4: handle DSA enabled master network devices"
Vladimir Oltean
1
-4
/
+17
2021-02-06
Revert "net: Have netpoll bring-up DSA management interface"
Vladimir Oltean
1
-18
/
+4
2021-02-06
net: dsa: automatically bring user ports down when master goes down
Vladimir Oltean
1
-0
/
+24
2021-02-06
net: dsa: automatically bring up DSA master when opening user port
Vladimir Oltean
1
-2
/
+5
2021-02-06
mptcp: pm: add lockdep assertions
Florian Westphal
4
-0
/
+24
2021-02-06
net: Introduce {netdev,napi}_alloc_frag_align()
Kevin Hao
1
-16
/
+10
2021-02-06
net: sched: Return the correct errno code
Zheng Yongjun
1
-1
/
+1
2021-02-06
dccp: Return the correct errno code
Zheng Yongjun
1
-1
/
+1
2021-02-06
net: bridge: mcast: Use ERR_CAST instead of ERR_PTR(PTR_ERR())
Xu Wang
1
-1
/
+1
2021-02-06
batman-adv: Fix names for kernel-doc blocks
Sven Eckelmann
5
-6
/
+7
2021-02-06
batman-adv: Avoid sizeof on flexible structure
Sven Eckelmann
1
-1
/
+1
2021-02-06
batman-adv: Drop publication years from copyright info
Sven Eckelmann
55
-55
/
+55
2021-02-06
netfilter: nftables: remove redundant assignment of variable err
Colin Ian King
1
-3
/
+1
2021-02-05
batman-adv: Start new development cycle
Simon Wunderlich
1
-1
/
+1
2021-02-04
netfilter: move handlers to net/ip_vs.h
Leon Romanovsky
1
-12
/
+0
2021-02-04
net/core: move gro function declarations to separate header
Leon Romanovsky
2
-6
/
+2
2021-02-04
ipv6: move udp declarations to net/udp.h
Leon Romanovsky
1
-2
/
+1
2021-02-04
rxrpc: call udp_tunnel_encap_enable in rxrpc_open_socket
Xin Long
1
-5
/
+2
2021-02-04
udp: call udp_encap_enable for v6 sockets when enabling encap
Xin Long
2
-1
/
+9
2021-02-04
net: page_pool: simplify page recycling condition tests
Alexander Lobakin
1
-10
/
+4
2021-02-04
net: fix building errors on powerpc when CONFIG_RETPOLINE is not set
Brian Vazquez
2
-4
/
+4
2021-02-04
netlink: add tracepoint at NL_SET_ERR_MSG
Marcelo Ricardo Leitner
1
-0
/
+8
2021-02-04
xfrm: Return the correct errno code
Zheng Yongjun
1
-1
/
+1
2021-02-04
esp: Simplify the calculation of variables
Jiapeng Chong
1
-1
/
+1
2021-02-03
ethtool: Expose the number of lanes in use
Danielle Ratson
1
-0
/
+8
2021-02-03
ethtool: Get link mode in use instead of speed and duplex parameters
Danielle Ratson
4
-156
/
+173
2021-02-03
ethtool: Extend link modes settings uAPI with lanes
Danielle Ratson
2
-16
/
+82
2021-02-03
ethtool: Validate master slave configuration before rtnl_lock()
Danielle Ratson
1
-8
/
+19
2021-02-03
net: dsa: fix SWITCHDEV_ATTR_ID_BRIDGE_VLAN_FILTERING getting ignored
Vladimir Oltean
1
-1
/
+9
2021-02-03
net: indirect call helpers for ipv4/ipv6 dst_check functions
Brian Vazquez
5
-8
/
+28
2021-02-03
net: use indirect call helpers for dst_mtu
Brian Vazquez
2
-4
/
+8
2021-02-03
net: use indirect call helpers for dst_output
Brian Vazquez
2
-0
/
+2
2021-02-03
net: use indirect call helpers for dst_input
Brian Vazquez
1
-0
/
+1
2021-02-02
inet: do not export inet_gro_{receive|complete}
Eric Dumazet
1
-3
/
+0
[next]