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
2015-05-15
stmmac: convert dwmac-lpc18xx to a platform driver
Joachim Eastwood
5
-4
/
+35
2015-05-15
stmmac: add a generic dwmac driver
Joachim Eastwood
4
-6
/
+54
2015-05-15
stmmac: prepare stmmac platform to support stand alone drivers
Joachim Eastwood
2
-5
/
+13
2015-05-15
doc: dt: add documentation for nxp,lpc1850-dwmac
Joachim Eastwood
1
-0
/
+20
2015-05-15
stmmac: add dwmac glue for NXP 18xx/43xx family
Joachim Eastwood
4
-1
/
+78
2015-05-14
hv_netvsc: use per_cpu stats to calculate TX/RX data
sixiao@microsoft.com
2
-8
/
+86
2015-05-14
test_bpf: fix sparse warnings
Michael Holzheu
1
-61
/
+61
2015-05-14
net: core: set qdisc pkt len before tc_classify
Florian Westphal
1
-1
/
+2
2015-05-14
netns: fix unbalanced spin_lock on error
Nicolas Dichtel
1
-0
/
+1
2015-05-14
mdio-gpio: Propagate mii_bus.phy_ignore_ta_mask
Bert Vermeulen
2
-1
/
+3
2015-05-14
test_bpf: add tests related to BPF_MAXINSNS
Daniel Borkmann
2
-9
/
+316
2015-05-14
tcp: syncookies: extend validity range
Eric Dumazet
1
-14
/
+24
2015-05-14
ip_tunnel: Report Rx dropped in ip_tunnel_get_stats64
Alexander Duyck
1
-16
/
+2
2015-05-14
packet: fix warnings in rollover lock contention
Willem de Bruijn
1
-10
/
+5
2015-05-14
net: batch of last_rx update avoidance in ethernet drivers.
françois romieu
7
-11
/
+0
2015-05-14
Merge branch 'phy_turn_around'
David S. Miller
4
-2
/
+14
2015-05-14
net: phy: mdio-gpio: Handle phy_ignore_ta_mask
Florian Fainelli
1
-2
/
+5
2015-05-14
of: mdio: Add a "broken-turn-around" property
Florian Fainelli
2
-0
/
+6
2015-05-14
net: phy: Add phy_ignore_ta_mask to account for broken turn-around
Florian Fainelli
1
-0
/
+3
2015-05-14
tipc: use sock_create_kern interface to create kernel socket
Ying Xue
1
-1
/
+1
2015-05-14
cls_flower: Fix compile error
Brian Haley
1
-3
/
+3
2015-05-14
Merge branch 'tipc-next'
David S. Miller
14
-264
/
+225
2015-05-14
tipc: add packet sequence number at instant of transmission
Jon Paul Maloy
5
-41
/
+54
2015-05-14
tipc: improve link congestion algorithm
Jon Paul Maloy
3
-10
/
+22
2015-05-14
tipc: simplify link supervision checkpointing
Jon Paul Maloy
2
-61
/
+22
2015-05-14
tipc: rename fields in struct tipc_link
Jon Paul Maloy
3
-96
/
+97
2015-05-14
tipc: simplify packet sequence number handling
Jon Paul Maloy
4
-62
/
+53
2015-05-14
tipc: simplify include dependencies
Jon Paul Maloy
8
-17
/
+22
2015-05-14
tipc: simplify link timer handling
Jon Paul Maloy
1
-3
/
+3
2015-05-14
tipc: simplify resetting and disabling of bearers
Jon Paul Maloy
3
-32
/
+10
2015-05-14
Merge branch 'be2net-next'
David S. Miller
5
-38
/
+276
2015-05-14
be2net: Support for OS2BMC.
Venkata Duvvuru
4
-1
/
+181
2015-05-14
be2net: Report a "link down" to the stack when a fatal error or fw reset happ...
Venkata Duvvuru
3
-34
/
+49
2015-05-14
be2net: Export board temperature using hwmon-sysfs interface.
Venkata Duvvuru
4
-3
/
+46
2015-05-14
Merge branch 'nf-ingress'
David S. Miller
10
-23
/
+159
2015-05-14
netfilter: add netfilter ingress hook after handle_ing() under unique static key
Pablo Neira
7
-1
/
+124
2015-05-14
net: add CONFIG_NET_INGRESS to enable ingress filtering
Pablo Neira
4
-4
/
+9
2015-05-14
netfilter: add nf_hook_list_active()
Pablo Neira
1
-5
/
+12
2015-05-14
netfilter: add hook list to nf_hook_state
Pablo Neira
2
-6
/
+7
2015-05-14
netfilter: cleanup struct nf_hook_ops indentation
Pablo Neira
1
-7
/
+7
2015-05-14
net: macb: OR vs AND typos
Dan Carpenter
1
-4
/
+4
2015-05-13
net: Reserve skb headroom and set skb->dev even if using __alloc_skb
Alexander Duyck
1
-4
/
+16
2015-05-13
Merge branch 'geneve_tunnel_driver'
David S. Miller
10
-17
/
+538
2015-05-13
geneve: add initial netdev driver for GENEVE tunnels
John W. Linville
4
-0
/
+527
2015-05-13
geneve_core: identify as driver library in modules description
John W. Linville
1
-2
/
+2
2015-05-13
geneve: Rename support library as geneve_core
John W. Linville
4
-4
/
+4
2015-05-13
geneve: move definition of geneve_hdr() to geneve.h
John W. Linville
3
-10
/
+5
2015-05-13
geneve: remove MODULE_ALIAS_RTNL_LINK from net/ipv4/geneve.c
John W. Linville
1
-1
/
+0
2015-05-13
net: kill useless net_*_ingress_queue() definitions when NET_CLS_ACT is unset
Pablo Neira
1
-8
/
+0
2015-05-13
Merge branch 'packet_rollover'
David S. Miller
3
-28
/
+163
[next]