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
2018-11-09
{nl,mac}80211: add dot11MeshConnectedToMeshGate to meshconf
Bob Copeland
4
-2
/
+15
2018-11-09
{nl,mac}80211: report gate connectivity in station info
Bob Copeland
4
-1
/
+9
2018-11-09
mac80211: mesh: advertise gates in mesh formation
Bob Copeland
1
-1
/
+3
2018-11-09
mac80211: allow hardware scan to fall back to software
Johannes Berg
1
-4
/
+18
2018-11-09
nl80211: Emit a SET_INTERFACE on iftype change
Andrew Zaborowski
1
-12
/
+16
2018-11-09
nl80211: announce radios/interfaces when switching namespaces
Martin Willi
1
-0
/
+14
2018-11-09
mac80211: allow drivers to use peer measurement API
Johannes Berg
3
-0
/
+68
2018-11-09
cfg80211: add peer measurement with FTM initiator API
Johannes Berg
8
-19
/
+928
2018-11-09
mac80211: tx: avoid variable shadowing
Johannes Berg
1
-2
/
+2
2018-11-09
mac80211: debugfs: avoid variable shadowing
Johannes Berg
1
-7
/
+7
2018-11-09
mac80211: sta_info: avoid tidstats variable shadowing
Johannes Berg
1
-5
/
+2
2018-11-09
mac80211: tracing: avoid 'idx' variable
Johannes Berg
1
-3
/
+3
2018-11-09
cfg80211: tracing: avoid 'idx' variable
Johannes Berg
1
-12
/
+12
2018-11-08
OVS: remove use of VLAN_TAG_PRESENT
Michał Mirosław
4
-18
/
+23
2018-11-08
sock: Reset dst when changing sk_mark via setsockopt
David Barmann
1
-2
/
+4
2018-11-08
openvswitch: remove BUG_ON from get_dpdev
Li RongQing
1
-1
/
+0
2018-11-08
fou, fou6: ICMP error handlers for FoU and GUE
Stefano Brivio
3
-0
/
+143
2018-11-08
udp: Support for error handlers of tunnels with arbitrary destination port
Stefano Brivio
2
-35
/
+110
2018-11-08
net: Convert protocol error handlers from void to int
Stefano Brivio
22
-115
/
+166
2018-11-08
udp: Handle ICMP errors for tunnels with same destination port on both endpoints
Stefano Brivio
3
-20
/
+149
2018-11-08
net/ipv6: compute anycast address hash only if dev is null
Li RongQing
1
-2
/
+4
2018-11-08
net: sched: prio: delay destroying child qdiscs on change
Jakub Kicinski
1
-1
/
+3
2018-11-08
net: sched: red: delay destroying child qdisc on replace
Jakub Kicinski
1
-2
/
+6
2018-11-08
net: sched: refactor grafting Qdiscs with a parent
Jakub Kicinski
1
-14
/
+14
2018-11-08
net: sched: add an offload graft helper
Jakub Kicinski
2
-24
/
+32
2018-11-08
net: sched: set TCQ_F_OFFLOADED flag for MQ
Jakub Kicinski
1
-6
/
+3
2018-11-08
net: sched: red: remove unnecessary red_dump_offload_stats parameter
Jakub Kicinski
1
-2
/
+2
2018-11-08
net: sched: add an offload dump helper
Jakub Kicinski
3
-31
/
+23
2018-11-07
net/vlan: include the shift in skb_vlan_tag_get_prio()
Michał Mirosław
1
-2
/
+1
2018-11-07
inet: minor optimization for backlog setting in listen(2)
Yafang Shao
3
-3
/
+2
2018-11-07
net: vlan: add support for tunnel offload
Davide Caratti
3
-0
/
+15
2018-11-07
udp: cope with UDP GRO packet misdirection
Paolo Abeni
2
-2
/
+45
2018-11-07
ipv6: factor out protocol delivery helper
Paolo Abeni
1
-12
/
+16
2018-11-07
ip: factor out protocol delivery helper
Paolo Abeni
1
-37
/
+36
2018-11-07
udp: add support for UDP_GRO cmsg
Paolo Abeni
2
-0
/
+7
2018-11-07
udp: implement GRO for plain UDP sockets.
Paolo Abeni
3
-27
/
+96
2018-11-07
udp: implement complete book-keeping for encap_needed
Paolo Abeni
2
-11
/
+22
2018-11-07
ipv6: do not drop vrf udp multicast packets
Dewi Morgan
1
-3
/
+5
2018-11-07
ipv6: handling of multicast packets received in VRF
Mike Manning
1
-3
/
+32
2018-11-07
ipv6: allow ping to link-local address in VRF
Mike Manning
1
-1
/
+1
2018-11-07
net: fix raw socket lookup device bind matching with VRFs
Duncan Eastoe
2
-5
/
+3
2018-11-07
net: provide a sysctl raw_l3mdev_accept for raw socket lookup with VRFs
Mike Manning
3
-2
/
+39
2018-11-07
net: ensure unbound datagram socket to be chosen when not in a VRF
Mike Manning
4
-21
/
+20
2018-11-07
net: ensure unbound stream socket to be chosen when not in a VRF
Mike Manning
2
-16
/
+12
2018-11-07
net: allow binding socket in a VRF when there's an unbound socket
Robert Shearman
2
-8
/
+25
2018-11-06
rtnetlink: Add more extack messages to rtnl_newlink
David Ahern
1
-2
/
+4
2018-11-06
net: Add extack argument to ip_fib_metrics_init
David Ahern
3
-10
/
+23
2018-11-06
net: Add extack argument to rtnl_create_link
David Ahern
2
-7
/
+13
2018-11-06
ipv6: gro: do not use slow memcmp() in ipv6_gro_receive()
Eric Dumazet
1
-3
/
+10
2018-11-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
32
-268
/
+302
[next]