index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
page_isolation.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-02-14
net: busy-poll: remove LL_FLUSH_FAILED and LL_FLUSH_BUSY
Eric Dumazet
2
-7
/
+0
2017-02-13
net:ethernet:aquantia: Add 2500/5000 mbit link modes support.
Pavel Belous
1
-37
/
+59
2017-02-13
net: dsa: mv88e6xxx: Add mv88e6390 watchdog interrupt support
Andrew Lunn
4
-0
/
+71
2017-02-13
net: dsa: mv88e6xxx: Add watchdog interrupt handler
Andrew Lunn
4
-1
/
+127
2017-02-13
net: natsemi: ns83820: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-21
/
+25
2017-02-13
net: nuvoton: w90p910: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-6
/
+8
2017-02-13
net: neterion: vxge: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-20
/
+27
2017-02-13
net: neterion: s2io: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-22
/
+29
2017-02-13
net: micrel: ks8851_mll: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-6
/
+8
2017-02-13
net: micrel: ks8851: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-6
/
+8
2017-02-13
net: micrel: ks8695net: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-41
/
+50
2017-02-13
net: natsemi: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-52
/
+67
2017-02-13
net: myricom: myri10ge: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-13
/
+10
2017-02-13
net: microchip: encx24j600: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-14
/
+18
2017-02-13
net: microchip: enc28j60: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-14
/
+17
2017-02-13
net: micrel: ksz884x: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-24
/
+38
2017-02-13
bnxt_en: Added PCI IDs for BCM57452 and BCM57454 ASICs
Deepak Khungar
1
-0
/
+6
2017-02-13
bnxt_en: Fix bnxt_setup_tc() error message.
Michael Chan
1
-1
/
+1
2017-02-13
bnxt_en: Print FEC settings as part of the linkup dmesg.
Michael Chan
2
-1
/
+16
2017-02-13
bnxt_en: Do not setup PHY unless driving a single PF.
Michael Chan
1
-0
/
+3
2017-02-13
bnxt_en: Add hardware NTUPLE filter for encapsulated packets.
Michael Chan
1
-3
/
+14
2017-02-13
bnxt_en: Allow NETIF_F_NTUPLE to be enabled on VFs.
Michael Chan
1
-1
/
+1
2017-02-13
bnxt_en: Fix ethtool -l pre-set max combined channel.
Michael Chan
1
-1
/
+1
2017-02-13
bnxt_en: Retry failed NVM_INSTALL_UPDATE with defragmentation flag.
Kshitij Soni
1
-6
/
+26
2017-02-13
bnxt_en: Update to firmware interface spec 1.7.0.
Michael Chan
3
-88
/
+363
2017-02-12
netfilter: nf_tables: honor NFT_SET_OBJECT in set backend selection
Pablo Neira Ayuso
3
-3
/
+4
2017-02-12
netfilter: update MAINTAINERS
Pablo Neira Ayuso
1
-2
/
+1
2017-02-12
netfilter: nf_tables: add NFTA_RULE_ID attribute
Pablo Neira Ayuso
3
-0
/
+31
2017-02-12
netfilter: nf_tables: add check_genid to the nfnetlink subsystem
Pablo Neira Ayuso
1
-0
/
+6
2017-02-12
netfilter: nfnetlink: allow to check for generation ID
Pablo Neira Ayuso
3
-4
/
+40
2017-02-12
netfilter: nfnetlink: add nfnetlink_rcv_skb_batch()
Pablo Neira Ayuso
1
-23
/
+28
2017-02-12
netfilter: nfnetlink: get rid of u_intX_t types
Pablo Neira Ayuso
1
-8
/
+8
2017-02-12
netfilter: nf_ct_expect: nf_ct_expect_insert() returns void
Gao Feng
1
-5
/
+3
2017-02-12
netfilter: nf_ct_sip: Use mod_timer_pending()
Gao Feng
1
-7
/
+5
2017-02-12
i40e: Save more link abilities when using ethtool
Henry Tieman
1
-0
/
+3
2017-02-12
i40e: avoid race condition when sending filters to firmware for addition
Jacob Keller
2
-51
/
+112
2017-02-12
i40e: allow i40e_update_filter_state to skip broadcast filters
Jacob Keller
1
-8
/
+29
2017-02-12
i40e: don't warn every time we clear an Rx timestamp register
Jacob Keller
1
-5
/
+16
2017-02-12
i40e: Save link FEC info from link up event
Henry Tieman
4
-2
/
+23
2017-02-12
i40e: Add bus number info to i40e_bus_info struct
Sudheer Mogilappagari
6
-13
/
+19
2017-02-12
i40e: Clean up dead code
Mitch Williams
1
-10
/
+3
2017-02-12
i40e/i40evf : Changed version from 1.6.25 to 1.6.27
Bimmy Pujari
2
-2
/
+2
2017-02-12
i40e: update comment explaining where FDIR buffers are freed
Jacob Keller
1
-1
/
+6
2017-02-12
i40e/i40evf: eliminate i40e_pull_tail()
Scott Peterson
2
-152
/
+186
2017-02-12
i40e/i40evf: Moves skb from i40e_rx_buffer to i40e_ring
Scott Peterson
4
-33
/
+46
2017-02-12
i40e/i40evf: Limit DMA sync of RX buffers to actual packet size
Scott Peterson
2
-14
/
+18
2017-02-12
i40evf: track outstanding client request
Mitch Williams
3
-0
/
+6
2017-02-12
i40e: don't check params until after checking for client instance
Jacob Keller
1
-2
/
+2
2017-02-12
net_sched: fix error recovery at qdisc creation
Eric Dumazet
5
-23
/
+19
2017-02-12
net: ethernet: ti: cpsw: return NET_XMIT_DROP if skb_padto failed
Ivan Khoronzhuk
1
-1
/
+1
[next]