summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bridge: fix a typo in commentsCong Wang2013-06-241-1/+1
* net: allow large number of tx queuesEric Dumazet2013-06-231-7/+19
* Merge branch 'bnx2x'David S. Miller2013-06-237-11/+79
|\
| * bnx2x: Fix 20G KR2 support claimsYaniv Rosner2013-06-231-0/+4
| * bnx2x: improve VF timingsAriel Elior2013-06-231-3/+7
| * bnx2x: VF ndo sanityAriel Elior2013-06-231-0/+5
| * bnx2x: Improve PF behaviour toward VFAriel Elior2013-06-237-8/+63
|/
* VSOCK: Fix VSOCK_HASH and VSOCK_CONN_HASHAsias He2013-06-231-3/+3
* VSOCK: Remove unnecessary labelAsias He2013-06-231-2/+1
* VSOCK: Return VMCI_ERROR_NO_MEM when fails to allocate skbAsias He2013-06-231-7/+8
* VSOCK: Introduce vsock_auto_bind helperAsias He2013-06-231-28/+21
* ipv6: remove a useless pr_info() in addrconf_gre_config()Cong Wang2013-06-231-2/+0
* qlcnic: Update version to 5.2.44Jitendra Kalsaria2013-06-231-2/+2
* qlcnic: Add support for 83xx suspend and resume.Rajesh Borundia2013-06-2310-64/+225
* qlcnic: Add support for 'set driver version' in 83XXPratik Pujar2013-06-236-16/+33
* qlcnic: Cleanup of structure qlcnic_hardware_contextPratik Pujar2013-06-234-5/+6
* qlcnic: Add support for PEX DMA method to read memory section of adapter dumpShahed Shaikh2013-06-232-7/+221
* qlcnic: Minimize sleep duration within loopback diagnostic test.Jitendra Kalsaria2013-06-232-19/+41
* qlcnic: Secondary unicast MAC address support.Jitendra Kalsaria2013-06-236-23/+83
* qlcnic: Handle qlcnic_alloc_mbx_args() failureShahed Shaikh2013-06-234-64/+206
* ndisc: Convert use of typedef ctl_table to struct ctl_tableJoe Perches2013-06-191-1/+1
* ipv6: Convert use of typedef ctl_table to struct ctl_tableJoe Perches2013-06-191-2/+2
* inet: frag , remove an empty ifdef.Rami Rosen2013-06-191-2/+0
* htb: refactor struct htb_sched fields for performanceEric Dumazet2013-06-191-86/+95
* tcp: introduce a per-route knob for quick ackCong Wang2013-06-193-3/+10
* sctp: Convert __list_for_each use to list_for_eachDave Jones2013-06-191-1/+1
* bnx2: use pdev->pm_cap instead of pci_find_capability(.., PCI_CAP_ID_PM)Yijing Wang2013-06-191-1/+1
* amd8111e: use pdev->pm_cap instead of pci_find_capability(.., PCI_CAP_ID_PM)Yijing Wang2013-06-191-3/+3
* Bnx2x: remove redundant D0 power state setYijing Wang2013-06-191-3/+1
* net: Add missing dependencies on NETDEVICESBen Hutchings2013-06-193-7/+5
* at91_ether: Do not select NET_COREBen Hutchings2013-06-191-1/+0
* net: Move MII out from under NET_CORE and hide itBen Hutchings2013-06-1933-61/+3
* tcp:typo unset should be unsentWeiping Pan2013-06-191-1/+1
* bonding: trivial: make alb use bond_slave_has_mac()Veaceslav Falico2013-06-191-42/+11
* be2net: use pci_vfs_assigned()/pci_num_vf() instead of be_find_vfs()Sathya Perla2013-06-191-27/+4
* sit: fix an oops when IFLA_IPTUN_PROTO is not setNicolas Dichtel2013-06-191-1/+1
* net: sock: adapt SOCK_MIN_RCVBUF and SOCK_MIN_SNDBUFDaniel Borkmann2013-06-191-6/+9
* neigh: disallow un-init_net to change thresh of neighGao feng2013-06-191-0/+6
* neigh: only allow init_net to change the default neigh_parmsGao feng2013-06-191-1/+1
* neigh: no need to call lookup_neigh_parms in neigh_parms_allocGao feng2013-06-191-6/+2
* bnx2x: replace mechanism to check for next available packetDmitry Kravkov2013-06-194-37/+42
* bnx2x: add support for ndo_ll_pollDmitry Kravkov2013-06-194-11/+208
* net/mlx4_en: Low Latency recv statisticsAmir Vadai2013-06-193-1/+29
* net/mlx4_en: Add Low Latency Socket (LLS) supportAmir Vadai2013-06-194-4/+178
* openvswitch: gre tunneling support.David S. Miller2013-06-1923-456/+1373
|\
| * openvswitch: Add gre tunnel support.Pravin B Shelar2013-06-198-2/+323
| * openvswitch: Optimize flow key match for non tunnel flows.Pravin B Shelar2013-06-193-20/+42
| * openvswitch: Expand action buffer size.Pravin B Shelar2013-06-191-1/+1
| * openvswitch: Add tunneling interface.Pravin B Shelar2013-06-1910-7/+251
| * openvswitch: Copy individual actions.Pravin B Shelar2013-06-193-58/+225
OpenPOWER on IntegriCloud