index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
libfs.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-11-07
net: use helpers to change sk_ack_backlog
Eric Dumazet
16
-21
/
+21
2019-11-07
net: avoid potential false sharing in neighbor related code
Eric Dumazet
3
-12
/
+12
2019-11-07
inet_diag: use jiffies_delta_to_msecs()
Eric Dumazet
1
-9
/
+6
2019-11-07
net: neigh: use long type to store jiffies delta
Eric Dumazet
1
-2
/
+2
2019-11-06
tc-testing: updated pedit TDC tests
Roman Mashak
1
-0
/
+250
2019-11-06
selftests: devlink: undo changes at the end of resource_test
Jakub Kicinski
1
-0
/
+6
2019-11-06
gianfar: Maximize Rx buffer size
Claudiu Manoil
1
-4
/
+4
2019-11-06
ehea: replace with page_shift() in ehea_is_hugepage()
Yunfeng Ye
1
-4
/
+1
2019-11-06
net: forcedeth: add xmit_more support
Zhu Yanjun
1
-10
/
+49
2019-11-06
selftests: bpf: log direct file writes
Jakub Kicinski
1
-6
/
+14
2019-11-06
netdevsim: drop code duplicated by a merge
Jakub Kicinski
1
-39
/
+8
2019-11-06
r8152: Add macpassthru support for ThinkPad Thunderbolt 3 Dock Gen 2
Kai-Heng Feng
2
-19
/
+46
2019-11-06
cxgb4: Add pci reset handler
Vishal Kulkarni
1
-9
/
+96
2019-11-06
cnic: Set fp_hsi_ver as part of CLIENT_SETUP ramrod
Manish Rangankar
1
-0
/
+2
2019-11-06
bnx2x: Fix PF-VF communication over multi-cos queues.
Manish Chopra
1
-5
/
+11
2019-11-06
bnx2x: Enable Multi-Cos feature.
Sudarsana Reddy Kalluru
1
-1
/
+2
2019-11-06
bnx2x: Utilize FW 7.13.15.0.
Sudarsana Reddy Kalluru
2
-67
/
+67
2019-11-06
net: ethernet: emac: Fix phy mode type
Andrew Lunn
3
-3
/
+5
2019-11-06
net_sched: add TCA_STATS_PKT64 attribute
Eric Dumazet
3
-2
/
+10
2019-11-06
net_sched: extend packet counter to 64bit
Eric Dumazet
3
-5
/
+4
2019-11-06
net_sched: do not export gnet_stats_basic_packed to uapi
Eric Dumazet
2
-4
/
+6
2019-11-06
net: dsa: mv88e6xxx: Add ATU occupancy via devlink resources
Andrew Lunn
1
-4
/
+186
2019-11-06
net: dsa: mv88e6xxx: global1_atu: Add helper for get next
Andrew Lunn
4
-10
/
+9
2019-11-06
net: dsa: mv88e6xxx: global2: Expose ATU stats register
Andrew Lunn
2
-1
/
+43
2019-11-06
net: dsa: mv88e6xxx: Add number of MACs in the ATU
Andrew Lunn
2
-0
/
+31
2019-11-06
net: dsa: Add support for devlink resources
Andrew Lunn
2
-0
/
+53
2019-11-06
net: dsa: bcm_sf2: Add support for optional reset controller line
Florian Fainelli
2
-0
/
+22
2019-11-06
dt-bindings: net: Describe BCM7445 switch reset property
Florian Fainelli
1
-0
/
+6
2019-11-06
Change in Openvswitch to support MPLS label depth of 3 in ingress direction
Martin Varghese
4
-33
/
+85
2019-11-06
net: hns3: remove unused macros
Colin Ian King
2
-4
/
+0
2019-11-06
vsock: Simplify '__vsock_release()'
Christophe JAILLET
1
-3
/
+1
2019-11-06
net: dsa: Fix use after free in dsa_switch_remove()
Florian Fainelli
1
-1
/
+2
2019-11-06
tc-testing: added tests with cookie for mpls TC action
Roman Mashak
1
-0
/
+145
2019-11-05
icmp: remove duplicate code
Matteo Croce
6
-30
/
+6
2019-11-05
icmp: add helpers to recognize ICMP error packets
Matteo Croce
2
-0
/
+29
2019-11-05
hv_netvsc: record hardware hash in skb
Stephen Hemminger
3
-1
/
+12
2019-11-05
hv_netvsc: flag software created hash value
Stephen Hemminger
1
-4
/
+3
2019-11-04
i40e: implement VF stats NDO
Jesse Brandeburg
3
-0
/
+51
2019-11-04
i40e: enable X710 support
Alice Michael
1
-0
/
+2
2019-11-04
ixgbe: protect TX timestamping from API misuse
Manjunath Patil
1
-1
/
+2
2019-11-04
fm10k: update driver version to match out-of-tree
Jacob Keller
1
-1
/
+1
2019-11-04
ixgbe: Make use of cpumask_local_spread to improve RSS locality
Alexander Duyck
1
-5
/
+3
2019-11-04
fm10k: add support for ndo_get_vf_stats operation
Jacob Keller
5
-0
/
+56
2019-11-04
fm10k: add missing field initializers to TLV attributes)
Jacob Keller
1
-3
/
+3
2019-11-04
ice: allow 3k MTU for XDP
Maciej Fijalkowski
1
-2
/
+14
2019-11-04
ice: add build_skb() support
Maciej Fijalkowski
1
-1
/
+59
2019-11-04
ice: introduce frame padding computation logic
Maciej Fijalkowski
5
-20
/
+114
2019-11-04
ice: introduce legacy Rx flag
Maciej Fijalkowski
5
-25
/
+63
2019-11-04
ice: Add support for AF_XDP
Krzysztof Kazimierczak
11
-27
/
+1456
2019-11-04
ice: Move common functions to ice_txrx_lib.c
Krzysztof Kazimierczak
5
-312
/
+334
[next]