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.13.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-09-02
udp: Add support for doing checksum unnecessary conversion
Tom Herbert
5
-16
/
+57
2014-09-02
net: Infrastructure for checksum unnecessary conversions
Tom Herbert
2
-0
/
+40
2014-09-02
net: Support for csum_bad in skbuff
Tom Herbert
3
-3
/
+24
2014-09-02
r8152: rename rx_buf_sz
hayeswang
1
-11
/
+11
2014-09-02
net: phy: mdio-bcm-unimac: NULL-terminate unimac_mdio_ids
Florian Fainelli
1
-0
/
+1
2014-09-02
net: dsa: make dsa_pack_type static
Florian Fainelli
1
-1
/
+1
2014-09-02
bonding: add slave_changelink support and use it for queue_id
Nikolay Aleksandrov
1
-0
/
+29
2014-09-02
tcp: whitespace fixes
stephen hemminger
15
-123
/
+104
2014-09-02
net: systemport: tell RXCHK if we are using Broadcom tags
Florian Fainelli
1
-0
/
+9
2014-09-02
pktgen: add flag NO_TIMESTAMP to disable timestamping
Jesper Dangaard Brouer
1
-3
/
+16
2014-09-02
bnx2x: fix tunneled GSO over IPv6
Dmitry Kravkov
1
-1
/
+1
2014-09-02
bnx2x: prevent incorrect byte-swap in BE
Dmitry Kravkov
1
-20
/
+0
2014-09-02
tipc: add name distributor resiliency queue
Erik Hugne
6
-7
/
+95
2014-09-02
tipc: refactor name table updates out of named packet receive routine
Erik Hugne
1
-36
/
+38
2014-09-02
r8152: reduce the number of Tx
hayeswang
1
-1
/
+1
2014-09-02
Merge branch 'xmit_list'
David S. Miller
9
-161
/
+129
2014-09-02
net: xmit_list() becomes dev_hard_start_xmit().
David S. Miller
1
-13
/
+2
2014-09-02
net: Don't keep around original SKB when we software segment GSO frames.
David S. Miller
3
-68
/
+17
2014-09-02
net: Validate xmit SKBs right when we pull them out of the qdisc.
David S. Miller
3
-6
/
+6
2014-09-02
net: Separate out SKB validation logic from transmit path.
David S. Miller
1
-54
/
+71
2014-09-02
net: Have xmit_list() signal more==true when appropriate.
David S. Miller
1
-4
/
+4
2014-09-02
net: Pass a "more" indication down into netdev_start_xmit() code paths.
David S. Miller
8
-11
/
+13
2014-09-02
net: Move main gso loop out of dev_hard_start_xmit() into helper.
David S. Miller
1
-19
/
+29
2014-09-02
net: Create xmit_one() helper for dev_hard_start_xmit()
David S. Miller
1
-16
/
+19
2014-09-02
net: Do txq_trans_update() in netdev_start_xmit()
David S. Miller
7
-21
/
+19
2014-08-30
net: stmmac: fix warning from Sparse for socfpga
Ley Foon Tan
1
-2
/
+1
2014-08-30
Merge branch 'csums-next'
David S. Miller
13
-64
/
+101
2014-08-30
qlcnic: Set skb->csum_level for encapsulated checksum
Tom Herbert
1
-1
/
+1
2014-08-30
mlx4: Set skb->csum_level for encapsulated checksum
Tom Herbert
1
-3
/
+3
2014-08-30
i40evf: Set skb->csum_level for encapsulated checksum
Tom Herbert
1
-1
/
+1
2014-08-30
i40e: Set skb->csum_level for encapsulated checksum
Tom Herbert
1
-1
/
+1
2014-08-30
benet: Set skb->csum_level for encapsulated checksum
Tom Herbert
1
-2
/
+2
2014-08-30
sctp: Change sctp to implement csum_levels
Tom Herbert
1
-2
/
+6
2014-08-30
net: Allow GRO to use and set levels of checksum unnecessary
Tom Herbert
4
-29
/
+33
2014-08-30
net: Clarification of CHECKSUM_UNNECESSARY
Tom Herbert
3
-26
/
+51
2014-08-30
net: Allocate a new 16 bits for flags in skbuff
Tom Herbert
1
-0
/
+4
2014-08-30
be2net: Use dev_consume_skb_any() in the non-drop path
Rick Jones
1
-1
/
+1
2014-08-30
bnx2x: Fix sparse warnings
Yuval Mintz
2
-8
/
+8
2014-08-30
include/rxrpc/types.h: Remove unused header
Rasmus Villemoes
1
-41
/
+0
2014-08-30
include/linux/phonedev.h: Remove unused header
Rasmus Villemoes
1
-25
/
+0
2014-08-30
include/linux/i82593.h: Remove unused header
Rasmus Villemoes
1
-229
/
+0
2014-08-30
include/linux/cycx_x25.h: Remove unused header
Rasmus Villemoes
1
-125
/
+0
2014-08-30
tipc: fix a potential oops
Ying Xue
1
-2
/
+2
2014-08-30
net: phy: properly report internal PHYs through sysfs
Florian Fainelli
1
-1
/
+7
2014-08-30
Merge branch 'qlcnic-next'
David S. Miller
8
-69
/
+335
2014-08-30
qlcnic: Update version to 5.3.62
Shahed Shaikh
1
-2
/
+2
2014-08-30
MAINTAINERS: Update group email alias for qlcnic driver
Shahed Shaikh
1
-1
/
+1
2014-08-30
qlcnic: Add support to run firmware POST
Shahed Shaikh
4
-2
/
+158
2014-08-30
qlcnic: Use usleep_range() instead of msleep() for sleep less than 20ms
Jitendra Kalsaria
3
-5
/
+5
2014-08-30
qlcnic: Add support for 0x8830 device ID
Shahed Shaikh
3
-0
/
+11
[prev]
[next]