summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* isdn: eicon: fix old-style declarationsArnd Bergmann2016-06-172-9/+9
* hamradio: baycom: fix old-style declarationArnd Bergmann2016-06-171-3/+3
* net: the space is required after ','Wei Tang2016-06-171-6/+6
* net: do not initialise statics to 0Wei Tang2016-06-171-1/+1
* net: tlan: don't set unused function argumentArnd Bergmann2016-06-171-1/+0
* net: qlcnic: don't set unused function argumentArnd Bergmann2016-06-171-1/+0
* dsa: b53: fix big-endian register accessArnd Bergmann2016-06-171-12/+8
* mpls: allow routes on ipgre devicesSimon Horman2016-06-171-3/+4
* r8152: modify the check of the flag of PHY_RESET in set_speed functionhayeswang2016-06-171-2/+2
* net: ethernet: ax88796: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-06-171-22/+2
* net: ethernet: ax88796: use phydev from struct net_devicePhilippe Reynes2016-06-171-13/+7
* Merge branch 'stmmac-wol'David S. Miller2016-06-164-9/+54
|\
| * ARM: dts: rockchip: add interrupt for Wake-on-Lan on RK3288Vincent Palatin2016-06-161-2/+3
| * net: stmmac: dwmac-rk: keep the PHY up for WoLVincent Palatin2016-06-161-5/+43
| * net: stmmac: allow to split suspend/resume from init/exit callbacksVincent Palatin2016-06-162-2/+8
|/
* sctp: change sk state to CLOSED instead of CLOSING in sctp_sock_migrateXin Long2016-06-161-1/+1
* netlink: Add comment to warn about deprecated netlink rings attribute requestFabien Siron2016-06-161-0/+1
* Merge branch 'bpf-fd-array-release'David S. Miller2016-06-164-49/+122
|\
| * bpf, maps: flush own entries on perf map releaseDaniel Borkmann2016-06-163-38/+91
| * bpf, maps: extend map_fd_get_ptr argumentsDaniel Borkmann2016-06-163-10/+24
| * bpf, maps: add release callbackDaniel Borkmann2016-06-162-2/+8
|/
* Merge branch 'sfc-rx-vlan-filtering'David S. Miller2016-06-168-184/+2033
|\
| * sfc: Fix VLAN filtering feature if vPort has VLAN_RESTRICT flagAndrew Rybchenko2016-06-163-5/+74
| * 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