summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * sfc: Update MCDI protocol definitionsEdward Cree2016-06-161-48/+1279
| * sfc: Disable VLAN filtering by default if not strictly requiredAndrew Rybchenko2016-06-161-1/+9
| * sfc: VLAN filters must only be created if the firmware supports this.Martin Habets2016-06-162-0/+25
| * sfc: Fix dup unknown multicast/unicast filters after datapath resetAndrew Rybchenko2016-06-161-11/+69
| * sfc: Refactor checks for invalid filter IDEdward Cree2016-06-161-26/+13
| * sfc: Take mac_lock before calling efx_ef10_filter_table_probeMartin Habets2016-06-163-2/+11
| * sfc: Implement ndo_vlan_rx_{add, kill}_vid() callbacksAndrew Rybchenko2016-06-163-2/+124
| * sfc: Implement list of VLANs added over interfaceAndrew Rybchenko2016-06-162-35/+295
| * sfc: Make EF10 filter management helper functions VLAN-awareAndrew Rybchenko2016-06-161-29/+41
| * sfc: Store unicast and multicast promisc flag with address cacheAndrew Rybchenko2016-06-161-15/+15
| * sfc: Move filter IDs to per-VLAN data structureAndrew Rybchenko2016-06-161-37/+51
| * sfc: Forget filter ID when the filter is marked oldAndrew Rybchenko2016-06-161-20/+33
| * sfc: Assert filter_sem write locked when requiredEdward Cree2016-06-162-1/+24
| * sfc: Add efx_nic member with fixed netdev featuresAndrew Rybchenko2016-06-162-4/+17
| * sfc: Move last mc_promisc flag to EF10 filter table stateAndrew Rybchenko2016-06-162-4/+5
| * sfc: Define macro with EF10 offload featureAndrew Rybchenko2016-06-161-4/+8
|/
* Merge tag 'rxrpc-rewrite-20160615' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller2016-06-1615-647/+842
|\
| * rxrpc: Rework local endpoint managementDavid Howells2016-06-157-230/+276
| * rxrpc: Separate local endpoint event handling out into its own fileDavid Howells2016-06-154-102/+129
| * rxrpc: Use the peer record to distribute network errorsDavid Howells2016-06-157-94/+79
| * rxrpc: Do a little bit of tidying in the ICMP processingDavid Howells2016-06-151-4/+2
| * rxrpc: Don't assume anything about the address in an ICMP packetDavid Howells2016-06-151-8/+0
| * rxrpc: Break MTU determination from ICMP into its own functionDavid Howells2016-06-151-39/+54
| * rxrpc: Rename rxrpc_UDP_error_report() to rxrpc_error_report()David Howells2016-06-153-4/+4
| * rxrpc: Rework peer object handling to use hash table and RCUDavid Howells2016-06-159-203/+335
* | Merge branch 'liquidio-next'David S. Miller2016-06-1614-664/+1218
|\ \
| * | liquidio: Introduce new octeon2/3 headerRaghu Vatsavayi2016-06-167-97/+334
| * | liquidio: Replace ifidx for FW commandsRaghu Vatsavayi2016-06-1612-174/+187
| * | liquidio: New driver FW command structureRaghu Vatsavayi2016-06-163-130/+19
| * | liquidio: Consider PTP for packet size calculationsRaghu Vatsavayi2016-06-162-15/+25
| * | liquidio: RX desc alloc changesRaghu Vatsavayi2016-06-164-83/+316
| * | liquidio:RX queue alloc changesRaghu Vatsavayi2016-06-163-33/+52
| * | liquidio:Scatter gather list per IQRaghu Vatsavayi2016-06-162-73/+149
| * | liquidio: Host queue mapping changesRaghu Vatsavayi2016-06-166-65/+142
| * | liquidio: Avoid double free during soft commandRaghu Vatsavayi2016-06-163-5/+5
|/ /
* | ila: Fix checksum neutral mappingTom Herbert2016-06-161-5/+5
* | net: ipv4: Add ability to have GRE ignore DF bit in IPv4 payloadsPhilip Prindeville2016-06-164-10/+36
* | net: vrf: Switch dst dev to loopback on device deleteDavid Ahern2016-06-161-13/+42
* | Merge tag 'shared' of git://git.kernel.org/pub/scm/linux/kernel/git/leon/linu...David S. Miller2016-06-161-12/+263
|\ \
| * | {net,IB}/mlx5: mlx5_ifc updatesSaeed Mahameed2016-06-101-12/+263
* | | mdio: mux: avoid 'maybe-uninitialized' warningArnd Bergmann2016-06-161-2/+2
* | | Merge branch '6lowpan-ndisc'David S. Miller2016-06-1615-248/+1004
|\ \ \
| * | | 6lowpan: add support for 802.15.4 short addr handlingAlexander Aring2016-06-162-85/+195
| * | | 6lowpan: add support for getting short addressAlexander Aring2016-06-161-0/+39
| * | | 6lowpan: introduce 6lowpan-ndAlexander Aring2016-06-165-8/+254
| * | | ipv6: export several functionsAlexander Aring2016-06-164-19/+29
| * | | ipv6: introduce neighbour discovery opsAlexander Aring2016-06-165-40/+284
| * | | addrconf: put prefix address add in an own functionAlexander Aring2016-06-161-94/+109
| * | | ndisc: add __ndisc_fill_addr_option functionAlexander Aring2016-06-161-4/+10
| * | | ndisc: add __ndisc_opt_addr_data functionAlexander Aring2016-06-161-4/+10