index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
be2net: remove unncessary gotos
Kalesh AP
2014-09-02
1
-10
/
+6
*
be2net: fix log messages in lancer FW download path
Kalesh AP
2014-09-02
1
-19
/
+11
*
be2net: Add a dma_mapping_error counter in ethtool
Vasundhara Volam
2014-09-02
3
-1
/
+5
*
be2net: Add TX completion error statistics in ethtool
Kalesh AP
2014-09-02
4
-0
/
+92
*
be2net: add a description for counter rx_input_fifo_overflow_drop
Sathya Perla
2014-09-02
1
-0
/
+5
*
be2net: shorten AMAP_GET/SET_BITS() macro calls
Sathya Perla
2014-09-02
2
-69
/
+58
*
be2net: add a few log messages
Sathya Perla
2014-09-02
2
-8
/
+16
*
sock: deduplicate errqueue dequeue
Willem de Bruijn
2014-09-02
6
-51
/
+28
*
net-timestamp: expand documentation
Willem de Bruijn
2014-09-02
3
-84
/
+764
*
Merge branch 'csums-next'
David S. Miller
2014-09-02
12
-21
/
+135
|
\
|
*
l2tp: Enable checksum unnecessary conversions for l2tp/UDP sockets
Tom Herbert
2014-09-02
1
-0
/
+2
|
*
vxlan: Enable checksum unnecessary conversions for vxlan/UDP sockets
Tom Herbert
2014-09-02
1
-0
/
+2
|
*
gre: Add support for checksum unnecessary conversions
Tom Herbert
2014-09-02
2
-2
/
+10
|
*
udp: Add support for doing checksum unnecessary conversion
Tom Herbert
2014-09-02
5
-16
/
+57
|
*
net: Infrastructure for checksum unnecessary conversions
Tom Herbert
2014-09-02
2
-0
/
+40
|
*
net: Support for csum_bad in skbuff
Tom Herbert
2014-09-02
3
-3
/
+24
|
/
*
r8152: rename rx_buf_sz
hayeswang
2014-09-02
1
-11
/
+11
*
net: phy: mdio-bcm-unimac: NULL-terminate unimac_mdio_ids
Florian Fainelli
2014-09-02
1
-0
/
+1
*
net: dsa: make dsa_pack_type static
Florian Fainelli
2014-09-02
1
-1
/
+1
*
bonding: add slave_changelink support and use it for queue_id
Nikolay Aleksandrov
2014-09-02
1
-0
/
+29
*
tcp: whitespace fixes
stephen hemminger
2014-09-02
15
-123
/
+104
*
net: systemport: tell RXCHK if we are using Broadcom tags
Florian Fainelli
2014-09-02
1
-0
/
+9
*
pktgen: add flag NO_TIMESTAMP to disable timestamping
Jesper Dangaard Brouer
2014-09-02
1
-3
/
+16
*
bnx2x: fix tunneled GSO over IPv6
Dmitry Kravkov
2014-09-02
1
-1
/
+1
*
bnx2x: prevent incorrect byte-swap in BE
Dmitry Kravkov
2014-09-02
1
-20
/
+0
*
tipc: add name distributor resiliency queue
Erik Hugne
2014-09-02
6
-7
/
+95
*
tipc: refactor name table updates out of named packet receive routine
Erik Hugne
2014-09-02
1
-36
/
+38
*
r8152: reduce the number of Tx
hayeswang
2014-09-02
1
-1
/
+1
*
Merge branch 'xmit_list'
David S. Miller
2014-09-02
9
-161
/
+129
|
\
|
*
net: xmit_list() becomes dev_hard_start_xmit().
David S. Miller
2014-09-02
1
-13
/
+2
|
*
net: Don't keep around original SKB when we software segment GSO frames.
David S. Miller
2014-09-02
3
-68
/
+17
|
*
net: Validate xmit SKBs right when we pull them out of the qdisc.
David S. Miller
2014-09-02
3
-6
/
+6
|
*
net: Separate out SKB validation logic from transmit path.
David S. Miller
2014-09-02
1
-54
/
+71
|
*
net: Have xmit_list() signal more==true when appropriate.
David S. Miller
2014-09-02
1
-4
/
+4
|
*
net: Pass a "more" indication down into netdev_start_xmit() code paths.
David S. Miller
2014-09-02
8
-11
/
+13
|
*
net: Move main gso loop out of dev_hard_start_xmit() into helper.
David S. Miller
2014-09-02
1
-19
/
+29
|
*
net: Create xmit_one() helper for dev_hard_start_xmit()
David S. Miller
2014-09-02
1
-16
/
+19
|
*
net: Do txq_trans_update() in netdev_start_xmit()
David S. Miller
2014-09-02
7
-21
/
+19
|
/
*
net: stmmac: fix warning from Sparse for socfpga
Ley Foon Tan
2014-08-30
1
-2
/
+1
*
Merge branch 'csums-next'
David S. Miller
2014-08-30
13
-64
/
+101
|
\
|
*
qlcnic: Set skb->csum_level for encapsulated checksum
Tom Herbert
2014-08-30
1
-1
/
+1
|
*
mlx4: Set skb->csum_level for encapsulated checksum
Tom Herbert
2014-08-30
1
-3
/
+3
|
*
i40evf: Set skb->csum_level for encapsulated checksum
Tom Herbert
2014-08-30
1
-1
/
+1
|
*
i40e: Set skb->csum_level for encapsulated checksum
Tom Herbert
2014-08-30
1
-1
/
+1
|
*
benet: Set skb->csum_level for encapsulated checksum
Tom Herbert
2014-08-30
1
-2
/
+2
|
*
sctp: Change sctp to implement csum_levels
Tom Herbert
2014-08-30
1
-2
/
+6
|
*
net: Allow GRO to use and set levels of checksum unnecessary
Tom Herbert
2014-08-30
4
-29
/
+33
|
*
net: Clarification of CHECKSUM_UNNECESSARY
Tom Herbert
2014-08-30
3
-26
/
+51
|
*
net: Allocate a new 16 bits for flags in skbuff
Tom Herbert
2014-08-30
1
-0
/
+4
|
/
*
be2net: Use dev_consume_skb_any() in the non-drop path
Rick Jones
2014-08-30
1
-1
/
+1
[next]