summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: add netdev_txq_bql_{enqueue, complete}_prefetchw() helpersEric Dumazet2014-10-082-2/+32
* net: description of dma_cookie cause make xmldocs warningMasanari Iida2014-10-081-2/+0Star
* cxgb4: clean up a type issueDan Carpenter2014-10-081-10/+8Star
* cxgb4: potential shift wrapping bugDan Carpenter2014-10-081-1/+1
* i40e: skb->xmit_more supportEric Dumazet2014-10-081-44/+46
* Merge branch 'fs_enet_napi'David S. Miller2014-10-086-161/+147Star
|\
| * net: fs_enet: Add NAPI TXLEROY Christophe2014-10-085-11/+132
| * net: fs_enet: Remove non NAPI RXLEROY Christophe2014-10-082-150/+15Star
|/
* r8169:add support for RTL8168EPChun-Hao Lin2014-10-081-44/+517
* wimax: convert printk to pr_foo()Fabian Frederick2014-10-087-16/+17
* af_unix: remove 0 assignment on staticFabian Frederick2014-10-071-1/+1
* ipv6: Do not warn for informational ICMP messages, regardless of type.David S. Miller2014-10-071-2/+2
* tipc: fix bug in multicast congestion handlingJon Maloy2014-10-074-3/+21
* net: better IFF_XMIT_DST_RELEASE supportEric Dumazet2014-10-0727-39/+54
* net/mlx4_en: remove NETDEV_TX_BUSYEric Dumazet2014-10-071-24/+24
* net: bcmgenet: fix Tx ring priority programmingPetri Gynther2014-10-072-17/+27
* net: phy: adjust fixed_phy_register() return valuePetri Gynther2014-10-073-17/+20
* net_sched: fix unused variables in __gnet_stats_copy_basic_cpu()WANG Cong2014-10-071-4/+4
* openvswitch: fix a compilation error when CONFIG_INET is not setW!Andy Zhou2014-10-073-30/+36
* openvswitch: fix a sparse warningAndy Zhou2014-10-071-3/+2Star
* net: fix a sparse warningAndy Zhou2014-10-071-1/+1
* Merge branch 'ipv6-next'David S. Miller2014-10-074-75/+91
|\
| * ipv6: don't walk node's leaf during serial number updateHannes Frederic Sowa2014-10-071-17/+30
| * ipv6: make fib6 serial number per namespaceHannes Frederic Sowa2014-10-073-9/+8Star
| * ipv6: only generate one new serial number per fib mutationHannes Frederic Sowa2014-10-071-6/+6
| * ipv6: make rt_sernum atomic and serial number fields ordinary intsHannes Frederic Sowa2014-10-072-11/+14
| * ipv6: minor fib6 cleanups like type safety, bool conversion, inline removalHannes Frederic Sowa2014-10-072-44/+45
|/
* net: validate_xmit_vlan() is staticEric Dumazet2014-10-071-1/+2
* net: fix rcu access on phonet_routesFabian Frederick2014-10-071-3/+3
* Merge branch 'net_sched-next'David S. Miller2014-10-0713-35/+40
|\
| * net: sched: do not use tcf_proto 'tp' argument from call_rcuJohn Fastabend2014-10-074-8/+14
| * net: sched: cls_cgroup tear down exts and ematch from rcu callbackJohn Fastabend2014-10-071-3/+1Star
| * net: sched: remove tcf_proto from ematch callsJohn Fastabend2014-10-0710-25/+26
|/
* net: introduce netdevice gso_min_segs attributeEric Dumazet2014-10-062-4/+9
* r8152: nway reset after setting eeehayeswang2014-10-061-0/+2
* ipv4: igmp: fix v3 general query drop monitor false positiveDaniel Borkmann2014-10-061-1/+1
* bonding: Simplify the xmit function for modes that use xmit_hashMahesh Bandewar2014-10-065-152/+249
* bonding: display xmit_hash_policy for non-dynamic-tlb modeMahesh Bandewar2014-10-062-2/+8
* Merge branch 'mlx4-next'David S. Miller2014-10-066-178/+290
|\
| * net/mlx4_en: Use the new tx_copybreak to set inline thresholdEric Dumazet2014-10-063-2/+44
| * ethtool: Ethtool parameter to dynamically change tx_copybreakEric Dumazet2014-10-062-0/+2
| * net/mlx4_en: Enable the compiler to make is_inline() inlinedEric Dumazet2014-10-061-29/+38
| * net/mlx4_en: tx_info->ts_requested was not clearedEric Dumazet2014-10-061-0/+1
| * net/mlx4_en: Use local var for skb_headlen(skb)Eric Dumazet2014-10-061-10/+11
| * net/mlx4_en: Use local var in tx flow for skb_shinfo(skb)Eric Dumazet2014-10-061-24/+34
| * net/mlx4_en: mlx4_en_xmit() reads ring->cons once, and ahead of time to avoid...Eric Dumazet2014-10-061-5/+11
| * net/mlx4_en: Avoid false sharing in mlx4_en_en_process_tx_cq()Eric Dumazet2014-10-061-7/+15
| * net/mlx4_en: Use prefetch in tx pathEric Dumazet2014-10-061-0/+9
| * net/mlx4_en: Avoid a cache line miss in TX completion for single frag skb'sEric Dumazet2014-10-062-37/+49
| * net/mlx4_en: tx_info allocated with kmalloc() instead of vmalloc()Eric Dumazet2014-10-061-3/+3