index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
rds
/
ib_frmr.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-09-23
net-ethtool: ETHTOOL_GUFO did not and should not require CAP_NET_ADMIN
Maciej Żenczykowski
1
-0
/
+1
2018-09-22
RDS: IB: Use DEFINE_PER_CPU_SHARED_ALIGNED for rds_ib_stats
Nathan Chancellor
1
-1
/
+1
2018-09-22
net/mlx4: Use cpumask_available for eq->affinity_mask
Nathan Chancellor
1
-1
/
+2
2018-09-22
devlink: double free in devlink_resource_fill()
Dan Carpenter
1
-2
/
+1
2018-09-22
net: apple: fix return type of ndo_start_xmit function
YueHaibing
3
-6
/
+6
2018-09-22
net: i825xx: fix return type of ndo_start_xmit function
YueHaibing
3
-6
/
+9
2018-09-22
net: wiznet: fix return type of ndo_start_xmit function
YueHaibing
2
-2
/
+2
2018-09-22
net: sgi: fix return type of ndo_start_xmit function
YueHaibing
2
-3
/
+3
2018-09-22
net: cirrus: fix return type of ndo_start_xmit function
YueHaibing
2
-3
/
+3
2018-09-22
net: seeq: fix return type of ndo_start_xmit function
YueHaibing
2
-3
/
+5
2018-09-22
PCI: hv: Fix return value check in hv_pci_assign_slots()
Wei Yongjun
1
-1
/
+3
2018-09-22
net/ipv6: Display all addresses in output of /proc/net/if_inet6
Jeff Barnhill
1
-3
/
+1
2018-09-22
netlabel: check for IPV4MASK in addrinfo_get
Sean Tranchetti
1
-1
/
+2
2018-09-21
net: mscc: fix the frame extraction into the skb
Antoine Tenart
1
-3
/
+9
2018-09-21
r8169: fix autoneg issue on resume with RTL8168E
Heiner Kallweit
1
-0
/
+9
2018-09-20
sctp: update dst pmtu with the correct daddr
Xin Long
1
-2
/
+10
2018-09-20
bnxt_en: don't try to offload VLAN 'modify' action
Davide Caratti
1
-6
/
+14
2018-09-20
smc: generic netlink family should be __ro_after_init
Johannes Berg
1
-1
/
+1
2018-09-20
mlxsw: spectrum: Bump required firmware version
Petr Machata
1
-2
/
+2
2018-09-20
qed: Add missing device config for RoCE EDPM in UFP mode.
Sudarsana Reddy Kalluru
3
-22
/
+48
2018-09-20
qed: Do not add VLAN 0 tag to untagged frames in multi-function mode.
Sudarsana Reddy Kalluru
2
-1
/
+9
2018-09-20
qed: Fix populating the invalid stag value in multi function mode.
Sudarsana Reddy Kalluru
2
-1
/
+18
2018-09-20
net: mvneta: fix the Rx desc buffer DMA unmapping
Antoine Tenart
1
-2
/
+2
2018-09-20
ip6_tunnel: be careful when accessing the inner header
Paolo Abeni
1
-2
/
+11
2018-09-19
ipv6: fix memory leak on dst->_metrics
Wei Wang
1
-1
/
+4
2018-09-19
Revert "ipv6: fix double refcount of fib6_metrics"
Wei Wang
1
-0
/
+4
2018-09-19
sfp: fix oops with ethtool -m
Russell King
1
-2
/
+2
2018-09-19
net: mvpp2: fix a txq_done race condition
Antoine Tenart
1
-4
/
+6
2018-09-19
net/smc: fix sizeof to int comparison
YueHaibing
1
-8
/
+6
2018-09-19
net/smc: no urgent data check for listen sockets
Karsten Graul
1
-2
/
+2
2018-09-19
net/smc: enable fallback for connection abort in state INIT
Ursula Braun
1
-7
/
+7
2018-09-19
net/smc: remove duplicate mutex_unlock
Ursula Braun
1
-6
/
+9
2018-09-19
net/smc: fix non-blocking connect problem
Ursula Braun
1
-2
/
+5
2018-09-19
ravb: do not write 1 to reserved bits
Kazuya Mizuguchi
3
-6
/
+12
2018-09-19
net: bnxt: Fix a uninitialized variable warning.
zhong jiang
1
-0
/
+3
2018-09-19
net: emac: fix fixed-link setup for the RTL8363SB switch
Christian Lamparter
1
-5
/
+10
2018-09-19
NFC: Fix the number of pipes
Suren Baghdasaryan
1
-1
/
+1
2018-09-19
NFC: Fix possible memory corruption when handling SHDLC I-Frame commands
Suren Baghdasaryan
1
-0
/
+10
2018-09-19
selftests: pmtu: properly redirect stderr to /dev/null
Sabrina Dubroca
1
-2
/
+2
2018-09-19
net: stmmac: Fixup the tail addr setting in xmit path
Jose Abreu
1
-2
/
+3
2018-09-19
net: stmmac: Rework coalesce timer and fix multi-queue races
Jose Abreu
4
-106
/
+146
2018-09-18
net/ipv6: do not copy dst flags on rt init
Peter Oskolkov
1
-2
/
+0
2018-09-18
qmi_wwan: set DTR for modems in forced USB2 mode
Bjørn Mork
1
-7
/
+7
2018-09-18
clk: x86: Stop marking clocks as CLK_IS_CRITICAL
Hans de Goede
1
-7
/
+0
2018-09-18
r8169: Get and enable optional ether_clk clock
Hans de Goede
1
-0
/
+33
2018-09-18
clk: x86: add "ether_clk" alias for Bay Trail / Cherry Trail
Hans de Goede
1
-0
/
+11
2018-09-18
r8169: enable ASPM on RTL8106E
Kai-Heng Feng
1
-0
/
+3
2018-09-18
r8169: Align ASPM/CLKREQ setting function with vendor driver
Kai-Heng Feng
1
-1
/
+3
2018-09-18
Revert "kcm: remove any offset before parsing messages"
David S. Miller
1
-25
/
+1
2018-09-18
kcm: remove any offset before parsing messages
Dominique Martinet
1
-1
/
+25
[next]