index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-06-01
bpf: split bpf core interpreter
Alexei Starovoitov
1
-7
/
+14
2017-06-01
bpf: free up BPF_JMP | BPF_CALL | BPF_X opcode
Alexei Starovoitov
8
-7
/
+10
2017-05-31
nfp: fix memory leak on FW load error
Jakub Kicinski
1
-0
/
+1
2017-05-31
nfp: move basic eBPF stats to app-specific code
Jakub Kicinski
5
-34
/
+67
2017-05-31
nfp: move bpf offload code to the BPF app
Jakub Kicinski
6
-59
/
+159
2017-05-31
nfp: move eBPF offload files to BPF app directory
Jakub Kicinski
6
-10
/
+10
2017-05-31
nfp: report app name in ethtool -i
Jakub Kicinski
5
-3
/
+15
2017-05-31
nfp: move port init to apps
Jakub Kicinski
8
-35
/
+309
2017-05-31
nfp: turn reading PCIe RTsym parameters into a helper
Jakub Kicinski
1
-7
/
+17
2017-05-31
nfp: add missing fall through statements
Jakub Kicinski
1
-0
/
+2
2017-05-31
sched: add helper for updating statistics on all actions
Jakub Kicinski
4
-27
/
+23
2017-05-31
netvsc: Add #include's for csum_* function declarations
Michael Kelley
1
-0
/
+2
2017-05-31
rtnetlink: use the new rtnl_get_event() interface
Vlad Yasevich
1
-1
/
+1
2017-05-31
samples/bpf: bpf_load.c order of prog_fd[] should correspond with ELF order
Jesper Dangaard Brouer
1
-14
/
+5
2017-05-31
net/mlxfw: select CONFIG_XZ_DEC
Arnd Bergmann
1
-0
/
+1
2017-05-31
net: dsa: remove dev arg of dsa_register_switch
Vivien Didelot
8
-12
/
+12
2017-05-31
net: dsa: mv88e6xxx: rename PHY PPU functions
Vivien Didelot
1
-19
/
+19
2017-05-31
net: dsa: mv88e6xxx: rename PHY PPU accessors
Vivien Didelot
3
-14
/
+17
2017-05-31
net: dsa: mv88e6xxx: provide a PHY setup helper
Vivien Didelot
3
-9
/
+11
2017-05-31
ixgbe: fix incorrect status check
Emil Tantilov
1
-4
/
+4
2017-05-31
ixgbe: add missing configuration for rate select 1
Emil Tantilov
1
-0
/
+19
2017-05-31
ixgbe: always call setup_mac_link for multispeed fiber
Emil Tantilov
1
-18
/
+0
2017-05-31
ixgbe: add write flush when configuring CS4223/7
Emil Tantilov
1
-2
/
+18
2017-05-31
ixgbe: correct CS4223/7 PHY identification
Emil Tantilov
2
-6
/
+7
2017-05-31
ixgbevf: Resolve warnings for -Wimplicit-fallthrough
Tony Nguyen
1
-0
/
+2
2017-05-31
ixgbevf: Resolve truncation warning for q_vector->name
Tony Nguyen
1
-7
/
+7
2017-05-31
ixgbe: Resolve warnings for -Wimplicit-fallthrough
Tony Nguyen
5
-11
/
+18
2017-05-31
ixgbe: Resolve truncation warning for q_vector->name
Tony Nguyen
1
-7
/
+7
2017-05-31
ixgbe: Add error checking to setting VF MAC
Tony Nguyen
1
-13
/
+41
2017-05-31
ixgbe: Correct thermal sensor event check
Mark Rustad
1
-2
/
+1
2017-05-31
ixgbe: enable L3/L4 filtering for Tx switched packets
Emil Tantilov
1
-0
/
+3
2017-05-31
ixgbe: Remove MAC X550EM_X 1Gbase-t led_[on|off] support
Paul Greenwalt
3
-2
/
+29
2017-05-31
ixgbe: initialize u64_stats_sync structures early at ixgbe_probe
Liwei Song
1
-4
/
+4
2017-05-31
ixgbe/ixgbevf: Enables TSO for MPLS encapsulated packets
Scott Peterson
2
-4
/
+20
2017-05-31
i40e: Check for memory allocation failure
Christophe Jaillet
1
-0
/
+2
2017-05-31
i40e: check for Tx timestamp timeouts during watchdog
Jacob Keller
4
-0
/
+34
2017-05-31
i40e: use pf data structure directly in i40e_ptp_rx_hang
Jacob Keller
3
-4
/
+4
2017-05-31
i40e: add statistic indicating number of skipped Tx timestamps
Jacob Keller
3
-0
/
+3
2017-05-31
i40e: avoid permanent lock of *_PTP_TX_IN_PROGRESS
Jacob Keller
1
-6
/
+20
2017-05-31
i40e: fix race condition with PTP_TX_IN_PROGRESS bits
Jacob Keller
1
-3
/
+11
2017-05-31
i40evf: disable unused flags
Jesse Brandeburg
2
-4
/
+2
2017-05-31
i40evf: fix merge error in older patch
Jesse Brandeburg
1
-0
/
+1
2017-05-31
i40evf: fix duplicate lines
Jesse Brandeburg
1
-2
/
+0
2017-05-31
bnxt_en: Fix xmit_more with BQL.
Michael Chan
1
-1
/
+1
2017-05-31
bnxt_en: Pass in sh parameter to bnxt_set_dflt_rings().
Michael Chan
1
-3
/
+2
2017-05-31
bnxt_en: Implement xmit_more.
Michael Chan
1
-1
/
+5
2017-05-31
bnxt_en: Optimize doorbell write operations for newer chips.
Michael Chan
4
-21
/
+23
2017-05-31
bnxt_en: Add additional chip ID definitions.
Michael Chan
2
-8
/
+27
2017-05-31
bnxt_en: Add a callback to inform RDMA driver during PCI shutdown.
Michael Chan
3
-0
/
+22
2017-05-31
bnxt_en: Add PCI IDs for BCM57454 VF devices.
Deepak Khungar
1
-0
/
+2
[next]