index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-05-22
ice: only drop link once when setting pauseparams
Dave Ertman
1
-12
/
+0
2020-05-22
ice: Fix check for contiguous TCs
Dave Ertman
1
-7
/
+12
2020-05-22
ice: Don't reset and rebuild for Tx timeout on PFC enabled queue
Avinash JD
5
-0
/
+94
2020-05-22
ice: Add VF promiscuous support
Brett Creeley
4
-2
/
+223
2020-05-22
ice: Add support for tunnel offloads
Tony Nguyen
14
-14
/
+867
2020-05-22
ice: report netlist version in .info_get
Jacob Keller
5
-0
/
+158
2020-05-22
net: phy: tja11xx: add SQI support
Oleksij Rempel
1
-0
/
+26
2020-05-22
ethtool: provide UAPI for PHY Signal Quality Index (SQI)
Oleksij Rempel
4
-3
/
+82
2020-05-22
qed: Add XRC to RoCE
Yuval Basson
4
-18
/
+194
2020-05-22
qed: changes to ILT to support XRC
Yuval Basson
4
-14
/
+64
2020-05-22
net: psample: Add tunnel support
Chris Mi
2
-0
/
+179
2020-05-21
atm: switch do_atmif_sioc() to direct use of atm_dev_ioctl()
Al Viro
1
-21
/
+4
2020-05-21
atm: lift copyin from atm_dev_ioctl()
Al Viro
3
-33
/
+31
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-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
igc: Remove unused registers
Sasha Neftin
2
-9
/
+0
2020-05-20
igc: Remove unused IGC_ICS_DRSTA define
Sasha Neftin
1
-1
/
+0
2020-05-20
igc: Dump ETQF registers
Andre Guedes
1
-0
/
+3
2020-05-20
igc: Refactor ethertype filtering code
Andre Guedes
3
-61
/
+103
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
igc: Fix MAX_ETYPE_FILTER value
Andre Guedes
1
-1
/
+1
2020-05-20
igc: Remove ethertype filter in PTP code
Andre Guedes
3
-16
/
+1
2020-05-20
igc: Remove duplicated IGC_RXPBS macro
Andre Guedes
1
-2
/
+0
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
[next]