index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
stack.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-02-27
net: Convert vxlan_net_ops
Kirill Tkhai
1
-0
/
+1
2018-02-27
net: Convert ppp_net_ops
Kirill Tkhai
1
-0
/
+1
2018-02-27
net: Convert gtp_net_ops
Kirill Tkhai
1
-0
/
+1
2018-02-27
net: Convert geneve_net_ops
Kirill Tkhai
1
-0
/
+1
2018-02-27
net: Convert bond_net_ops
Kirill Tkhai
1
-0
/
+1
2018-02-27
net: Convert tc_action_net_init() and tc_action_net_exit() based pernet_opera...
Kirill Tkhai
16
-0
/
+17
2018-02-27
net: Convert sysctl creating and destroying pernet_operations
Kirill Tkhai
2
-0
/
+2
2018-02-27
net: Convert cma_pernet_operations
Kirill Tkhai
1
-0
/
+1
2018-02-27
net: Convert simple pernet_operations
Kirill Tkhai
6
-0
/
+6
2018-02-27
net: Convert nfs_net_ops
Kirill Tkhai
1
-0
/
+1
2018-02-27
net: Convert synproxy_net_ops
Kirill Tkhai
1
-0
/
+1
2018-02-27
net: Convert hashlimit_net_ops and recent_net_ops
Kirill Tkhai
2
-0
/
+2
2018-02-27
net: Convert /proc creating and destroying pernet_operations
Kirill Tkhai
7
-0
/
+7
2018-02-27
ipvlan: fix building with modular IPV6
Arnd Bergmann
1
-0
/
+1
2018-02-26
net: make kmem caches as __ro_after_init
Alexey Dobriyan
6
-8
/
+11
2018-02-26
net/sonic: Replace custom debug logging with netif_* calls
Finn Thain
5
-103
/
+61
2018-02-26
net/sonic: Clean up and modernize log messages
Finn Thain
3
-40
/
+33
2018-02-26
net/macsonic: Drop redundant MACH_IS_MAC test
Finn Thain
1
-3
/
+0
2018-02-26
net/macsonic: Convert to nubus_driver
Finn Thain
1
-54
/
+119
2018-02-26
sh_eth: fix TSU init on SH7734/R8A7740
Sergei Shtylyov
2
-1
/
+6
2018-02-26
sh_eth: TSU_QTAG0/1 registers the same as TSU_QTAGM0/1
Sergei Shtylyov
2
-13
/
+6
2018-02-26
tc: python3, string formattings
BTaskaya
2
-5
/
+5
2018-02-26
ixgbevf: remove redundant initialization of variable 'dma'
Colin Ian King
1
-1
/
+1
2018-02-26
ixgbevf: add build_skb support
Emil Tantilov
1
-0
/
+41
2018-02-26
ixgbevf: break out Rx buffer page management
Emil Tantilov
1
-113
/
+114
2018-02-26
ixgbevf: allocate the rings as part of q_vector
Emil Tantilov
2
-217
/
+182
2018-02-26
ixgbevf: make sure all frames fit minimum size requirements
Emil Tantilov
1
-5
/
+25
2018-02-26
ixgbevf: add support for padding packet
Emil Tantilov
2
-4
/
+39
2018-02-26
ixgbevf: setup queue counts
Emil Tantilov
1
-15
/
+29
2018-02-26
ixgbevf: add support for using order 1 pages to receive large frames
Emil Tantilov
2
-24
/
+92
2018-02-26
ixgbevf: add ethtool private flag for legacy Rx
Emil Tantilov
2
-0
/
+50
2018-02-26
ixgbevf: use page_address offset from page
Emil Tantilov
1
-6
/
+5
2018-02-26
ixgbe: prevent ptp_rx_hang from running when in FILTER_ALL mode
Jacob Keller
1
-1
/
+2
2018-02-26
ixgbe: Avoid to write the RETA table when unnecessary
Tonghao Zhang
1
-2
/
+2
2018-02-26
xen-netback: make function xenvif_rx_skb static
Colin Ian King
1
-1
/
+1
2018-02-26
tools: tc-testing: better error reporting
Brenda J. Butler
1
-14
/
+70
2018-02-26
tools: tc-testing: Fix indentation
Brenda J. Butler
1
-2
/
+2
2018-02-26
sfc: falcon: remove duplicated bit-wise or of LOOPBACK_SGMII
Colin Ian King
1
-1
/
+0
2018-02-26
mlxsw: spectrum_kvdl: avoid uninitialized variable warning
Arnd Bergmann
1
-0
/
+2
2018-02-26
mlxsw: spectrum_kvdl: use div_u64() for 64-bit division
Arnd Bergmann
1
-1
/
+1
2018-02-26
ixgbe: remove redundant initialization of 'pool'
Colin Ian King
1
-1
/
+0
2018-02-26
arm: mvebu: 370-rd: Enable PHY interrupt handling
Andrew Lunn
1
-0
/
+32
2018-02-26
net: dsa: mv88e6xxx: Poll when no interrupt defined
Andrew Lunn
2
-43
/
+106
2018-02-26
mlxsw: spectrum_switchdev: Allow port enslavement to a VLAN-unaware bridge
Ido Schimmel
1
-7
/
+5
2018-02-26
samples/bpf: Add program for CPU state statistics
Leo Yan
3
-0
/
+504
2018-02-24
bpf: add various jit test cases
Daniel Borkmann
1
-0
/
+89
2018-02-24
bpf, x64: save 5 bytes in prologue when ebpf insns came from cbpf
Daniel Borkmann
1
-12
/
+16
2018-02-24
bpf, x64: save few bytes when mul is in alu32
Daniel Borkmann
1
-15
/
+28
2018-02-24
bpf, x64: save several bytes when mul dest is r0/r3 anyway
Daniel Borkmann
1
-10
/
+11
2018-02-24
bpf, x64: save several bytes by using mov over movabsq when possible
Daniel Borkmann
1
-51
/
+74
[next]