summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'virtio_rx_merging'David S. Miller2014-01-176-90/+214
|\
| * virtio-net: initial rx sysfs support, export mergeable rx buffer sizeMichael Dalton2014-01-171-4/+42
| * lib: Ensure EWMA does not store wrong intermediate valuesMichael Dalton2014-01-171-2/+4
| * net-sysfs: add support for device-specific rx queue sysfs attributesMichael Dalton2014-01-173-31/+66
| * virtio-net: auto-tune mergeable rx buffer size for improved performanceMichael Dalton2014-01-171-25/+75
| * virtio-net: use per-receive queue page frag alloc for mergeable bufsMichael Dalton2014-01-171-34/+35
| * net: allow > 0 order atomic page alloc in skb_page_frag_refillMichael Dalton2014-01-171-3/+1
|/
* net_sched: fix error return code in fw_change_attrs()Wei Yongjun2014-01-171-1/+3
* Merge branch 'tipc'David S. Miller2014-01-171-110/+186
|\
| * tipc: standardize recvmsg routineYing Xue2014-01-171-38/+42
| * tipc: standardize sendmsg routine of connected socketYing Xue2014-01-171-19/+41
| * tipc: standardize sendmsg routine of connectionless socketYing Xue2014-01-171-10/+29
| * tipc: standardize accept routineYing Xue2014-01-171-13/+41
| * tipc: standardize connect routineYing Xue2014-01-171-30/+33
|/
* sctp: remove the unnecessary assignmentwangweidong2014-01-171-1/+0
* virtio-net: drop rq->max and rq->numJason Wang2014-01-171-13/+3
* net: davinci_mdio: Fix sparse warningLad, Prabhakar2014-01-171-1/+1
* bonding: handle slave's name change with primary_slave logicVeaceslav Falico2014-01-171-3/+21
* net_sched: act: pick a different type for act_xtWANG Cong2014-01-172-1/+2
* Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2014-01-174-13/+31
|\
| * batman-adv: use consistent kerneldoc styleSimon Wunderlich2014-01-164-13/+31
* | net_sched: act: use tcf_hash_release() in net/sched/act_police.cWANG Cong2014-01-171-27/+3
* | i40e: updates to AdminQ interfaceShannon Nelson2014-01-172-15/+8
* | i40e: check desc pointer before printingShannon Nelson2014-01-171-28/+39
* | team: block mtu change before it happens via NETDEV_PRECHANGEMTUVeaceslav Falico2014-01-171-1/+1
* | net: add NETDEV_PRECHANGEMTU to notify before mtu change happensVeaceslav Falico2014-01-172-1/+7
* | r6040: use ETH_ZLEN instead of MISR for SKB length checkingFlorian Fainelli2014-01-171-2/+2
* | r6040: add delays in MDIO read/write polling loopsFlorian Fainelli2014-01-171-0/+2
* | xen-netfront: add support for IPv6 offloadsPaul Durrant2014-01-171-5/+43
* | net: Check skb->rxhash in gro_receiveTom Herbert2014-01-171-1/+8
* | net: Add skb_get_hash_rawTom Herbert2014-01-171-0/+5
* | vxge: make local functions staticstephen hemminger2014-01-175-46/+5
* | bnad: code cleanupstephen hemminger2014-01-172-27/+2
* | dm9000: fix a lot of checkpatch issuesBarry Song2014-01-171-12/+11
* | packet: use percpu mmap tx frame pending refcountDaniel Borkmann2014-01-173-7/+62
* | packet: don't unconditionally schedule() in case of MSG_DONTWAITDaniel Borkmann2014-01-171-7/+6
* | packet: improve socket create/bind latency in some casesDaniel Borkmann2014-01-171-11/+22
* | i40e: Remove autogenerated Module.symvers file.David S. Miller2014-01-171-0/+0
* | net/ipv4: don't use module_init in non-modular gre_offloadPaul Gortmaker2014-01-171-8/+2
* | net/mlx4_core: clean up srq_res_start_move_to()Paul Bolle2014-01-171-30/+16
* | net/mlx4_core: clean up cq_res_start_move_to()Paul Bolle2014-01-171-33/+19
* | Merge branch 'ixgbe-next'David S. Miller2014-01-176-213/+274
|\ \
| * | ixgbe: Fix incorrect logic for fixed fiber eeprom writeDon Skidmore2014-01-171-1/+1
| * | ixgbevf: create function for all of ring initDon Skidmore2014-01-172-137/+183
| * | ixgbevf: Convert ring storage form pointer to an array to array of pointersDon Skidmore2014-01-173-86/+98
| * | ixgbevf: use pci drvdata correctly in ixgbevf_suspend()Wei Yongjun2014-01-171-2/+2
| * | ixgbevf: set the disable state when ixgbevf_qv_disable is calledJacob Keller2014-01-171-0/+1
| * | ixgbe: reinit_locked() should be called with rtnl_lockJohn Fastabend2014-01-171-0/+2
|/ /
* | net: eth_type_trans() should use skb_header_pointer()Eric Dumazet2014-01-171-2/+5
* | Merge branch 'stmmac_pm'David S. Miller2014-01-175-208/+209
|\ \