index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
/
mtd
/
nand_ecc.txt
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-02-07
mm: fix KPF_SWAPCACHE in /proc/kpageflags
Hugh Dickins
1
-1
/
+2
2017-02-07
bridge: avoid unnecessary read of jiffies
stephen hemminger
2
-4
/
+8
2017-02-07
spectrum: acl_tcam: Fix catchall prio value
Jiri Pirko
1
-1
/
+1
2017-02-07
bridge: remove unnecessary check for vtbegin in br_fill_vlan_tinfo_range
Roopa Prabhu
1
-1
/
+1
2017-02-07
sctp: drop __packed from almost all SCTP structures
Marcelo Ricardo Leitner
2
-41
/
+41
2017-02-07
sctp: check af before verify address in sctp_addr_id2transport
Xin Long
1
-1
/
+1
2017-02-07
bridge: tunnel: fix attribute checks in br_parse_vlan_tunnel_info
Nikolay Aleksandrov
1
-4
/
+4
2017-02-07
net: bridge: remove redundant check to see if err is set
Colin Ian King
1
-3
/
+0
2017-02-07
sfc: fix an off by one bug
Dan Carpenter
1
-1
/
+1
2017-02-07
net: phy: dp83867: Recover from "port mirroring" N/A MODE4
Lukasz Majewski
1
-1
/
+22
2017-02-07
net: phy: dp83867: Add lane swapping support in the DP83867 TI's PHY driver
Lukasz Majewski
1
-0
/
+38
2017-02-07
Documentation: devicetree: Add PHY no lane swap binding
Lukasz Majewski
1
-0
/
+4
2017-02-07
net: dsa: Do not clobber PHY link outside of state machine
Florian Fainelli
1
-7
/
+3
2017-02-07
net: netcp: Do not clobber PHY link outside of state machine
Florian Fainelli
1
-2
/
+0
2017-02-07
net: pxa168_eth: Do not clobber PHY link outside of state machine
Florian Fainelli
1
-19
/
+1
2017-02-07
net: mv643xx_eth: Do not clobber PHY link outside of state machine
Florian Fainelli
1
-3
/
+1
2017-02-07
net: ethernet: ti: cpsw: remove netif_trans_update
Ivan Khoronzhuk
1
-2
/
+0
2017-02-07
bnxt_en: Add support for XDP_TX action.
Michael Chan
4
-17
/
+122
2017-02-07
bnxt_en: Add basic XDP support.
Michael Chan
5
-8
/
+214
2017-02-07
bnxt_en: Refactor tx completion path.
Michael Chan
2
-1
/
+9
2017-02-07
bnxt_en: Add a set of TX rings to support XDP.
Michael Chan
3
-13
/
+27
2017-02-07
bnxt_en: Add tx ring mapping logic.
Michael Chan
2
-3
/
+14
2017-02-07
bnxt_en: Centralize logic to reserve rings.
Michael Chan
3
-57
/
+52
2017-02-07
bnxt_en: Use event bit map in RX path.
Michael Chan
2
-15
/
+18
2017-02-07
bnxt_en: Add RX page mode support.
Michael Chan
2
-18
/
+124
2017-02-07
bnxt_en: Parameterize RX buffer offsets.
Michael Chan
2
-6
/
+11
2017-02-07
bnxt_en: Add bp->rx_dir field for rx buffer DMA direction.
Michael Chan
2
-15
/
+13
2017-02-07
bnxt_en: Don't use DEFINE_DMA_UNMAP_ADDR to store DMA address in RX path.
Michael Chan
2
-13
/
+10
2017-02-07
bnxt_en: Refactor rx SKB function.
Michael Chan
2
-16
/
+44
2017-02-07
net: qcom/emac: add ethool support for setting pause parameters
Timur Tabi
4
-18
/
+48
2017-02-07
net: pending_confirm is not used anymore
Julian Anastasov
2
-13
/
+2
2017-02-07
net: use dst_confirm_neigh for UDP, RAW, ICMP, L2TP
Julian Anastasov
9
-19
/
+44
2017-02-07
net: add confirm_neigh method to dst_ops
Julian Anastasov
7
-0
/
+96
2017-02-07
tcp: replace dst_confirm with sk_dst_confirm
Julian Anastasov
3
-14
/
+7
2017-02-07
sctp: add dst_pending_confirm flag
Julian Anastasov
9
-16
/
+37
2017-02-07
net: add dst_pending_confirm flag to skbuff
Julian Anastasov
5
-2
/
+35
2017-02-07
sock: add sk_dst_pending_confirm flag
Julian Anastasov
2
-0
/
+14
2017-02-07
net: phy: bcm7xxx: Add BCM74371 PHY ID
Florian Fainelli
2
-0
/
+3
2017-02-07
ARC: [arcompact] brown paper bag bug in unaligned access delay slot fixup
Vineet Gupta
1
-1
/
+1
2017-02-07
sctp: avoid BUG_ON on sctp_wait_for_sndbuf
Marcelo Ricardo Leitner
1
-1
/
+2
2017-02-07
mlx4: Invoke softirqs after napi_reschedule
Benjamin Poirier
1
-1
/
+4
2017-02-07
mlxsw: add psample dependency for spectrum
Arnd Bergmann
1
-0
/
+1
2017-02-07
ipv6: sr: fix non static symbol warnings
Wei Yongjun
1
-4
/
+4
2017-02-07
net/sched: act_mirred: remove duplicated include from act_mirred.c
Wei Yongjun
1
-2
/
+0
2017-02-07
net: wan: slic_ds26522: Remove .owner field for driver
Wei Yongjun
1
-1
/
+0
2017-02-07
net: wan: slic_ds26522: Use module_spi_driver to simplify the code
Wei Yongjun
1
-12
/
+1
2017-02-07
udp: properly cope with csum errors
Eric Dumazet
4
-5
/
+11
2017-02-07
ARM: orion: Register DSA switch as a MDIO device
Florian Fainelli
9
-36
/
+29
2017-02-07
net: phy: Allow pre-declaration of MDIO devices
Florian Fainelli
8
-1
/
+145
2017-02-07
net: dsa: Add support for platform data
Florian Fainelli
2
-18
/
+90
[next]