index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-21
atm: switch do_atm_iobuf() to direct use of atm_getnames()
Al Viro
1
-22
/
+3
2020-05-21
atm: move copyin from atm_getnames() into the caller
Al Viro
3
-20
/
+20
2020-05-21
atm: separate ATM_GETNAMES handling from the rest of atm_dev_ioctl()
Al Viro
3
-44
/
+51
2020-05-21
batadv_socket_read(): get rid of pointless access_ok()
Al Viro
1
-3
/
+0
2020-05-21
get rid of compat_mc_setsockopt()
Al Viro
2
-94
/
+0
2020-05-21
handle the group_source_req options directly
Al Viro
2
-4
/
+42
2020-05-21
ipv6: take handling of group_source_req options into a helper
Al Viro
1
-29
/
+36
2020-05-21
ipv4: take handling of group_source_req options into a helper
Al Viro
1
-39
/
+44
2020-05-21
ipv[46]: do compat setsockopt for MCAST_{JOIN,LEAVE}_GROUP directly
Al Viro
2
-0
/
+59
2020-05-21
ipv6: do compat setsockopt for MCAST_MSFILTER directly
Al Viro
1
-1
/
+47
2020-05-21
ip6_mc_msfilter(): pass the address list separately
Al Viro
3
-5
/
+7
2020-05-21
ipv4: do compat setsockopt for MCAST_MSFILTER directly
Al Viro
1
-1
/
+47
2020-05-21
set_mcast_msfilter(): take the guts of setsockopt(MCAST_MSFILTER) into a helper
Al Viro
1
-33
/
+40
2020-05-21
get rid of compat_mc_getsockopt()
Al Viro
4
-88
/
+79
2020-05-21
ip*_mc_gsfget(): lift copyout of struct group_filter into callers
Al Viro
6
-31
/
+38
2020-05-21
compat_ip{,v6}_setsockopt(): enumerate MCAST_... options explicitly
Al Viro
2
-2
/
+18
2020-05-21
lift compat definitions of mcast [sg]etsockopt requests into net/compat.h
Al Viro
2
-25
/
+24
2020-05-21
rds: fix crash in rds_info_getsockopt()
John Hubbard
1
-1
/
+2
2020-05-20
net: unexport skb_gro_receive()
Eric Dumazet
1
-2
/
+0
2020-05-20
Merge branch 'ndo_tunnel_ioctl'
David S. Miller
9
-350
/
+342
2020-05-20
ipv6: use ->ndo_tunnel_ctl in addrconf_set_dstaddr
Christoph Hellwig
1
-7
/
+2
2020-05-20
ipv6: streamline addrconf_set_dstaddr
Christoph Hellwig
1
-49
/
+38
2020-05-20
ipv6: stub out even more of addrconf_set_dstaddr if SIT is disabled
Christoph Hellwig
1
-2
/
+3
2020-05-20
sit: impement ->ndo_tunnel_ctl
Christoph Hellwig
1
-39
/
+34
2020-05-20
sit: refactor ipip6_tunnel_ioctl
Christoph Hellwig
1
-158
/
+210
2020-05-20
impr: use ->ndo_tunnel_ctl in ipmr_new_tunnel
Christoph Hellwig
1
-11
/
+3
2020-05-20
net: add a new ndo_tunnel_ioctl method
Christoph Hellwig
6
-63
/
+59
2020-05-20
ipv4: consolidate the VIFF_TUNNEL handling in ipmr_new_tunnel
Christoph Hellwig
1
-40
/
+13
2020-05-20
ipv4: streamline ipmr_new_tunnel
Christoph Hellwig
1
-37
/
+36
2020-05-20
Merge branch 'realtek-ethernet-use-generic-power-management'
David S. Miller
2
-36
/
+15
2020-05-20
realtek/8139cp: use generic power management
Vaibhav Gupta
1
-17
/
+8
2020-05-20
realtek/8139too: use generic power management
Vaibhav Gupta
1
-19
/
+7
2020-05-20
Merge branch 'nfp-flower-feature-bit-updates'
David S. Miller
4
-42
/
+102
2020-05-20
nfp: flower: inform firmware of flower features
Louis Peens
2
-30
/
+87
2020-05-20
nfp: flower: renaming of feature bits
Louis Peens
4
-14
/
+17
2020-05-19
Merge branch 'iucv-next'
David S. Miller
3
-395
/
+54
2020-05-19
net/af_iucv: clean up function prototypes
Julian Wiedmann
2
-65
/
+51
2020-05-19
net/af_iucv: remove a redundant zero initialization
Julian Wiedmann
1
-1
/
+0
2020-05-19
net/af_iucv: replace open-coded U16_MAX
Julian Wiedmann
1
-1
/
+2
2020-05-19
net/af_iucv: remove pm support
Julian Wiedmann
1
-140
/
+1
2020-05-19
net/iucv: remove pm support
Julian Wiedmann
1
-188
/
+0
2020-05-19
Merge branch 's390-next'
David S. Miller
6
-308
/
+1
2020-05-19
s390/net: remove pm support from iucv drivers
Julian Wiedmann
2
-168
/
+1
2020-05-19
s390/net: remove pm ops from ccwgroup drivers
Julian Wiedmann
4
-140
/
+0
2020-05-19
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...
David S. Miller
11
-147
/
+415
2020-05-19
r8169: work around an irq coalescing related tx timeout
Heiner Kallweit
1
-0
/
+9
2020-05-19
r8169: improve rtl8169_mark_to_asic
Heiner Kallweit
1
-3
/
+2
2020-05-19
r8169: make rtl_rx better readable
Heiner Kallweit
1
-51
/
+48
2020-05-19
net: seeq: Use %pM format specifier for MAC addresses
Andy Shevchenko
1
-4
/
+1
2020-05-19
cxgb4: Use %pM format specifier for MAC addresses
Andy Shevchenko
1
-14
/
+6
[next]