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
2014-09-19
bnx2x: New multi-function mode: UFP
Yuval Mintz
6
-18
/
+200
2014-09-19
bnx2x: Changes with storage & MAC macros
Dmitry Kravkov
5
-42
/
+54
2014-09-19
Merge branch 'fec-next'
David S. Miller
11
-22
/
+62
2014-09-19
net: phy: bcm7xxx: utilize PHY revision in config_init
Florian Fainelli
1
-6
/
+15
2014-09-19
net: dsa: bcm_sf2: communicate integrated PHY revision to PHY driver
Florian Fainelli
3
-0
/
+18
2014-09-19
net: dsa: allow switch drivers to specify phy_device::dev_flags
Florian Fainelli
2
-1
/
+9
2014-09-19
net: bcmgenet: communicate integrated PHY revision to PHY driver
Florian Fainelli
3
-2
/
+14
2014-09-19
net: bcmgenet: remove PHY_BRCM_100MBPS_WAR
Florian Fainelli
2
-11
/
+0
2014-09-19
net: phy: bcm7xxx: do not use PHY_BRCM_100MBPS_WAR
Florian Fainelli
1
-2
/
+2
2014-09-19
net: phy: broadcom: add helper for PHY revision and patch level
Florian Fainelli
1
-0
/
+2
2014-09-19
of: mdio: honor flags passed to of_phy_connect
Florian Fainelli
1
-0
/
+2
2014-09-19
net: add alloc_skb_with_frags() helper
Eric Dumazet
3
-63
/
+99
2014-09-19
tcp: do not fake tcp headers in tcp_send_rcvq()
Eric Dumazet
1
-9
/
+4
2014-09-19
Merge branch 'udp-tunnel-common'
David S. Miller
6
-164
/
+294
2014-09-19
l2tp: Refactor l2tp core driver to make use of the common UDP tunnel functions
Andy Zhou
1
-14
/
+10
2014-09-19
vxlan: Refactor vxlan driver to make use of the common UDP tunnel functions.
Andy Zhou
1
-83
/
+22
2014-09-19
udp-tunnel: Add a few more UDP tunnel APIs
Andy Zhou
3
-1
/
+151
2014-09-19
udp_tunnel: Seperate ipv6 functions into its own file.
Andy Zhou
4
-66
/
+111
2014-09-19
Merge branch 'fec-next'
David S. Miller
2
-13
/
+177
2014-09-19
net: fec: Workaround for imx6sx enet tx hang when enable three queues
Fugang Duan
1
-2
/
+15
2014-09-19
net:fec: increase DMA queue number
Fugang Duan
1
-1
/
+1
2014-09-19
net: fec: add interrupt coalescence feature support
Fugang Duan
2
-0
/
+151
2014-09-19
net: fec: refine error handle of parser queue number from DT
Frank Li
1
-10
/
+10
2014-09-19
sparc: bpf_jit: add SKF_AD_PKTTYPE support to JIT
Alexei Starovoitov
1
-7
/
+2
2014-09-18
ixgbe: remove IXGBE_FLAG_MSI(X)_CAPABLE flags
Jacob Keller
1
-2
/
+0
2014-09-18
ixgbe: add warnings for other disabled features without MSI-X support
Jacob Keller
1
-2
/
+5
2014-09-18
ixgbe: use e_dev_warn instead of netif_printk
Jacob Keller
1
-7
/
+5
2014-09-18
ixgbe: use e_dev_warn instead of e_err for displaying warning
Jacob Keller
1
-2
/
+2
2014-09-18
ixgbe: determine vector count inside ixgbe_acquire_msix_vectors
Jacob Keller
1
-37
/
+37
2014-09-18
ixgbe: move msix_entries allocation into ixgbe_acquire_msix_vectors
Jacob Keller
1
-11
/
+13
2014-09-18
ixgbe: return integer from ixgbe_acquire_msix_vectors
Jacob Keller
1
-14
/
+18
2014-09-18
ixgbe: use e_dev_warn instead of netif_printk
Jacob Keller
1
-5
/
+5
2014-09-18
ixgbe: Do not schedule an uninitialized workqueue entry
Mark Rustad
1
-3
/
+4
2014-09-18
ixgbe: remove useless bd_number from adapter struct
Ethan Zhao
2
-6
/
+0
2014-09-18
ixgbevf: remove useless bd_number from struct ixgbevf_adapter
Ethan Zhao
2
-5
/
+0
2014-09-16
net: fec: fix build error at m68k platform
Frank Li
1
-5
/
+25
2014-09-16
net: sched: cls_cgroup need tcf_exts_init in all cases
John Fastabend
1
-4
/
+3
2014-09-16
Merge branch 'net_next_ovs' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
11
-126
/
+428
2014-09-16
net: sched: cls_fw: add missing tcf_exts_init call in fw_change()
John Fastabend
1
-0
/
+2
2014-09-16
net: sched: cls_cgroup fix possible memory leak of 'new'
John Fastabend
1
-4
/
+9
2014-09-16
net: sched: cls_u32 add missing rcu_assign_pointer and annotation
John Fastabend
1
-3
/
+4
2014-09-16
net: sched: fix unsued cpu variable
John Fastabend
1
-3
/
+4
2014-09-16
net_sched: fix a null pointer dereference in tcindex_set_parms()
WANG Cong
1
-1
/
+1
2014-09-16
net_sched: fix memory leak in cls_tcindex
WANG Cong
1
-7
/
+10
2014-09-15
openvswitch: Add recirc and hash action.
Andy Zhou
7
-12
/
+288
2014-09-15
openvswitch: simplify sample action implementation
Andy Zhou
1
-24
/
+18
2014-09-15
openvswitch: Use tun_key only for egress tunnel path.
Pravin B Shelar
8
-47
/
+50
2014-09-15
openvswitch: refactor ovs flow extract API.
Pravin B Shelar
7
-41
/
+71
2014-09-15
openvswitch: Remove pkt_key from OVS_CB
Pravin B Shelar
3
-17
/
+16
2014-09-15
net: dsa: fix mii_bus to host_dev replacement
Florian Fainelli
1
-1
/
+1
[prev]
[next]