aboutsummaryrefslogtreecommitdiffstats
path: root/virt/kvm/irq_comm.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-15tcp: use TCP_SKB_CB(skb)->tcp_flags in input pathEric Dumazet4-13/+17
2014-09-15net: ethernet: neterion: vxge: vxge-main.c: Cleaning up missing null-terminate in conjunction with strncpyRickard Strandqvist1-1/+1
2014-09-15net: ethernet: freescale: fec_main.c: Cleaning up missing null-terminate in conjunction with strncpyRickard Strandqvist1-2/+2
2014-09-15bna: use container_of to resolve bufdesc_ex from bufdescFabian Frederick2-5/+8
2014-09-15net: fec: use container_of to resolve bufdesc_ex from bufdescFabian Frederick1-2/+2
2014-09-13net: bpf: correctly handle errors in sk_attach_filter()Sasha Levin1-2/+2
2014-09-13netdevice: Support DSA tagging when DSA is built as a moduleAlexander Duyck1-1/+1
2014-09-13net/macb: Add hardware revision information during probeBo Shen1-3/+3
2014-09-13ARM: dts: imx6sx: add multi-queue support enetFrank Li1-0/+2
2014-09-13ARM: Documentation: Update fec dts binding docFrank Li1-0/+6
2014-09-13net: fec: init complete variable in early to avoid kernel dumpFugang Duan1-0/+1
2014-09-13net: fec: change FEC alignment according to i.mx6 sx requirementFugang Duan2-11/+27
2014-09-13net:fec: Add fsl,imx6sx-fec compatible stringsFugang Duan1-0/+2
2014-09-13net: fec: add enet-avb IP supportFrank Li2-18/+51
2014-09-13net:fec: Disable enet-avb MAC instead of reset MACFugang Duan1-6/+20
2014-09-13net: fec: init multi queue date structureFrank Li1-113/+252
2014-09-13net: fec: parser max queue number from dt fileFugang Duan2-1/+47
2014-09-13net: fec: change data structure to support multiqueueFugang Duan2-196/+400
2014-09-13net:fec: add enet AVB feature macro define for imx6sxFugang Duan1-0/+16
2014-09-13net:fec: add enet refrence clock for i.MX 6SX chipFugang Duan2-0/+18
2014-09-13net: DSA: Marvell mv88e6171 switch driverAndrew Lunn5-0/+426
2014-09-13be2net: enable PCIe error reporting on VFs tooKalesh AP1-5/+3
2014-09-13be2net: send a max of 8 EQs to be_cmd_modify_eqd() on LancerKalesh AP1-2/+21
2014-09-13be2net: fix port-type reporting in get_settingsRavikumar Nelavelli4-16/+73
2014-09-13be2net: add ethtool "-m" option supportMark Leonard3-19/+109
2014-09-13be2net: use v1 of SET_FLOW_CONTROL commandSuresh Reddy2-1/+7
2014-09-13be2net: fix RX fragment posting for jumbo framesAjit Khaparde1-7/+15
2014-09-13be2net: replace strcpy with strlcpyVasundhara Volam1-4/+6
2014-09-13be2net: fix some log messagesVasundhara Volam3-12/+9
2014-09-13net: filter: constify detection of pkt_type_offsetHannes Frederic Sowa4-89/+14
2014-09-13net: dsa: change tag_protocol to an enumFlorian Fainelli7-17/+19
2014-09-13r8152: support VLANhayeswang1-14/+65
2014-09-13net: stmmac: fix return value check in socfpga_dwmac_parse_data()Wei Yongjun1-2/+2
2014-09-13ipv6: exit early in addrconf_notify() if IPv6 is disabledWANG Cong1-0/+3
2014-09-13ipv6: refactor ipv6_dev_mc_inc()WANG Cong1-33/+49
2014-09-13ipv6: update the comment in mcast.cWANG Cong1-7/+5
2014-09-13ipv6: drop some rcu_read_lock in mcastWANG Cong1-13/+4
2014-09-13ipv6: drop ipv6_sk_mc_lock in mcastWANG Cong1-16/+2
2014-09-13ipv6: refactor __ipv6_dev_ac_inc()WANG Cong1-23/+39
2014-09-13ipv6: clean up ipv6_dev_ac_inc()WANG Cong3-11/+6
2014-09-13ipv6: remove ipv6_sk_ac_lockWANG Cong1-14/+3
2014-09-13ipv6: drop useless rcu_read_lock() in anycastWANG Cong3-20/+16
2014-09-13bonding: adjust locking commentsNikolay Aleksandrov3-10/+10
2014-09-13bonding: 3ad: convert to bond->mode_lockNikolay Aleksandrov3-57/+22
2014-09-13bonding: alb: convert to bond->mode_lockNikolay Aleksandrov4-89/+35
2014-09-13bonding: convert curr_slave_lock to a spinlock and rename itNikolay Aleksandrov3-7/+6
2014-09-13bonding: clean curr_slave_lock useNikolay Aleksandrov4-70/+14
2014-09-13bonding: alb: remove curr_slave_lockNikolay Aleksandrov1-36/+3
2014-09-13bonding: 3ad: clean up curr_slave_lock usageNikolay Aleksandrov1-7/+3
2014-09-13virtio_ring: unify direct/indirect code paths.Rusty Russell1-76/+52