summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | qlcnic: underflow in qlcnic_validate_max_tx_rings()Dan Carpenter2013-08-292-2/+2
* | | Merge branch 'xen-netback'David S. Miller2013-08-293-673/+445
|\ \ \ | |/ / |/| |
| * | xen-netback: rename functionsWei Liu2013-08-293-133/+134
| * | xen-netback: switch to NAPI + kthread 1:1 modelWei Liu2013-08-293-507/+351
| * | xen-netback: remove page tracking facilityWei Liu2013-08-291-75/+2
|/ /
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...David S. Miller2013-08-2813-543/+1346
|\ \
| * | openvswitch: optimize flow compare and mask functionsAndy Zhou2013-08-272-39/+44
| * | openvswitch: Rename key_len to key_endAndy Zhou2013-08-262-16/+17
| * | openvswitch: Add SCTP supportJoe Stringer2013-08-266-4/+121
| * | net: Add NEXTHDR_SCTP to ipv6.hJoe Stringer2013-08-241-0/+1
| * | openvswitch: Mega flow implementationAndy Zhou2013-08-247-513/+1171
| * | openvswitch: check CONFIG_OPENVSWITCH_GRE in makefileCong Wang2013-08-242-4/+4
| * | openvswitch: Fix argument descriptions in vport.c.Justin Pettit2013-08-241-1/+2
| * | openvswitch:: link upper device for port devicesJiri Pirko2013-08-241-1/+19
| * | openvswitch: Use non rcu hlist_del() flow table entry.Pravin B Shelar2013-08-241-1/+1
| * | openvswitch: Use RCU lock for dp dump operation.Pravin B Shelar2013-08-241-6/+7
| * | openvswitch: Use RCU lock for flow dump operation.Pravin B Shelar2013-08-241-8/+9
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller2013-08-2833-400/+2026
|\ \ \
| * | | netfilter: ctnetlink: fix uninitialized variableFlorian Westphal2013-08-281-1/+1
| * | | netfilter: add IPv6 SYNPROXY targetPatrick McHardy2013-08-283-0/+509
| * | | net: syncookies: export cookie_v6_init_sequence/cookie_v6_checkPatrick McHardy2013-08-282-9/+20
| * | | netfilter: add SYNPROXY core/targetPatrick McHardy2013-08-2813-1/+1066
| * | | net: syncookies: export cookie_v4_init_sequence/cookie_v4_checkPatrick McHardy2013-08-282-11/+22
| * | | netfilter: nf_conntrack: make sequence number adjustments usuable without NATPatrick McHardy2013-08-2818-376/+369
| * | | netfilter: nf_defrag_ipv6.o included twiceNathan Hintz2013-08-281-1/+1
| * | | netfilter: ip[6]t_REJECT: tcp-reset using wrong MAC source if bridgedPhil Oester2013-08-282-2/+39
* | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller2013-08-2817-1767/+2118
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | sfc: Eliminate struct efx_mtdBen Hutchings2013-08-222-160/+120
| * | sfc: Rename SPI stuff to show that it is Falcon-specificBen Hutchings2013-08-224-47/+47
| * | sfc: Cleanup Falcon-arch simple MAC filter stateBen Hutchings2013-08-227-44/+52
| * | sfc: Define and use MCDI_POPULATE_DWORD_{1,2,3,4,5,6,7}Ben Hutchings2013-08-222-10/+62
| * | sfc: Add flag for stack-owned RX MAC filtersBen Hutchings2013-08-222-17/+37
| * | sfc: Refactor Falcon-arch filter removalBen Hutchings2013-08-221-34/+40
| * | sfc: Make most filter operations NIC-type-specificBen Hutchings2013-08-2210-1267/+1448
| * | sfc: Refactor Falcon-arch search limit resetBen Hutchings2013-08-221-29/+30
| * | sfc: Split Falcon-arch-specific and common filter stateBen Hutchings2013-08-222-55/+58
| * | sfc: Extend and abstract efx_filter_spec to cover Huntington/EF10Ben Hutchings2013-08-223-392/+494
| * | sfc: Name the RX drop queue IDBen Hutchings2013-08-222-3/+8
| * | sfc: Rename Falcon-arch filter implementation types and functionsBen Hutchings2013-08-221-209/+243
| * | sfc: Remove unused filter_flags variables and efx_farch_filter_id_flags()Ben Hutchings2013-08-221-16/+0
| * | sfc: Do not assume efx_nic_type::ev_fini is idempotentBen Hutchings2013-08-212-0/+7
| * | sfc: EFX_WORKAROUND_ALWAYS is really specific to Falcon-architectureBen Hutchings2013-08-213-36/+19
| * | sfc: Get rid of per-NIC-type phys_addr_channels and mem_map_sizeBen Hutchings2013-08-214-32/+37
* | | e1000e: balance semaphore put/get for 82573Steven La2013-08-271-0/+5
* | | Documentation/networking/: Update Intel wired LAN driver documentationJeff Kirsher2013-08-278-43/+193
* | | bna: firmware update to 3.2.1.1Rasesh Mody2013-08-271-2/+2
* | | VMXNET3: Add support for virtual IOMMUAndy King2013-08-272-83/+138
* | | be2net: implement ethtool set/get_channel hooksSathya Perla2013-08-273-32/+104
* | | be2net: refactor be_setup() to consolidate queue creation routinesSathya Perla2013-08-272-58/+50
* | | be2net: Fix be_cmd_if_create() to use MBOX if MCCQ is not createdSathya Perla2013-08-271-24/+85