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