aboutsummaryrefslogtreecommitdiffstats
path: root/CREDITS (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-16tipc: standardize sendmsg routine of connected socketYing Xue1-19/+41
2014-01-16tipc: standardize sendmsg routine of connectionless socketYing Xue1-10/+29
2014-01-16tipc: standardize accept routineYing Xue1-13/+41
2014-01-16tipc: standardize connect routineYing Xue1-30/+33
2014-01-16sctp: remove the unnecessary assignmentwangweidong1-1/+0
2014-01-16virtio-net: drop rq->max and rq->numJason Wang1-13/+3
2014-01-16net: davinci_mdio: Fix sparse warningLad, Prabhakar1-1/+1
2014-01-16bonding: handle slave's name change with primary_slave logicVeaceslav Falico1-3/+21
2014-01-16net_sched: act: pick a different type for act_xtWANG Cong2-1/+2
2014-01-16net_sched: act: use tcf_hash_release() in net/sched/act_police.cWANG Cong1-27/+3
2014-01-16i40e: updates to AdminQ interfaceShannon Nelson2-15/+8
2014-01-16i40e: check desc pointer before printingShannon Nelson1-28/+39
2014-01-16team: block mtu change before it happens via NETDEV_PRECHANGEMTUVeaceslav Falico1-1/+1
2014-01-16net: add NETDEV_PRECHANGEMTU to notify before mtu change happensVeaceslav Falico2-1/+7
2014-01-17percpu_counter: unbreak __percpu_counter_add()Hugh Dickins1-1/+1
2014-01-16r6040: use ETH_ZLEN instead of MISR for SKB length checkingFlorian Fainelli1-2/+2
2014-01-16r6040: add delays in MDIO read/write polling loopsFlorian Fainelli1-0/+2
2014-01-16xen-netfront: add support for IPv6 offloadsPaul Durrant1-5/+43
2014-01-16net: Check skb->rxhash in gro_receiveTom Herbert1-1/+8
2014-01-16net: Add skb_get_hash_rawTom Herbert1-0/+5
2014-01-16vxge: make local functions staticstephen hemminger5-46/+5
2014-01-16bnad: code cleanupstephen hemminger2-27/+2
2014-01-16dm9000: fix a lot of checkpatch issuesBarry Song1-12/+11
2014-01-16packet: use percpu mmap tx frame pending refcountDaniel Borkmann3-7/+62
2014-01-16packet: don't unconditionally schedule() in case of MSG_DONTWAITDaniel Borkmann1-7/+6
2014-01-16packet: improve socket create/bind latency in some casesDaniel Borkmann1-11/+22
2014-01-16i40e: Remove autogenerated Module.symvers file.David S. Miller1-0/+0
2014-01-16net/ipv4: don't use module_init in non-modular gre_offloadPaul Gortmaker1-8/+2
2014-01-16net/mlx4_core: clean up srq_res_start_move_to()Paul Bolle1-30/+16
2014-01-16net/mlx4_core: clean up cq_res_start_move_to()Paul Bolle1-33/+19
2014-01-16e1000e: Fix compilation warning when !CONFIG_PM_SLEEPMika Westerberg1-6/+2
2014-01-16ixgbe: Fix incorrect logic for fixed fiber eeprom writeDon Skidmore1-1/+1
2014-01-16ixgbevf: create function for all of ring initDon Skidmore2-137/+183
2014-01-16ixgbevf: Convert ring storage form pointer to an array to array of pointersDon Skidmore3-86/+98
2014-01-16ixgbevf: use pci drvdata correctly in ixgbevf_suspend()Wei Yongjun1-2/+2
2014-01-16ixgbevf: set the disable state when ixgbevf_qv_disable is calledJacob Keller1-0/+1
2014-01-16ixgbe: reinit_locked() should be called with rtnl_lockJohn Fastabend1-0/+2
2014-01-16net: eth_type_trans() should use skb_header_pointer()Eric Dumazet1-2/+5
2014-01-16net: stmmac: notify the PM core of a wakeup event.Srinivas Kandagatla2-2/+8
2014-01-16net: stmmac: restore pinstate in pm resume.Srinivas Kandagatla1-0/+3
2014-01-16net: stmmac: use suspend functions for hibernationSrinivas Kandagatla3-50/+12
2014-01-16net: stmmac: fix power management suspend-resume caseSrinivas Kandagatla1-6/+7
2014-01-16net: stmmac: make stmmac_mdio_reset non-staticSrinivas Kandagatla2-1/+2
2014-01-16net: stmmac: move hardware setup for stmmac_open to new functionSrinivas Kandagatla1-67/+88
2014-01-16net: stmmac: move dma allocation to new functionSrinivas Kandagatla1-84/+85
2014-01-16net: stmmac: mdio: remove reset gpio freeSrinivas Kandagatla1-1/+0
2014-01-16net: stmmac: support max-speed device tree propertySrinivas Kandagatla3-1/+8
2014-01-16net: mvneta: make mvneta_txq_done() return voidArnaud Ebalard1-5/+4
2014-01-16net: mvneta: mvneta_tx_done_gbe() cleanupsArnaud Ebalard1-13/+4
2014-01-16net: mvneta: implement rx_copybreakwilly tarreau1-6/+38