index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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-20
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
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
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
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
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
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
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
2020-05-19
ipv4,appletalk: move SIOCADDRT and SIOCDELRT handling into ->compat_ioctl
Christoph Hellwig
4
-73
/
+94
2020-05-19
appletalk: factor out a atrtr_ioctl_addrt helper
Christoph Hellwig
1
-13
/
+20
2020-05-19
ipv6: move SIOCADDRT and SIOCDELRT handling into ->compat_ioctl
Christoph Hellwig
8
-46
/
+77
2020-05-19
ipv6: lift copy_from_user out of ipv6_route_ioctl
Christoph Hellwig
3
-35
/
+28
2020-05-19
igc: Remove unneeded register
Sasha Neftin
1
-1
/
+0
2020-05-19
igc: Remove unneeded definition
Sasha Neftin
1
-1
/
+0
2020-05-19
igc: Use netdev log helpers in igc_base.c
Andre Guedes
1
-3
/
+3
2020-05-19
igc: Use netdev log helpers in igc_dump.c
Andre Guedes
1
-55
/
+54
2020-05-19
igc: Use netdev log helpers in igc_ptp.c
Andre Guedes
1
-7
/
+5
2020-05-19
igc: Use netdev log helpers in igc_ethtool.c
Andre Guedes
1
-20
/
+21
2020-05-19
net: phy: simplify phy_link_change arguments
Doug Berger
4
-16
/
+13
2020-05-19
igc: add support to eeprom, registers and link self-tests
Vitaly Lifshits
7
-3
/
+285
2020-05-19
igc: Use netdev log helpers in igc_main.c
Andre Guedes
1
-61
/
+50
2020-05-19
igc: Add ECN support for TSO
Sasha Neftin
1
-0
/
+1
2020-05-17
rds: convert get_user_pages() --> pin_user_pages()
John Hubbard
1
-4
/
+2
2020-05-17
net: allow __skb_ext_alloc to sleep
Florian Westphal
3
-5
/
+9
2020-05-17
mptcp: remove inner wait loop from mptcp_sendmsg_frag
Florian Westphal
1
-14
/
+0
2020-05-17
mptcp: fill skb page frag cache outside of mptcp_sendmsg_frag
Florian Westphal
1
-1
/
+6
2020-05-17
mptcp: fill skb extension cache outside of mptcp_sendmsg_frag
Florian Westphal
1
-4
/
+14
2020-05-17
mptcp: avoid blocking in tcp_sendpages
Florian Westphal
1
-3
/
+32
2020-05-17
mptcp: break and restart in case mptcp sndbuf is full
Florian Westphal
1
-0
/
+36
[next]