summaryrefslogtreecommitdiffstats
path: root/mm/memory-failure.c (unfollow)
Commit message (Expand)AuthorFilesLines
2013-06-24xen-netback: double free on unloadDan Carpenter1-2/+2
2013-06-24ip_tunnel: Protect tunnel functions with CONFIG_INET guard.Jesse Gross1-0/+5
2013-06-24openvswitch: Use correct config guard.Pravin B Shelar2-2/+2
2013-06-24bridge: fix a typo in commentsCong Wang1-1/+1
2013-06-24net: allow large number of tx queuesEric Dumazet1-7/+19
2013-06-24bnx2x: Fix 20G KR2 support claimsYaniv Rosner1-0/+4
2013-06-24bnx2x: improve VF timingsAriel Elior1-3/+7
2013-06-24bnx2x: VF ndo sanityAriel Elior1-0/+5
2013-06-24bnx2x: Improve PF behaviour toward VFAriel Elior7-8/+63
2013-06-24VSOCK: Fix VSOCK_HASH and VSOCK_CONN_HASHAsias He1-3/+3
2013-06-24VSOCK: Remove unnecessary labelAsias He1-2/+1
2013-06-24VSOCK: Return VMCI_ERROR_NO_MEM when fails to allocate skbAsias He1-7/+8
2013-06-24VSOCK: Introduce vsock_auto_bind helperAsias He1-28/+21
2013-06-24ipv6: remove a useless pr_info() in addrconf_gre_config()Cong Wang1-2/+0
2013-06-24qlcnic: Update version to 5.2.44Jitendra Kalsaria1-2/+2
2013-06-24qlcnic: Add support for 83xx suspend and resume.Rajesh Borundia10-64/+225
2013-06-24qlcnic: Add support for 'set driver version' in 83XXPratik Pujar6-16/+33
2013-06-24qlcnic: Cleanup of structure qlcnic_hardware_contextPratik Pujar4-5/+6
2013-06-24qlcnic: Add support for PEX DMA method to read memory section of adapter dumpShahed Shaikh2-7/+221
2013-06-24qlcnic: Minimize sleep duration within loopback diagnostic test.Jitendra Kalsaria2-19/+41
2013-06-24qlcnic: Secondary unicast MAC address support.Jitendra Kalsaria6-23/+83
2013-06-24qlcnic: Handle qlcnic_alloc_mbx_args() failureShahed Shaikh4-64/+206
2013-06-20ndisc: Convert use of typedef ctl_table to struct ctl_tableJoe Perches1-1/+1
2013-06-20ipv6: Convert use of typedef ctl_table to struct ctl_tableJoe Perches1-2/+2
2013-06-20inet: frag , remove an empty ifdef.Rami Rosen1-2/+0
2013-06-20htb: refactor struct htb_sched fields for performanceEric Dumazet1-86/+95
2013-06-20tcp: introduce a per-route knob for quick ackCong Wang3-3/+10
2013-06-20sctp: Convert __list_for_each use to list_for_eachDave Jones1-1/+1
2013-06-20bnx2: use pdev->pm_cap instead of pci_find_capability(.., PCI_CAP_ID_PM)Yijing Wang1-1/+1
2013-06-20amd8111e: use pdev->pm_cap instead of pci_find_capability(.., PCI_CAP_ID_PM)Yijing Wang1-3/+3
2013-06-20Bnx2x: remove redundant D0 power state setYijing Wang1-3/+1
2013-06-20net: Add missing dependencies on NETDEVICESBen Hutchings3-7/+5
2013-06-20at91_ether: Do not select NET_COREBen Hutchings1-1/+0
2013-06-20net: Move MII out from under NET_CORE and hide itBen Hutchings33-61/+3
2013-06-20tcp:typo unset should be unsentWeiping Pan1-1/+1
2013-06-20bonding: trivial: make alb use bond_slave_has_mac()Veaceslav Falico1-42/+11
2013-06-20be2net: use pci_vfs_assigned()/pci_num_vf() instead of be_find_vfs()Sathya Perla1-27/+4
2013-06-20sit: fix an oops when IFLA_IPTUN_PROTO is not setNicolas Dichtel1-1/+1
2013-06-20net: sock: adapt SOCK_MIN_RCVBUF and SOCK_MIN_SNDBUFDaniel Borkmann1-6/+9
2013-06-20neigh: disallow un-init_net to change thresh of neighGao feng1-0/+6
2013-06-20neigh: only allow init_net to change the default neigh_parmsGao feng1-1/+1
2013-06-20neigh: no need to call lookup_neigh_parms in neigh_parms_allocGao feng1-6/+2
2013-06-20bnx2x: replace mechanism to check for next available packetDmitry Kravkov4-37/+42
2013-06-20bnx2x: add support for ndo_ll_pollDmitry Kravkov4-11/+208
2013-06-20net/mlx4_en: Low Latency recv statisticsAmir Vadai3-1/+29
2013-06-20net/mlx4_en: Add Low Latency Socket (LLS) supportAmir Vadai4-4/+178
2013-06-20openvswitch: Add gre tunnel support.Pravin B Shelar8-2/+323
2013-06-20openvswitch: Optimize flow key match for non tunnel flows.Pravin B Shelar3-20/+42
2013-06-20openvswitch: Expand action buffer size.Pravin B Shelar1-1/+1
2013-06-20openvswitch: Add tunneling interface.Pravin B Shelar10-7/+251