index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-10-06
ethtool: Ethtool parameter to dynamically change tx_copybreak
Eric Dumazet
2
-0
/
+2
2014-10-06
net/mlx4_en: Enable the compiler to make is_inline() inlined
Eric Dumazet
1
-29
/
+38
2014-10-06
net/mlx4_en: tx_info->ts_requested was not cleared
Eric Dumazet
1
-0
/
+1
2014-10-06
net/mlx4_en: Use local var for skb_headlen(skb)
Eric Dumazet
1
-10
/
+11
2014-10-06
net/mlx4_en: Use local var in tx flow for skb_shinfo(skb)
Eric Dumazet
1
-24
/
+34
2014-10-06
net/mlx4_en: mlx4_en_xmit() reads ring->cons once, and ahead of time to avoid...
Eric Dumazet
1
-5
/
+11
2014-10-06
net/mlx4_en: Avoid false sharing in mlx4_en_en_process_tx_cq()
Eric Dumazet
1
-7
/
+15
2014-10-06
net/mlx4_en: Use prefetch in tx path
Eric Dumazet
1
-0
/
+9
2014-10-06
net/mlx4_en: Avoid a cache line miss in TX completion for single frag skb's
Eric Dumazet
2
-37
/
+49
2014-10-06
net/mlx4_en: tx_info allocated with kmalloc() instead of vmalloc()
Eric Dumazet
1
-3
/
+3
2014-10-06
net/mlx4_en: Avoid calling bswap in tx fast path
Eric Dumazet
2
-8
/
+12
2014-10-06
net/mlx4_en: Align tx path structures to cache lines
Eric Dumazet
1
-40
/
+46
2014-10-06
net/mlx4_en: Code cleanups in tx path
Eric Dumazet
3
-25
/
+27
2014-10-06
net: sched: avoid costly atomic operation in fq_dequeue()
Eric Dumazet
4
-9
/
+9
2014-10-06
fec: Fix fec_enet_alloc_buffers() error path
Fabio Estevam
1
-7
/
+10
2014-10-06
drivers/net/phy/Kconfig: Let MDIO_BCM_UNIMAC depend on HAS_IOMEM
Chen Gang
1
-0
/
+1
2014-10-06
net: skb_segment() provides list head and tail
Eric Dumazet
2
-12
/
+20
2014-10-06
Merge branch 'geneve'
David S. Miller
19
-101
/
+1093
2014-10-06
openvswitch: Add support for Geneve tunneling.
Jesse Gross
13
-42
/
+461
2014-10-06
openvswitch: Factor out allocation and verification of actions.
Jesse Gross
1
-11
/
+27
2014-10-06
openvswitch: Wrap struct ovs_key_ipv4_tunnel in a new structure.
Jesse Gross
10
-43
/
+74
2014-10-06
openvswitch: Add support for matching on OAM packets.
Jesse Gross
3
-5
/
+14
2014-10-06
openvswitch: Eliminate memset() from flow_extract.
Jesse Gross
1
-9
/
+45
2014-10-06
net: Add Geneve tunneling protocol driver
Andy Zhou
5
-0
/
+481
2014-10-06
net: fec: fix build error at m68k platform
Frank Li
1
-0
/
+1
2014-10-06
net: bcmgenet: improve bcmgenet_mii_setup()
Petri Gynther
3
-31
/
+48
2014-10-06
Merge branch 'altera_tse'
David S. Miller
1
-21
/
+44
2014-10-06
Altera TSE: Add support for no PHY
Walter Lozano
1
-0
/
+8
2014-10-06
Altera TSE: Move PHY get addr and MDIO create
Walter Lozano
1
-21
/
+36
2014-10-06
Merge tag 'master-2014-10-02' of git://git.kernel.org/pub/scm/linux/kernel/gi...
David S. Miller
325
-17025
/
+63942
2014-10-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
32
-440
/
+699
2014-10-06
Merge branch 'bridge_default_pvid'
David S. Miller
5
-12
/
+186
2014-10-06
bridge: Add filtering support for default_pvid
Vlad Yasevich
4
-7
/
+136
2014-10-06
bridge: Simplify pvid checks.
Vlad Yasevich
2
-7
/
+4
2014-10-06
bridge: Add a default_pvid sysfs attribute
Vlad Yasevich
3
-0
/
+48
2014-10-06
net: pxa168_eth: avoid using signed char for bitops
Antoine Ténart
1
-6
/
+6
2014-10-06
Merge branch 'isdn-next'
David S. Miller
3
-13
/
+7
2014-10-06
isdn/gigaset: use USB API function usb_endpoint_num()
Tilman Schmidt
1
-7
/
+5
2014-10-06
isdn/gigaset: drop unused cardstate structure member
Tilman Schmidt
1
-2
/
+0
2014-10-06
isdn/gigaset: improve error handling when leaving DLE mode
Tilman Schmidt
1
-1
/
+2
2014-10-06
isdn/capi: drop two dead if branches
Tilman Schmidt
1
-3
/
+0
2014-10-05
net: sched: suspicious RCU usage in qdisc_watchdog
John Fastabend
1
-0
/
+2
2014-10-05
net: dsa: do not call phy_start_aneg
Florian Fainelli
1
-1
/
+0
2014-10-05
Removed unused inet6 address state
Sébastien Barré
1
-1
/
+0
2014-10-05
net: Cleanup skb cloning by adding SKB_FCLONE_FREE
Vijay Subramanian
2
-7
/
+8
2014-10-05
mlx4: add a new xmit_more counter
Eric Dumazet
4
-8
/
+19
2014-10-04
Merge branch 'gudp'
David S. Miller
8
-40
/
+235
2014-10-04
ip_tunnel: Add GUE support
Tom Herbert
2
-0
/
+14
2014-10-04
gue: Receive side for Generic UDP Encapsulation
Tom Herbert
3
-9
/
+217
2014-10-04
fou: eliminate IPv4,v6 specific GRO functions
Tom Herbert
4
-40
/
+13
[next]