summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-14436-7557/+22829
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-10-1429-114/+294
| |\
| | * net: bridge: add the multicast_flood flag attribute to brport_attrsNikolay Aleksandrov2016-10-131-0/+1
| | * net: axienet: Remove unused parameter from __axienet_device_resetTobias Klauser2016-10-131-6/+5Star
| | * liquidio: CN23XX: fix a loop timeoutDan Carpenter2016-10-131-1/+1
| | * net: rtnl: info leak in rtnl_fill_vfinfo()Dan Carpenter2016-10-131-0/+2
| | * tipc: info leak in __tipc_nl_add_udp_addr()Dan Carpenter2016-10-131-0/+2
| | * net: ipv4: Do not drop to make_route if oif is l3mdevDavid Ahern2016-10-132-1/+26
| | * net: phy: Trigger state machine on state change and not polling.Andrew Lunn2016-10-131-2/+20
| | * ipv6: tcp: restore IP6CB for pktoptions skbsEric Dumazet2016-10-131-9/+11
| | * netvsc: Remove mistaken udp.h inclusion.David S. Miller2016-10-131-1/+0Star
| | * xen-netback: fix type mismatch warningArnd Bergmann2016-10-131-3/+3
| | * stmmac: fix error check when init ptpGiuseppe CAVALLARO2016-10-132-6/+8
| | * stmmac: fix ptp init for gmac4Giuseppe CAVALLARO2016-10-131-5/+12
| | * qed: fix old-style function definitionArnd Bergmann2016-10-131-1/+1
| | * netvsc: fix checksum on UDP IPV6stephen hemminger2016-10-131-50/+22Star
| | * net_sched: reorder pernet ops and act ops registrationsWANG Cong2016-10-131-8/+11
| | * xen-netback: fix guest Rx stall detection (after guest Rx refactor)David Vrabel2016-10-131-0/+2
| | * drivers/ptp: Fix kernel memory disclosureVlad Tsyrklevich2016-10-131-0/+1
| | * net/mlx5: Add MLX5_ARRAY_SET64 to fix BUILD_BUG_ONTom Herbert2016-10-132-4/+13
| | * qmi_wwan: add support for Quectel EC21 and EC25Bjørn Mork2016-10-131-2/+28
| | * Merge branch 'ovs-8021AD-fixes'David S. Miller2016-10-133-3/+4
| | |\
| | | * openvswitch: add NETIF_F_HW_VLAN_STAG_TX to internal devJiri Benc2016-10-131-1/+1
| | | * openvswitch: fix vlan subtraction from packet lengthJiri Benc2016-10-131-1/+2
| | | * openvswitch: vlan: remove wrong likely statementJiri Benc2016-10-131-1/+1
| | |/
| | * qed: Fix to use list_for_each_entry_safe() when delete itemsWei Yongjun2016-10-131-2/+2
| | * tlan: avoid unused label with PCI=nArnd Bergmann2016-10-131-1/+1
| | * xen-netback: (re-)create a debugfs node for hash informationPaul Durrant2016-10-133-2/+107
| | * net_sched: do not broadcast RTM_GETTFILTER resultEric Dumazet2016-10-131-7/+11
| | * strparser: Propagate correct error code in strp_recv()Geert Uytterhoeven2016-10-121-1/+1
| * | Merge tag 'nfs-for-4.9-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2016-10-1458-964/+2195
| |\ \
| | * | NFSv4.2: Fix a reference leak in nfs42_proc_layoutstats_genericJeff Layton2016-10-041-0/+1
| | * | fs: nfs: Make nfs boot time y2038 safeDeepa Dinamani2016-10-044-7/+9
| | * | sunrpc: replace generic auth_cred hash with auth-specific functionFrank Sorenson2016-09-301-1/+1
| | * | sunrpc: add RPCSEC_GSS hash_cred() functionFrank Sorenson2016-09-301-0/+7
| | * | sunrpc: add auth_unix hash_cred() functionFrank Sorenson2016-09-301-0/+9
| | * | sunrpc: add generic_auth hash_cred() functionFrank Sorenson2016-09-301-0/+9
| | * | sunrpc: add hash_cred() function to rpc_authops structFrank Sorenson2016-09-301-0/+1
| | * | Retry operation on EREMOTEIO on an interrupted slotOlga Kornievskaia2016-09-291-0/+7
| | * | pNFS: Fix atime updates on pNFS clientsTrond Myklebust2016-09-273-10/+3Star
| | * | sunrpc: queue work on system_power_efficient_wqKe Wang2016-09-271-2/+3
| | * | NFSv4.1: Even if the stateid is OK, we may need to recover the open modesTrond Myklebust2016-09-271-9/+23
| | * | NFSv4: If recovery failed for a specific open stateid, then don't retryTrond Myklebust2016-09-271-7/+11
| | * | NFSv4: Fix retry issues with nfs41_test/free_stateidTrond Myklebust2016-09-271-1/+2
| | * | NFSv4: Open state recovery must account for file permission changesTrond Myklebust2016-09-271-0/+3
| | * | NFSv4: Mark the lock and open stateids as invalid after freeing themTrond Myklebust2016-09-271-0/+2
| | * | NFSv4: Don't test open_stateid unless it is setTrond Myklebust2016-09-271-0/+5
| | * | NFSv4: nfs4_do_handle_exception() handle revoke/expiry of a single stateidTrond Myklebust2016-09-271-7/+11
| | * | NFS: Always call nfs_inode_find_state_and_recover() when revoking a delegationTrond Myklebust2016-09-271-4/+8
| | * | NFSv4: Fix a race when updating an open_stateidTrond Myklebust2016-09-271-9/+26