index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
test_module.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-10-08
net: add netdev_txq_bql_{enqueue, complete}_prefetchw() helpers
Eric Dumazet
2
-2
/
+32
2014-10-08
net: description of dma_cookie cause make xmldocs warning
Masanari Iida
1
-2
/
+0
2014-10-08
cxgb4: clean up a type issue
Dan Carpenter
1
-10
/
+8
2014-10-08
cxgb4: potential shift wrapping bug
Dan Carpenter
1
-1
/
+1
2014-10-08
i40e: skb->xmit_more support
Eric Dumazet
1
-44
/
+46
2014-10-08
net: fs_enet: Add NAPI TX
LEROY Christophe
5
-11
/
+132
2014-10-08
net: fs_enet: Remove non NAPI RX
LEROY Christophe
2
-150
/
+15
2014-10-08
r8169:add support for RTL8168EP
Chun-Hao Lin
1
-44
/
+517
2014-10-08
wimax: convert printk to pr_foo()
Fabian Frederick
7
-16
/
+17
2014-10-07
af_unix: remove 0 assignment on static
Fabian Frederick
1
-1
/
+1
2014-10-07
ipv6: Do not warn for informational ICMP messages, regardless of type.
David S. Miller
1
-2
/
+2
2014-10-07
tipc: fix bug in multicast congestion handling
Jon Maloy
4
-3
/
+21
2014-10-07
net: better IFF_XMIT_DST_RELEASE support
Eric Dumazet
27
-39
/
+54
2014-10-07
net/mlx4_en: remove NETDEV_TX_BUSY
Eric Dumazet
1
-24
/
+24
2014-10-07
net: bcmgenet: fix Tx ring priority programming
Petri Gynther
2
-17
/
+27
2014-10-07
net: phy: adjust fixed_phy_register() return value
Petri Gynther
3
-17
/
+20
2014-10-07
net_sched: fix unused variables in __gnet_stats_copy_basic_cpu()
WANG Cong
1
-4
/
+4
2014-10-07
openvswitch: fix a compilation error when CONFIG_INET is not setW!
Andy Zhou
3
-30
/
+36
2014-10-07
openvswitch: fix a sparse warning
Andy Zhou
1
-3
/
+2
2014-10-07
net: fix a sparse warning
Andy Zhou
1
-1
/
+1
2014-10-07
ipv6: don't walk node's leaf during serial number update
Hannes Frederic Sowa
1
-17
/
+30
2014-10-07
ipv6: make fib6 serial number per namespace
Hannes Frederic Sowa
3
-9
/
+8
2014-10-07
ipv6: only generate one new serial number per fib mutation
Hannes Frederic Sowa
1
-6
/
+6
2014-10-07
ipv6: make rt_sernum atomic and serial number fields ordinary ints
Hannes Frederic Sowa
2
-11
/
+14
2014-10-07
ipv6: minor fib6 cleanups like type safety, bool conversion, inline removal
Hannes Frederic Sowa
2
-44
/
+45
2014-10-07
net: validate_xmit_vlan() is static
Eric Dumazet
1
-1
/
+2
2014-10-07
net: fix rcu access on phonet_routes
Fabian Frederick
1
-3
/
+3
2014-10-07
net: sched: do not use tcf_proto 'tp' argument from call_rcu
John Fastabend
4
-8
/
+14
2014-10-07
net: sched: cls_cgroup tear down exts and ematch from rcu callback
John Fastabend
1
-3
/
+1
2014-10-07
net: sched: remove tcf_proto from ematch calls
John Fastabend
10
-25
/
+26
2014-10-06
net: introduce netdevice gso_min_segs attribute
Eric Dumazet
2
-4
/
+9
2014-10-06
r8152: nway reset after setting eee
hayeswang
1
-0
/
+2
2014-10-06
ipv4: igmp: fix v3 general query drop monitor false positive
Daniel Borkmann
1
-1
/
+1
2014-10-06
bonding: Simplify the xmit function for modes that use xmit_hash
Mahesh Bandewar
5
-152
/
+249
2014-10-06
bonding: display xmit_hash_policy for non-dynamic-tlb mode
Mahesh Bandewar
2
-2
/
+8
2014-10-06
net/mlx4_en: Use the new tx_copybreak to set inline threshold
Eric Dumazet
3
-2
/
+44
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
[next]