summaryrefslogtreecommitdiffstats
path: root/lib/fault-inject.c (unfollow)
Commit message (Expand)AuthorFilesLines
2013-04-23net: Fix some __vlan_hwaccel_put_tag() callers.David S. Miller2-2/+3
2013-04-22net: sctp: minor: remove dead code from sctp_packetDaniel Borkmann2-6/+2
2013-04-22VXLAN: Allow L2 redirection with L3 switchingDavid Stevens1-7/+23
2013-04-22net: Remove return value from list_netdevice()dingtianhong1-3/+1
2013-04-22net: remove a stale comment for dl_nextEric Dumazet1-1/+1
2013-04-22qeth: Fix missing pointer updateStefan Raspl4-4/+6
2013-04-22qeth: remove unused variableStefan Raspl4-6/+4
2013-04-22qeth: remove cast for kzalloc return valueZhang Yanfei1-1/+1
2013-04-22xen-netback: don't disconnect frontend when seeing oversize packetWei Liu1-6/+16
2013-04-22xen-netback: coalesce slots in TX path and fix regressionsWei Liu2-51/+242
2013-04-22xen-netfront: reduce gso_max_size to account for max TCP headerWei Liu2-2/+16
2013-04-22xen-netfront: frags -> slots in log messageWei Liu1-2/+2
2013-04-22be2net: enable IOMMU pass through for be2netCraig Hada1-0/+5
2013-04-22be2net: Use GET_PROFILE_CONFIG V1 cmd for BE3-RVasundhara Volam3-26/+93
2013-04-22be2net: Avoid flashing BE3 UFI on BE3-R chip.Vasundhara Volam5-16/+37
2013-04-22be2net: Don't log "Out of MCCQ wrbs" errorVasundhara Volam1-3/+1
2013-04-22be2net: Use TXQ_CREATE_V2 cmdVasundhara Volam5-54/+41
2013-04-22bnx2x: update version to 1.78.17-0Dmitry Kravkov1-2/+2
2013-04-22bnx2x: allow nvram test to run when device is downDmitry Kravkov1-9/+10
2013-04-22bnx2x: add additional regions for CRC memory testDmitry Kravkov2-23/+185
2013-04-22bnx2x: remove non-necessary assignmentDmitry Kravkov1-4/+1
2013-04-22bnx2x: fix byte-by-byte nvram write for BE machinesDmitry Kravkov1-8/+7
2013-04-22bnx2x: refactor nvram read procedureDmitry Kravkov1-7/+21
2013-04-21qeth: fix VLAN related compilation errorsPatrick McHardy1-6/+10
2013-04-21net: vlan: fix up vlan_proto_idx() for CONFIG_BUG=nPatrick McHardy1-0/+1
2013-04-21net: vlan: fix dummy function signatures for CONFIG_VLAN=nPatrick McHardy1-3/+4
2013-04-21net: vlan: fix memory leak in vlan_info_rcu_free()Patrick McHardy1-3/+4
2013-04-19bond: add support to read speed and duplex via ethtoolAndy Gospodarek1-0/+32
2013-04-19packet: move hw/sw timestamp extraction into a small helperDaniel Borkmann1-34/+23
2013-04-19net: socket: move ktime2ts to ktime header apiDaniel Borkmann2-16/+22