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
2018-11-11
net: phy: remove flag PHY_HAS_INTERRUPT from driver configs
Heiner Kallweit
29
-121
/
+6
2018-11-11
net: phy: replace PHY_HAS_INTERRUPT with a check for config_intr and ack_inte...
Heiner Kallweit
1
-2
/
+6
2018-11-11
sctp: Fix SKB list traversal in sctp_intl_store_ordered().
David S. Miller
1
-5
/
+12
2018-11-11
sctp: Fix SKB list traversal in sctp_intl_store_reasm().
David S. Miller
1
-5
/
+12
2018-11-11
iucv: Remove SKB list assumptions.
David S. Miller
1
-26
/
+15
2018-11-11
brcmfmac: Use standard SKB list accessors in brcmf_sdiod_sglist_rw.
David S. Miller
1
-63
/
+74
2018-11-11
OVS: remove VLAN_TAG_PRESENT - fixup
Michał Mirosław
1
-1
/
+1
2018-11-10
infiniband: nes: Fix more direct skb list accesses.
David S. Miller
1
-2
/
+2
2018-11-10
net: phy: leds: Don't make our own link speed names
Kyle Roeschley
2
-14
/
+3
2018-11-10
net: phy: improve struct phy_device member interrupts handling
Heiner Kallweit
2
-7
/
+7
2018-11-10
Merge branch 'dpaa2-eth-defer-probe-on-object-allocate'
David S. Miller
2
-11
/
+26
2018-11-10
dpaa2-ptp: defer probe when portal allocation failed
Ioana Ciornei
1
-1
/
+4
2018-11-10
dpaa2-eth: defer probe on object allocate
Ioana Ciornei
1
-10
/
+22
2018-11-10
udp6: cleanup stats accounting in recvmsg()
Paolo Abeni
1
-25
/
+7
2018-11-10
nfp: use the new __netdev_tx_sent_queue() BQL optimisation
Jakub Kicinski
1
-3
/
+1
2018-11-10
Merge branch 'ptp-more-accurate-PHC-system-clock-synchronization'
David S. Miller
10
-51
/
+253
2018-11-10
tg3: extend PTP gettime function to read system clock
Miroslav Lichvar
1
-6
/
+13
2018-11-10
ixgbe: extend PTP gettime function to read system clock
Miroslav Lichvar
1
-10
/
+44
2018-11-10
igb: extend PTP gettime function to read system clock
Miroslav Lichvar
1
-10
/
+55
2018-11-10
e1000e: extend PTP gettime function to read system clock
Miroslav Lichvar
3
-16
/
+45
2018-11-10
ptp: deprecate gettime64() in favor of gettimex64()
Miroslav Lichvar
3
-2
/
+10
2018-11-10
ptp: add PTP_SYS_OFFSET_EXTENDED ioctl
Miroslav Lichvar
3
-0
/
+76
2018-11-10
ptp: check gettime64 return code in PTP_SYS_OFFSET ioctl
Miroslav Lichvar
1
-1
/
+4
2018-11-10
ptp: reorder declarations in ptp_ioctl()
Miroslav Lichvar
1
-7
/
+7
2018-11-10
Merge branch 'hns3-add-code-optimization-for-VF-reset-and-some-new-reset-feat...
David S. Miller
12
-164
/
+638
2018-11-10
net: hns3: add PCIe FLR support for VF
Huazhong Tan
2
-2
/
+64
2018-11-10
net: hns3: do VF's pci re-initialization while PF doing FLR
Huazhong Tan
3
-8
/
+74
2018-11-10
net: hns3: add PCIe FLR support for PF
Huazhong Tan
6
-1
/
+100
2018-11-10
net: hns3: implement the IMP reset processing for PF
Huazhong Tan
3
-9
/
+37
2018-11-10
net: hns3: stop napi polling when HNS3_NIC_STATE_DOWN is set
Huazhong Tan
1
-6
/
+16
2018-11-10
net: hns3: add error handler for hclgevf_reset()
Huazhong Tan
1
-14
/
+37
2018-11-10
net: hns3: stop handling command queue while resetting VF
Huazhong Tan
4
-1
/
+35
2018-11-10
net: hns3: add reset handling for VF when doing Core/Global/IMP reset
Huazhong Tan
2
-12
/
+46
2018-11-10
net: hns3: add reset handling for VF when doing PF reset
Huazhong Tan
9
-20
/
+146
2018-11-10
net: hns3: adjust VF's reset process
Huazhong Tan
7
-48
/
+63
2018-11-10
net: hns3: add reset_hdev to reinit the hdev in VF's reset process
Huazhong Tan
2
-54
/
+31
2018-11-10
cxgb4vf: free mac_hlist properly
Arjun Vynipadath
1
-0
/
+6
2018-11-10
cxgb4vf: fix memleak in mac_hlist initialization
Arjun Vynipadath
1
-2
/
+4
2018-11-10
cxgb4: free mac_hlist properly
Arjun Vynipadath
1
-0
/
+8
2018-11-10
net: tcp: remove BUG_ON from tcp_v4_err
Li RongQing
1
-1
/
+0
2018-11-10
xen/netfront: remove unnecessary wmb
Jacob Wen
1
-2
/
+0
2018-11-09
Merge branch 'nfp-abm-move-code-and-improve-parameter-validation'
David S. Miller
10
-279
/
+335
2018-11-09
nfp: abm: refuse RED offload with harddrop set
Jakub Kicinski
1
-0
/
+5
2018-11-09
net: sched: red: inform offloads about harddrop setting
Jakub Kicinski
2
-0
/
+2
2018-11-09
nfp: abm: don't set negative threshold
Jakub Kicinski
2
-2
/
+11
2018-11-09
nfp: abm: provide more precise info about offload parameter validation
Jakub Kicinski
1
-3
/
+21
2018-11-09
nfp: parse vNIC TLV capabilities at alloc time
Jakub Kicinski
1
-5
/
+13
2018-11-09
nfp: pass ctrl_bar pointer to nfp_net_alloc
Jakub Kicinski
4
-8
/
+9
2018-11-09
nfp: abm: split qdisc offload code into a separate file
Jakub Kicinski
4
-266
/
+279
2018-11-09
tcp_bbr: update comments to reflect pacing_margin_percent
Neal Cardwell
1
-8
/
+7
[next]