index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-21
bpf: try harder on clones when writing into skb
Daniel Borkmann
4
-28
/
+24
2016-02-21
bpf: remove artificial bpf_skb_{load, store}_bytes buffer limitation
Daniel Borkmann
1
-13
/
+14
2016-02-21
bpf: add generic bpf_csum_diff helper
Daniel Borkmann
2
-0
/
+64
2016-02-21
bpf: add new arg_type that allows for 0 sized stack buffer
Daniel Borkmann
2
-10
/
+33
2016-02-21
Merge branch 'geneve-vxlan-outer-checksum'
David S. Miller
3
-19
/
+18
2016-02-21
VXLAN: Support outer IPv4 Tx checksums by default
Alexander Duyck
2
-11
/
+10
2016-02-21
GENEVE: Support outer IPv4 Tx checksums by default
Alexander Duyck
1
-8
/
+8
2016-02-21
Merge branch 'lwt-autoload'
David S. Miller
4
-1
/
+42
2016-02-21
ila: autoload module
Robert Shearman
1
-0
/
+1
2016-02-21
mpls: autoload lwt module
Robert Shearman
1
-0
/
+1
2016-02-21
lwtunnel: autoload of lwt modules
Robert Shearman
2
-1
/
+40
2016-02-21
vlan: turn on unicast filtering on vlan device
Zhang Shengju
2
-1
/
+1
2016-02-20
Merge branch 'bpf-get-stackid'
David S. Miller
18
-30
/
+642
2016-02-20
samples/bpf: offwaketime example
Alexei Starovoitov
4
-0
/
+322
2016-02-20
bpf: introduce BPF_MAP_TYPE_STACK_TRACE
Alexei Starovoitov
6
-1
/
+269
2016-02-20
perf: generalize perf_callchain
Alexei Starovoitov
8
-29
/
+51
2016-02-19
net: use skb_postpush_rcsum instead of own implementations
Daniel Borkmann
5
-20
/
+7
2016-02-19
phy: marvell/micrel: Fix Unpossible condition
Andrew Lunn
2
-9
/
+10
2016-02-19
Merge branch 'ethtool-perqueue-params'
David S. Miller
16
-73
/
+760
2016-02-19
i40e/ethtool: support coalesce setting by queue
Kan Liang
1
-0
/
+7
2016-02-19
i40e/ethtool: support coalesce getting by queue
Kan Liang
1
-0
/
+7
2016-02-19
i40e: queue-specific settings for interrupt moderation
Kan Liang
6
-70
/
+120
2016-02-19
net/ethtool: support set coalesce per queue
Kan Liang
2
-0
/
+68
2016-02-19
net/ethtool: support get coalesce per queue
Kan Liang
2
-2
/
+41
2016-02-19
net/ethtool: introduce a new ioctl for per queue setting
Kan Liang
2
-2
/
+42
2016-02-19
test_bitmap: unit tests for lib/bitmap.c
David Decotigny
5
-1
/
+378
2016-02-19
lib/bitmap.c: conversion routines to/from u32 array
David Decotigny
2
-0
/
+99
2016-02-19
hv_netvsc: add software transmit timestamp support
sixiao@microsoft.com
1
-0
/
+3
2016-02-19
ipv6: pass up EMSGSIZE msg for UDP socket in Ipv6
Wei Wang
1
-9
/
+11
2016-02-19
be2net: Fix pcie error recovery in case of NIC+RoCE adapters
Padmanabh Ratnakar
1
-0
/
+4
2016-02-19
net: macb: make magic-packet property generic
Sergio Prado
2
-2
/
+2
2016-02-19
Merge branch 'bridge-mdb-attrs'
David S. Miller
2
-17
/
+43
2016-02-19
bridge: mdb: add support for more attributes and export timer
Nikolay Aleksandrov
2
-2
/
+27
2016-02-19
bridge: mdb: reduce the indentation level in br_mdb_fill_info
Nikolay Aleksandrov
1
-16
/
+17
2016-02-19
bpf: grab rcu read lock for bpf_percpu_hash_update
Sasha Levin
1
-1
/
+7
2016-02-19
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...
David S. Miller
18
-263
/
+1140
2016-02-19
i40e/i40evf: Bump i40e to 1.4.25 and i40evf to 1.4.15
Jesse Brandeburg
2
-2
/
+2
2016-02-19
i40e: let go of the past
Mitch Williams
1
-0
/
+2
2016-02-19
i40e: suspend scheduling during driver unload
Pandi Kumar Maharajan
1
-0
/
+1
2016-02-19
i40e: Use the new rx ctl register helpers. Don't use AQ calls from clear_hw.
Shannon Nelson
5
-22
/
+23
2016-02-18
i40e: implement and use Rx CTL helper functions
Shannon Nelson
4
-3
/
+266
2016-02-18
i40e: add adminq commands for Rx CTL registers
Shannon Nelson
2
-0
/
+32
2016-02-18
i40e: add check for null VSI
John Underwood
1
-1
/
+6
2016-02-18
i40e: Expose some registers to program parser, FD and RSS logic
Anjali Singhai Jain
1
-0
/
+48
2016-02-18
i40e: Fix for unexpected messaging
Carolyn Wyborny
1
-6
/
+7
2016-02-18
i40e: Do not wait for Rx queue disable in DCB reconfig
Neerav Parikh
1
-9
/
+24
2016-02-18
i40e: Increase timeout when checking GLGEN_RSTAT_DEVSTATE bit
Kevin Scott
1
-1
/
+7
2016-02-18
i40e: Fix led blink capability for 10GBaseT PHY
Carolyn Wyborny
4
-6
/
+63
2016-02-18
i40e: Add functions to blink led on 10GBaseT PHY
Carolyn Wyborny
4
-0
/
+365
2016-02-18
i40e/i40evf: Move Tx checksum closer to TSO
Alexander Duyck
2
-11
/
+11
[next]