index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-22
bridge: mrp: Add br_mrp_unique_ifindex function
Horatiu Vultur
1
-0
/
+25
2020-05-22
Merge tag 'rxrpc-fixes-20200520' of git://git.kernel.org/pub/scm/linux/kernel...
David S. Miller
13
-122
/
+282
2020-05-22
net: flow_offload: simplify hw stats check handling
Edward Cree
1
-0
/
+6
2020-05-22
mpls: Add support for IPv6 tunnels
Vadim Fedorenko
1
-1
/
+2
2020-05-22
ip6_tunnel: add generic MPLS receive support
Vadim Fedorenko
1
-0
/
+59
2020-05-22
tunnel6: support for IPPROTO_MPLS
Vadim Fedorenko
1
-4
/
+83
2020-05-22
ip6_tunnel: add MPLS transmit support
Vadim Fedorenko
1
-2
/
+6
2020-05-22
ip6_tunnel: simplify transmit path
Vadim Fedorenko
1
-103
/
+79
2020-05-22
sctp: Start shutdown on association restart if in SHUTDOWN-SENT state and soc...
Jere Leppänen
1
-4
/
+5
2020-05-22
tipc: block BH before using dst_cache
Eric Dumazet
1
-1
/
+5
2020-05-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-5
/
+21
2020-05-22
mptcp: use untruncated hash in ADD_ADDR HMAC
Todd Malsbary
4
-25
/
+24
2020-05-22
nexthop: add support for notifiers
Roopa Prabhu
1
-0
/
+27
2020-05-22
vxlan: ecmp support for mac fdb entries
Roopa Prabhu
1
-0
/
+2
2020-05-22
nexthop: support for fdb ecmp nexthops
Roopa Prabhu
2
-25
/
+112
2020-05-22
batman-adv: use rcu_replace_pointer() where appropriate
Antonio Quartulli
3
-6
/
+6
2020-05-22
batman-adv: Revert "Drop lockdep.h include for soft-interface.c"
Sven Eckelmann
1
-0
/
+1
2020-05-21
flow_dissector: Drop BPF flow dissector prog ref on netns cleanup
Jakub Sitnicki
1
-5
/
+21
2020-05-21
xsk: Explicitly inline functions and move definitions
Björn Töpel
3
-143
/
+65
2020-05-21
xdp: Simplify xdp_return_{frame, frame_rx_napi, buff}
Björn Töpel
1
-12
/
+9
2020-05-21
xsk: Remove MEM_TYPE_ZERO_COPY and corresponding code
Björn Töpel
6
-306
/
+14
2020-05-21
xsk: Introduce AF_XDP buffer allocation API
Björn Töpel
7
-117
/
+592
2020-05-21
xsk: Move defines only used by AF_XDP internals to xsk.h
Björn Töpel
2
-0
/
+16
2020-05-21
xsk: Move driver interface to xdp_sock_drv.h
Magnus Karlsson
5
-4
/
+5
2020-05-21
xsk: Move xskmap.c to net/xdp/
Björn Töpel
3
-1
/
+284
2020-05-21
net: don't return invalid table id error when we fall back to PF_UNSPEC
Sabrina Dubroca
4
-5
/
+4
2020-05-21
net: ipip: fix wrong address family in init error path
Vadim Fedorenko
1
-1
/
+1
2020-05-21
net/tls: free record only on encryption error
Vadim Fedorenko
1
-2
/
+4
2020-05-21
net/tls: fix encryption error checking
Vadim Fedorenko
1
-5
/
+6
2020-05-21
ethtool: provide UAPI for PHY Signal Quality Index (SQI)
Oleksij Rempel
1
-1
/
+74
2020-05-21
net: qrtr: Fix passing invalid reference to qrtr_local_enqueue()
Manivannan Sadhasivam
1
-1
/
+1
2020-05-21
net: psample: Add tunnel support
Chris Mi
1
-0
/
+157
2020-05-21
ethtool: count header size in reply size estimate
Michal Kubecek
2
-3
/
+2
2020-05-20
net: nlmsg_cancel() if put fails for nhmsg
Stephen Worley
1
-0
/
+1
2020-05-20
ax25: fix setsockopt(SO_BINDTODEVICE)
Eric Dumazet
1
-2
/
+4
2020-05-20
atm: switch do_atmif_sioc() to direct use of atm_dev_ioctl()
Al Viro
1
-21
/
+4
2020-05-20
atm: lift copyin from atm_dev_ioctl()
Al Viro
3
-33
/
+31
2020-05-20
atm: switch do_atm_iobuf() to direct use of atm_getnames()
Al Viro
1
-22
/
+3
2020-05-20
atm: move copyin from atm_getnames() into the caller
Al Viro
3
-20
/
+20
2020-05-20
atm: separate ATM_GETNAMES handling from the rest of atm_dev_ioctl()
Al Viro
3
-44
/
+51
2020-05-20
batadv_socket_read(): get rid of pointless access_ok()
Al Viro
1
-3
/
+0
2020-05-20
get rid of compat_mc_setsockopt()
Al Viro
1
-90
/
+0
2020-05-20
handle the group_source_req options directly
Al Viro
2
-4
/
+42
2020-05-20
ipv6: take handling of group_source_req options into a helper
Al Viro
1
-29
/
+36
2020-05-20
ipv4: take handling of group_source_req options into a helper
Al Viro
1
-39
/
+44
2020-05-20
ipv[46]: do compat setsockopt for MCAST_{JOIN,LEAVE}_GROUP directly
Al Viro
2
-0
/
+59
2020-05-20
ipv6: do compat setsockopt for MCAST_MSFILTER directly
Al Viro
1
-1
/
+47
2020-05-20
ip6_mc_msfilter(): pass the address list separately
Al Viro
2
-4
/
+5
2020-05-20
ipv4: do compat setsockopt for MCAST_MSFILTER directly
Al Viro
1
-1
/
+47
2020-05-20
set_mcast_msfilter(): take the guts of setsockopt(MCAST_MSFILTER) into a helper
Al Viro
1
-33
/
+40
[prev]
[next]