index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
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
2020-05-20
get rid of compat_mc_getsockopt()
Al Viro
3
-85
/
+79
2020-05-20
ip*_mc_gsfget(): lift copyout of struct group_filter into callers
Al Viro
4
-29
/
+36
2020-05-20
compat_ip{,v6}_setsockopt(): enumerate MCAST_... options explicitly
Al Viro
2
-2
/
+18
2020-05-20
lift compat definitions of mcast [sg]etsockopt requests into net/compat.h
Al Viro
1
-25
/
+0
2020-05-20
rds: fix crash in rds_info_getsockopt()
John Hubbard
1
-1
/
+2
2020-05-20
rxrpc: Fix ack discard
David Howells
1
-4
/
+26
2020-05-20
rxrpc: Trace discarded ACKs
David Howells
1
-2
/
+10
2020-05-19
net: unexport skb_gro_receive()
Eric Dumazet
1
-2
/
+0
2020-05-19
sctp: Don't add the shutdown timer if its already been added
Neil Horman
1
-3
/
+11
2020-05-19
ipv6: use ->ndo_tunnel_ctl in addrconf_set_dstaddr
Christoph Hellwig
1
-7
/
+2
2020-05-19
ipv6: streamline addrconf_set_dstaddr
Christoph Hellwig
1
-49
/
+38
2020-05-19
ipv6: stub out even more of addrconf_set_dstaddr if SIT is disabled
Christoph Hellwig
1
-2
/
+3
2020-05-19
sit: impement ->ndo_tunnel_ctl
Christoph Hellwig
1
-39
/
+34
2020-05-19
sit: refactor ipip6_tunnel_ioctl
Christoph Hellwig
1
-158
/
+210
2020-05-19
impr: use ->ndo_tunnel_ctl in ipmr_new_tunnel
Christoph Hellwig
1
-11
/
+3
2020-05-19
net: add a new ndo_tunnel_ioctl method
Christoph Hellwig
4
-62
/
+51
2020-05-19
ipv4: consolidate the VIFF_TUNNEL handling in ipmr_new_tunnel
Christoph Hellwig
1
-40
/
+13
[prev]
[next]